Searched refs:ibmphp_hpc_readslot (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/drivers/pci/hotplug/ |
D | ibmphp_core.c | 44 #define get_ctrl_revision(sl, rev) ibmphp_hpc_readslot (sl, READ_REVLEVEL, rev) 45 #define get_hpc_options(sl, opt) ibmphp_hpc_readslot (sl, READ_HPCOPTIONS, opt) 83 rc = ibmphp_hpc_readslot(slot_cur, READ_BUSSTATUS, NULL); in get_cur_bus_info() 107 rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL); in slot_update() 297 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status() 300 rc = ibmphp_hpc_readslot(pslot, in get_attention_status() 327 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status() 354 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status() 381 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_adapter_present()
|
D | ibmphp_hpc.c | 536 int ibmphp_hpc_readslot (struct slot * pslot, u8 cmd, u8 * pstatus) in ibmphp_hpc_readslot() function 848 rc = ibmphp_hpc_readslot (pslot, in poll_hpc() 867 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL); in poll_hpc() 880 rc = ibmphp_hpc_readslot (pslot, in poll_hpc() 976 rc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &status); in process_changeinstatus() 1035 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL); in process_changeinlatch()
|
D | ibmphp.h | 396 extern int ibmphp_hpc_readslot (struct slot *, u8, u8 *);
|
D | ibmphp_ebda.c | 686 rc = ibmphp_hpc_readslot(slot, READ_ALLSTAT, NULL); in fillslotinfo()
|