Searched refs:INT_TRANS_OVER (Results 1 – 1 of 1) sorted by relevance
61 #define INT_TRANS_OVER (1 << 0) macro62 #define INT_MASK (INT_LOAD_BSY|INT_TRANS_ERR|INT_TRANS_OVER)224 if ((sc->status & INT_TRANS_OVER) != 0) { in rsb_start()230 if (error == 0 && (sc->status & INT_TRANS_OVER) == 0) { in rsb_start()