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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp.h396 extern int ibmphp_hpc_readslot (struct slot *, u8, u8 *);
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);
291 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
294 rc = ibmphp_hpc_readslot(pslot,
321 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
348 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
375 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
495 rc = ibmphp_hpc_readslot(pslo
[all...]
H A Dibmphp_ebda.c700 rc = ibmphp_hpc_readslot(slot, READ_ALLSTAT, NULL);
H A Dibmphp_hpc.c539 int ibmphp_hpc_readslot (struct slot * pslot, u8 cmd, u8 * pstatus) function
854 rc = ibmphp_hpc_readslot (pslot,
873 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL);
886 rc = ibmphp_hpc_readslot (pslot,
980 rc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &status);
1039 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL);

Completed in 293 milliseconds