Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbt878.c207 int_mask = BT878_ASCERR | BT878_AOCERR | BT878_APABORT | in bt878_start()
265 if (astat & (BT878_ASCERR | BT878_AOCERR)) { in bt878_irq()
270 (astat & BT878_ASCERR) ? " SCERR" : in bt878_irq()
Dbt878.h26 #define BT878_ASCERR (1<<19) macro