Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_core.c31 #define get_ctrl_revision(sl, rev) ibmphp_hpc_readslot(sl, READ_REVLEVEL, rev)
32 #define get_hpc_options(sl, opt) ibmphp_hpc_readslot(sl, READ_HPCOPTIONS, opt)
62 rc = ibmphp_hpc_readslot(slot_cur, READ_BUSSTATUS, NULL); in get_cur_bus_info()
86 rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL); in slot_update()
267 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
270 rc = ibmphp_hpc_readslot(pslot, READ_EXTSLOTSTATUS, in get_attention_status()
293 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status()
318 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status()
343 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_adapter_present()
H A Dibmphp_hpc.c503 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus) in ibmphp_hpc_readslot() function
813 rc = ibmphp_hpc_readslot(pslot, in poll_hpc()
832 rc = ibmphp_hpc_readslot(pslot, READ_ALLSTAT, NULL); in poll_hpc()
845 rc = ibmphp_hpc_readslot(pslot, in poll_hpc()
941 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, &status); in process_changeinstatus()
999 rc = ibmphp_hpc_readslot(pslot, READ_ALLSTAT, NULL); in process_changeinlatch()
H A Dibmphp.h379 int ibmphp_hpc_readslot(struct slot *, u8, u8 *);
H A Dibmphp_ebda.c670 rc = ibmphp_hpc_readslot(slot, READ_ALLSTAT, NULL); in fillslotinfo()