Searched refs:ibmphp_hpc_readslot (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_hpc.c | 537 int ibmphp_hpc_readslot (struct slot * pslot, u8 cmd, u8 * pstatus) in ibmphp_hpc_readslot() function 852 rc = ibmphp_hpc_readslot (pslot, in poll_hpc() 871 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL); in poll_hpc() 884 rc = ibmphp_hpc_readslot (pslot, in poll_hpc() 980 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL); in update_slot() 1045 rc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &status); in process_changeinstatus() 1104 rc = ibmphp_hpc_readslot (pslot, READ_ALLSTAT, NULL); in process_changeinlatch()
|
D | ibmphp_core.c | 44 #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() 103 rc = ibmphp_hpc_readslot (*sl, READ_ALLSTAT, NULL); in slot_update() 274 hpcrc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &(myslot.status)); in get_attention_status() 276 hpcrc = ibmphp_hpc_readslot (pslot, READ_EXTSLOTSTATUS, &(myslot.ext_status)); in get_attention_status() 306 hpcrc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &(myslot.status)); in get_latch_status() 337 hpcrc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &(myslot.status)); in get_power_status() 368 hpcrc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &(myslot.status)); in get_adapter_present()
|
D | ibmphp.h | 397 extern int ibmphp_hpc_readslot (struct slot *, u8, u8 *);
|