Home
last modified time | relevance | path

Searched refs:BT878_AOCERR (Results 1 – 2 of 2) sorted by relevance

/drivers/media/pci/bt8xx/
Dbt878.c232 int_mask = BT878_ASCERR | BT878_AOCERR | BT878_APABORT | in bt878_start()
290 if (astat & (BT878_ASCERR | BT878_AOCERR)) { in bt878_irq()
297 (astat & BT878_AOCERR) ? " OCERR" : in bt878_irq()
Dbt878.h39 #define BT878_AOCERR (1<<18) macro