Searched refs:ibmphp_hpc_readslot (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | ibmphp_core.c | 45 #define get_ctrl_revision(sl, rev) ibmphp_hpc_readslot (sl, READ_REVLEVEL, rev) 46 #define get_hpc_options(sl, opt) ibmphp_hpc_readslot (sl, READ_HPCOPTIONS, opt) 84 rc = ibmphp_hpc_readslot(slot_cur, READ_BUSSTATUS, NULL); in get_cur_bus_info() 108 rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL); in slot_update() 295 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status() 298 rc = ibmphp_hpc_readslot(pslot, in get_attention_status() 325 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status() 352 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status() 379 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() 1034 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL); in process_changeinlatch()
|
D | ibmphp.h | 396 int ibmphp_hpc_readslot(struct slot *, u8, u8 *);
|
D | ibmphp_ebda.c | 687 rc = ibmphp_hpc_readslot(slot, READ_ALLSTAT, NULL); in fillslotinfo()
|