Searched refs:num_of_slots (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_calendar.c | 350 num_of_slots = taxi_bw / slot_spd; in sparx5_dsm_calendar_calc() 351 if (num_of_slots <= 64) in sparx5_dsm_calendar_calc() 355 num_of_slots = num_of_slots > 64 ? 64 : num_of_slots; in sparx5_dsm_calendar_calc() 356 slot_spd = taxi_bw / num_of_slots; in sparx5_dsm_calendar_calc() 379 if (sum > num_of_slots) { in sparx5_dsm_calendar_calc() 387 empty_slots = num_of_slots - sum; in sparx5_dsm_calendar_calc() 480 u32 num_of_slots, idx, port; in sparx5_dsm_calendar_check() local 486 num_of_slots = 0; in sparx5_dsm_calendar_check() 495 slot_indices[num_of_slots] = idx; in sparx5_dsm_calendar_check() 496 num_of_slots++; in sparx5_dsm_calendar_check() [all …]
|
/linux/drivers/pci/hotplug/ |
A D | cpqphp_ctrl.c | 2113 for (loop = 0; loop < num_of_slots; loop++) { in switch_leds() 2142 int num_of_slots; in cpqhp_hardware_test() local 2154 switch_leds(ctrl, num_of_slots, &work_LED, 0); in cpqhp_hardware_test() 2155 switch_leds(ctrl, num_of_slots, &work_LED, 1); in cpqhp_hardware_test() 2156 switch_leds(ctrl, num_of_slots, &work_LED, 0); in cpqhp_hardware_test() 2157 switch_leds(ctrl, num_of_slots, &work_LED, 1); in cpqhp_hardware_test() 2161 switch_leds(ctrl, num_of_slots, &work_LED, 0); in cpqhp_hardware_test() 2162 switch_leds(ctrl, num_of_slots, &work_LED, 1); in cpqhp_hardware_test() 2165 switch_leds(ctrl, num_of_slots, &work_LED, 0); in cpqhp_hardware_test() 2166 switch_leds(ctrl, num_of_slots, &work_LED, 1); in cpqhp_hardware_test() [all …]
|
A D | cpqphp_core.c | 756 u8 num_of_slots = 0; in cpqhpc_probe() local 1177 num_of_slots = readb(ctrl->hpc_reg + SLOT_MASK) & 0x0F; in cpqhpc_probe() 1182 while (num_of_slots) { in cpqhpc_probe() 1183 dbg("num_of_slots: %d\n", num_of_slots); in cpqhpc_probe() 1208 num_of_slots--; in cpqhpc_probe()
|
/linux/drivers/gpu/drm/amd/display/include/ |
A D | grph_object_defs.h | 188 unsigned int num_of_slots; member
|
/linux/drivers/gpu/drm/amd/display/dc/bios/ |
A D | bios_parser.c | 2753 board_layout_info->num_of_slots = 0; in bios_get_board_layout_info() 2765 ++board_layout_info->num_of_slots; in bios_get_board_layout_info()
|
A D | bios_parser2.c | 2668 board_layout_info->num_of_slots = 0; in bios_get_board_layout_info() 2680 ++board_layout_info->num_of_slots; in bios_get_board_layout_info()
|
Completed in 23 milliseconds