Searched refs:num_of_slots (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 2154 static void switch_leds(struct controller *ctrl, const int num_of_slots, in switch_leds() argument 2159 for (loop = 0; loop < num_of_slots; loop++) { in switch_leds() 2188 int num_of_slots; in cpqhp_hardware_test() local 2190 num_of_slots = readb(ctrl->hpc_reg + SLOT_MASK) & 0x0f; in cpqhp_hardware_test() 2200 switch_leds(ctrl, num_of_slots, &work_LED, 0); in cpqhp_hardware_test() 2201 switch_leds(ctrl, num_of_slots, &work_LED, 1); in cpqhp_hardware_test() 2202 switch_leds(ctrl, num_of_slots, &work_LED, 0); in cpqhp_hardware_test() 2203 switch_leds(ctrl, num_of_slots, &work_LED, 1); in cpqhp_hardware_test() 2207 switch_leds(ctrl, num_of_slots, &work_LED, 0); in cpqhp_hardware_test() 2208 switch_leds(ctrl, num_of_slots, &work_LED, 1); in cpqhp_hardware_test() [all …]
|
D | cpqphp_core.c | 816 u8 num_of_slots = 0; in cpqhpc_probe() local 1237 num_of_slots = readb(ctrl->hpc_reg + SLOT_MASK) & 0x0F; in cpqhpc_probe() 1242 while (num_of_slots) { in cpqhpc_probe() 1243 dbg("num_of_slots: %d\n", num_of_slots); in cpqhpc_probe() 1268 num_of_slots--; in cpqhpc_probe()
|