Home
last modified time | relevance | path

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

/linux-3.3/drivers/pci/hotplug/
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); in get_cur_bus_info()
107 rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL); in slot_update()
297 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
300 rc = ibmphp_hpc_readslot(pslot, in get_attention_status()
327 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status()
354 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status()
381 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_adapter_present()
Dibmphp_hpc.c536 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()
1035 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL); in process_changeinlatch()
Dibmphp.h396 extern int ibmphp_hpc_readslot (struct slot *, u8, u8 *);
Dibmphp_ebda.c686 rc = ibmphp_hpc_readslot(slot, READ_ALLSTAT, NULL); in fillslotinfo()