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");
649 int timeout;
704 timeout = CMD_COMPLETE_TOUT_SEC;
718 if (timeout < 1) {
720 err("%s - Error command complete timeout\n", __func__);
723 timeout--;
1066 static int hpc_wait_ctlr_notworking(int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bbar,
1072 debug_polling("hpc_wait_ctlr_notworking - Entry timeout[%d]\n", timeout);
1084 if (timeout < 1) {
1086 err("HPCreadslot - Error ctlr timeout\n");
1089 timeout--;