Searched refs:BT878_AOCERR (Results 1 – 2 of 2) sorted by relevance
207 int_mask = BT878_ASCERR | BT878_AOCERR | BT878_APABORT | in bt878_start()265 if (astat & (BT878_ASCERR | BT878_AOCERR)) { in bt878_irq()272 (astat & BT878_AOCERR) ? " OCERR" : in bt878_irq()
28 #define BT878_AOCERR (1<<18) macro