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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_core.c44 #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);
107 rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL);
297 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
300 rc = ibmphp_hpc_readslot(pslot,
327 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
354 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
381 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
452 rc = ibmphp_hpc_readslot(pslo
[all...]
H A Dibmphp_hpc.c536 int ibmphp_hpc_readslot (struct slot * pslot, u8 cmd, u8 * pstatus) function
848 rc = ibmphp_hpc_readslot (pslot,
867 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL);
880 rc = ibmphp_hpc_readslot (pslot,
976 rc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &status);
1035 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL);
H A Dibmphp.h396 extern int ibmphp_hpc_readslot (struct slot *, u8, u8 *);
H A Dibmphp_ebda.c679 rc = ibmphp_hpc_readslot(slot, READ_ALLSTAT, NULL);

Completed in 110 milliseconds