Lines Matching refs:timeout
32 // timeout values
186 debug("%s - Error : WPG timeout\n", __func__);
202 debug("ctrl_read - Exit Error:I2C timeout\n");
297 debug("%s - Exit Error:WPG timeout\n", __func__);
314 debug("ctrl_read - Error : I2C timeout\n");
651 int timeout;
706 timeout = CMD_COMPLETE_TOUT_SEC;
720 if (timeout < 1) {
722 err("%s - Error command complete timeout\n", __func__);
725 timeout--;
1068 static int hpc_wait_ctlr_notworking(int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bbar,
1074 debug_polling("hpc_wait_ctlr_notworking - Entry timeout[%d]\n", timeout);
1086 if (timeout < 1) {
1088 err("HPCreadslot - Error ctlr timeout\n");
1091 timeout--;