Searched refs:ibmphp_hpc_readslot (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/pci/hotplug/ | 
| D | ibmphp_core.c | 31 #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) 70 		rc = ibmphp_hpc_readslot(slot_cur, READ_BUSSTATUS, NULL);  in get_cur_bus_info() 94 	rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL);  in slot_update() 275 		rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,  in get_attention_status() 278 			rc = ibmphp_hpc_readslot(pslot, READ_EXTSLOTSTATUS,  in get_attention_status() 301 		rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,  in get_latch_status() 326 		rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,  in get_power_status() 351 		rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,  in get_adapter_present()
  | 
| D | ibmphp_hpc.c | 505 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus)  in ibmphp_hpc_readslot()  function 815 						rc = ibmphp_hpc_readslot(pslot,  in poll_hpc() 834 				rc = ibmphp_hpc_readslot(pslot, READ_ALLSTAT, NULL);  in poll_hpc() 847 						rc = ibmphp_hpc_readslot(pslot,  in poll_hpc() 943 				rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, &status);  in process_changeinstatus() 1001 				rc = ibmphp_hpc_readslot(pslot, READ_ALLSTAT, NULL);  in process_changeinlatch()
  | 
| D | ibmphp.h | 381 int ibmphp_hpc_readslot(struct slot *, u8, u8 *);
  | 
| D | ibmphp_ebda.c | 670 	rc = ibmphp_hpc_readslot(slot, READ_ALLSTAT, NULL);  in fillslotinfo()
  |