Home
last modified time | relevance | path

Searched refs:BT878_APABORT (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/media/dvb/bt8xx/
Dbt878.c232 int_mask = BT878_ASCERR | BT878_AOCERR | BT878_APABORT | in bt878_start()
301 if (astat & (BT878_APABORT | BT878_ARIPERR | BT878_APPERR)) { in bt878_irq()
306 (astat & BT878_APABORT) ? " PABORT" : in bt878_irq()
Dbt878.h40 #define BT878_APABORT (1<<17) macro
Ddvb-bt8xx.c862 card->irq_err_ignore = BT878_APABORT | BT878_ARIPERR | in dvb_bt8xx_probe()