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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_hpc.c538 void __iomem *wpg_bbar = NULL; local
581 wpg_bbar = ioremap (ctlr_ptr->u.wpeg_ctlr.wpegbbar, WPG_I2C_IOREMAP_SIZE);
586 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar, &status);
592 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index);
593 rc = hpc_wait_ctlr_notworking (HPC_CTLR_WORKING_TOUT, ctlr_ptr, wpg_bbar,
596 pslot->ext_status = ctrl_read (ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX);
602 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
607 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
616 pslot->busstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
619 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, inde
677 void __iomem *wpg_bbar = NULL; local
1104 hpc_wait_ctlr_notworking(int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bbar, u8 * pstatus) argument
[all...]

Completed in 105 milliseconds