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

/linux-master/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);
86 rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL);
267 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
270 rc = ibmphp_hpc_readslot(pslot, READ_EXTSLOTSTATUS,
293 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
318 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
343 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
H A Dibmphp_hpc.c503 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus) function
813 rc = ibmphp_hpc_readslot(pslot,
832 rc = ibmphp_hpc_readslot(pslot, READ_ALLSTAT, NULL);
845 rc = ibmphp_hpc_readslot(pslot,
941 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, &status);
999 rc = ibmphp_hpc_readslot(pslot, READ_ALLSTAT, NULL);
H A Dibmphp.h380 int ibmphp_hpc_readslot(struct slot *, u8, u8 *);
H A Dibmphp_ebda.c670 rc = ibmphp_hpc_readslot(slot, READ_ALLSTAT, NULL);

Completed in 116 milliseconds