Lines Matching refs:hp_slot
378 u8 hp_slot; in cpqhp_set_attention_status() local
383 hp_slot = func->device - ctrl->slot_device_offset; in cpqhp_set_attention_status()
389 amber_LED_on(ctrl, hp_slot); in cpqhp_set_attention_status()
391 amber_LED_off(ctrl, hp_slot); in cpqhp_set_attention_status()
757 u8 hp_slot = 0; in cpqhpc_probe() local
1188 hp_slot = func->device - ctrl->slot_device_offset; in cpqhpc_probe()
1189 dbg("hp_slot: %d\n", hp_slot); in cpqhpc_probe()
1193 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe()
1194 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()
1196 if (ctrl->ctrl_int_comp & (0x1L << hp_slot)) in cpqhpc_probe()
1203 green_LED_off(ctrl, hp_slot); in cpqhpc_probe()
1204 slot_disable(ctrl, hp_slot); in cpqhpc_probe()