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

/linux-4.4.14/drivers/pci/hotplug/
H A Dibmphp_hpc.c122 static int hpc_wait_ctlr_notworking (int, struct controller *, void __iomem *, u8 *);
586 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, &status); ibmphp_hpc_readslot()
593 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, ibmphp_hpc_readslot()
634 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, ibmphp_hpc_readslot()
638 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ibmphp_hpc_readslot()
730 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, &status); ibmphp_hpc_writeslot()
741 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, ibmphp_hpc_writeslot()
1096 * Name: hpc_wait_ctlr_notworking
1103 static int hpc_wait_ctlr_notworking (int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bbar, hpc_wait_ctlr_notworking() function
1109 debug_polling ("hpc_wait_ctlr_notworking - Entry timeout[%d]\n", timeout); hpc_wait_ctlr_notworking()
1129 debug_polling ("hpc_wait_ctlr_notworking - Exit rc[%x] status[%x]\n", rc, *pstatus); hpc_wait_ctlr_notworking()

Completed in 35 milliseconds