Lines Matching defs:ctrl_read
202 debug("ctrl_read - Exit Error:I2C timeout\n");
314 debug("ctrl_read - Error : I2C timeout\n");
368 static u8 ctrl_read(struct controller *ctlr, void __iomem *base, u8 offset)
558 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index);
562 pslot->ext_status = ctrl_read(ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX);
568 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
573 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
582 pslot->busstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
585 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
588 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
592 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
603 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index);
608 ctrl_read(ctlr_ptr, wpg_bbar,
611 err("%s - Error ctrl_read failed\n", __func__);
1075 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, WPG_CTLR_INDEX);