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