Lines Matching refs:hp_slot
382 u8 hp_slot; in cpqhp_set_attention_status() local
387 hp_slot = func->device - ctrl->slot_device_offset; in cpqhp_set_attention_status()
393 amber_LED_on(ctrl, hp_slot); in cpqhp_set_attention_status()
395 amber_LED_off(ctrl, hp_slot); in cpqhp_set_attention_status()
792 u8 hp_slot = 0; in cpqhpc_probe() local
1223 hp_slot = func->device - ctrl->slot_device_offset; in cpqhpc_probe()
1224 dbg("hp_slot: %d\n", hp_slot); in cpqhpc_probe()
1228 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe()
1229 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()
1231 if (ctrl->ctrl_int_comp & (0x1L << hp_slot)) in cpqhpc_probe()
1238 green_LED_off(ctrl, hp_slot); in cpqhpc_probe()
1239 slot_disable(ctrl, hp_slot); in cpqhpc_probe()