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

/linux-4.4.14/drivers/pci/hotplug/
H A Dibmphp_hpc.c538 void __iomem *wpg_bbar = NULL; ibmphp_hpc_readslot() local
581 wpg_bbar = ioremap (ctlr_ptr->u.wpeg_ctlr.wpegbbar, WPG_I2C_IOREMAP_SIZE); ibmphp_hpc_readslot()
586 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, &status); ibmphp_hpc_readslot()
592 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
593 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, ibmphp_hpc_readslot()
596 pslot->ext_status = ctrl_read (ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); ibmphp_hpc_readslot()
602 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
607 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
616 pslot->busstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
619 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
622 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
626 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
635 wpg_bbar, &status); ibmphp_hpc_readslot()
637 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
639 ctlr_ptr, wpg_bbar, &status); ibmphp_hpc_readslot()
642 ctrl_read (ctlr_ptr, wpg_bbar, ibmphp_hpc_readslot()
662 iounmap (wpg_bbar); ibmphp_hpc_readslot()
677 void __iomem *wpg_bbar = NULL; ibmphp_hpc_writeslot() local
721 wpg_bbar = ioremap (ctlr_ptr->u.wpeg_ctlr.wpegbbar, WPG_I2C_IOREMAP_SIZE); ibmphp_hpc_writeslot()
724 ctlr_ptr->ctlr_id, (ulong) (ctlr_ptr->u.wpeg_ctlr.wpegbbar), (ulong) wpg_bbar, ibmphp_hpc_writeslot()
730 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, &status); ibmphp_hpc_writeslot()
733 ctrl_write (ctlr_ptr, wpg_bbar, index, cmd); ibmphp_hpc_writeslot()
741 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, ibmphp_hpc_writeslot()
766 iounmap (wpg_bbar); ibmphp_hpc_writeslot()
1103 static int hpc_wait_ctlr_notworking (int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bbar, hpc_wait_ctlr_notworking() argument
1112 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, WPG_CTLR_INDEX); hpc_wait_ctlr_notworking()

Completed in 46 milliseconds