Lines Matching refs:slot_reg

371 	u32 slot_reg;  in hpc_get_attention_status()  local
382 slot_reg = readl(php_ctlr->creg + SLOT1 + 4*(slot->hp_slot)); in hpc_get_attention_status()
383 slot_status = (u16) slot_reg; in hpc_get_attention_status()
411 u32 slot_reg; in hpc_get_power_status() local
423 slot_reg = readl(php_ctlr->creg + SLOT1 + 4*(slot->hp_slot)); in hpc_get_power_status()
424 slot_status = (u16) slot_reg; in hpc_get_power_status()
453 u32 slot_reg; in hpc_get_latch_status() local
463 slot_reg = readl(php_ctlr->creg + SLOT1 + 4*(slot->hp_slot)); in hpc_get_latch_status()
464 slot_status = (u16)slot_reg; in hpc_get_latch_status()
475 u32 slot_reg; in hpc_get_adapter_status() local
486 slot_reg = readl(php_ctlr->creg + SLOT1 + 4*(slot->hp_slot)); in hpc_get_adapter_status()
487 slot_status = (u16)slot_reg; in hpc_get_adapter_status()
515 u32 slot_reg; in hpc_get_adapter_speed() local
533 slot_reg = readl(php_ctlr->creg + SLOT1 + 4*(slot->hp_slot)); in hpc_get_adapter_speed()
534 dbg("%s: pi = %d, slot_reg = %x\n", __FUNCTION__, pi, slot_reg); in hpc_get_adapter_speed()
535 slot_status = (u16) slot_reg; in hpc_get_adapter_speed()
624 u32 slot_reg; in hpc_query_power_fault() local
635 slot_reg = readl(php_ctlr->creg + SLOT1 + 4*(slot->hp_slot)); in hpc_query_power_fault()
636 slot_status = (u16) slot_reg; in hpc_query_power_fault()
1404 u32 tempdword, slot_reg; in shpc_init() local
1537 slot_reg = readl(php_ctlr->creg + SLOT1 + 4*hp_slot ); in shpc_init()
1539 hp_slot, slot_reg); in shpc_init()
1580 slot_reg = readl(php_ctlr->creg + SLOT1 + 4*hp_slot ); in shpc_init()
1582 hp_slot, slot_reg); in shpc_init()