Searched refs:BT878_ASCERR (Results 1 – 2 of 2) sorted by relevance
224 int_mask = BT878_ASCERR | BT878_AOCERR | BT878_APABORT | in bt878_start()282 if (astat & (BT878_ASCERR | BT878_AOCERR)) { in bt878_irq()287 (astat & BT878_ASCERR) ? " SCERR" : in bt878_irq()
38 #define BT878_ASCERR (1<<19) macro