Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbt878.c207 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()
H A Dbt878.h27 #define BT878_AOCERR (1<<18) macro