Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbt878.c224 int_mask = BT878_ASCERR | BT878_AOCERR | BT878_APABORT | in bt878_start()
282 if (astat & (BT878_ASCERR | BT878_AOCERR)) { in bt878_irq()
289 (astat & BT878_AOCERR) ? " OCERR" : in bt878_irq()
Dbt878.h39 #define BT878_AOCERR (1<<18) macro