Home
last modified time | relevance | path

Searched refs:slot_reg (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_hpc.c371 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
[all …]