Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbt878.c274 u32 stat, astat, mask; in bt878_irq() local
284 if (!(astat = (stat & mask))) in bt878_irq()
287 btwrite(astat, BT878_AINT_STAT); /* try to clear interrupt condition */ in bt878_irq()
290 if (astat & (BT878_ASCERR | BT878_AOCERR)) { in bt878_irq()
295 (astat & BT878_ASCERR) ? " SCERR" : in bt878_irq()
297 (astat & BT878_AOCERR) ? " OCERR" : in bt878_irq()
301 if (astat & (BT878_APABORT | BT878_ARIPERR | BT878_APPERR)) { in bt878_irq()
306 (astat & BT878_APABORT) ? " PABORT" : in bt878_irq()
308 (astat & BT878_ARIPERR) ? " RIPERR" : in bt878_irq()
310 (astat & BT878_APPERR) ? " PPERR" : in bt878_irq()
[all …]
Dbttv-driver.c3803 u32 stat,astat; in bttv_irq() local
3815 astat=stat&btread(BT848_INT_MASK); in bttv_irq()
3816 if (!astat) in bttv_irq()
3828 bttv_print_irqbits(stat,astat); in bttv_irq()
3844 if (astat&BT848_INT_VSYNC) in bttv_irq()
3847 if ((astat & BT848_INT_GPINT) && btv->remote) { in bttv_irq()
3851 if (astat & BT848_INT_I2CDONE) { in bttv_irq()
3856 if ((astat & BT848_INT_RISCI) && (stat & (4<<28))) in bttv_irq()
3859 if ((astat & BT848_INT_RISCI) && (stat & (2<<28))) in bttv_irq()
3862 if ((astat & BT848_INT_RISCI) && (stat & (1<<28))) in bttv_irq()
[all …]
/drivers/media/pci/zoran/
Dzoran_device.c1227 u32 astat, in error_handler() argument
1345 u32 stat, astat; in zoran_irq() local
1375 astat = stat & IRQ_MASK; in zoran_irq()
1376 if (!astat) { in zoran_irq()
1382 astat, btread(ZR36057_ICR)); in zoran_irq()
1383 if (astat & zr->card.vsync_int) { // SW in zoran_irq()
1458 if (astat & ZR36057_ISR_CodRepIRQ) { in zoran_irq()
1467 if ((astat & ZR36057_ISR_JPEGRepIRQ) && in zoran_irq()
1520 if ((astat & zr->card.jpeg_int) || in zoran_irq()
1525 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.h380 u32 astat; member