Home
last modified time | relevance | path

Searched refs:astat (Results 1 – 5 of 5) sorted by relevance

/drivers/media/pci/bt8xx/
Dbt878.c266 u32 stat, astat, mask; in bt878_irq() local
276 if (!(astat = (stat & mask))) in bt878_irq()
279 btwrite(astat, BT878_AINT_STAT); /* try to clear interrupt condition */ in bt878_irq()
282 if (astat & (BT878_ASCERR | BT878_AOCERR)) { in bt878_irq()
287 (astat & BT878_ASCERR) ? " SCERR" : in bt878_irq()
289 (astat & BT878_AOCERR) ? " OCERR" : in bt878_irq()
293 if (astat & (BT878_APABORT | BT878_ARIPERR | BT878_APPERR)) { in bt878_irq()
298 (astat & BT878_APABORT) ? " PABORT" : in bt878_irq()
300 (astat & BT878_ARIPERR) ? " RIPERR" : in bt878_irq()
302 (astat & BT878_APPERR) ? " PPERR" : in bt878_irq()
[all …]
Dbttv-driver.c3805 u32 stat,astat; in bttv_irq() local
3817 astat=stat&btread(BT848_INT_MASK); in bttv_irq()
3818 if (!astat) in bttv_irq()
3830 bttv_print_irqbits(stat,astat); in bttv_irq()
3846 if (astat&BT848_INT_VSYNC) in bttv_irq()
3849 if ((astat & BT848_INT_GPINT) && btv->remote) { in bttv_irq()
3853 if (astat & BT848_INT_I2CDONE) { in bttv_irq()
3858 if ((astat & BT848_INT_RISCI) && (stat & (4<<28))) in bttv_irq()
3861 if ((astat & BT848_INT_RISCI) && (stat & (2<<28))) in bttv_irq()
3864 if ((astat & BT848_INT_RISCI) && (stat & (1<<28))) in bttv_irq()
[all …]
/drivers/media/pci/zoran/
Dzoran_device.c1219 u32 astat, in error_handler() argument
1337 u32 stat, astat; in zoran_irq() local
1367 astat = stat & IRQ_MASK; in zoran_irq()
1368 if (!astat) { in zoran_irq()
1374 astat, btread(ZR36057_ICR)); in zoran_irq()
1375 if (astat & zr->card.vsync_int) { // SW in zoran_irq()
1450 if (astat & ZR36057_ISR_CodRepIRQ) { in zoran_irq()
1459 if ((astat & ZR36057_ISR_JPEGRepIRQ) && in zoran_irq()
1512 if ((astat & zr->card.jpeg_int) || in zoran_irq()
1517 error_handler(zr, astat, stat); in zoran_irq()
/drivers/media/pci/cx88/
Dcx88-tvaudio.c824 if (core->astat != reg) in cx88_get_stereo()
828 core->astat = reg; in cx88_get_stereo()
Dcx88.h393 u32 astat; member