Lines Matching defs:ctrl_read
202 debug("ctrl_read - Exit Error:I2C timeout\n");
314 debug("ctrl_read - Error : I2C timeout\n");
370 static u8 ctrl_read(struct controller *ctlr, void __iomem *base, u8 offset)
560 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index);
564 pslot->ext_status = ctrl_read(ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX);
570 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
575 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
584 pslot->busstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
587 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
590 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
594 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
605 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index);
610 ctrl_read(ctlr_ptr, wpg_bbar,
613 err("%s - Error ctrl_read failed\n", __func__);
1077 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, WPG_CTLR_INDEX);