Home
last modified time | relevance | path

Searched refs:astat (Results 1 – 6 of 6) 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.c3811 u32 stat,astat; in bttv_irq() local
3823 astat=stat&btread(BT848_INT_MASK); in bttv_irq()
3824 if (!astat) in bttv_irq()
3836 bttv_print_irqbits(stat,astat); in bttv_irq()
3852 if (astat&BT848_INT_VSYNC) in bttv_irq()
3855 if ((astat & BT848_INT_GPINT) && btv->remote) { in bttv_irq()
3859 if (astat & BT848_INT_I2CDONE) { in bttv_irq()
3864 if ((astat & BT848_INT_RISCI) && (stat & (4<<28))) in bttv_irq()
3867 if ((astat & BT848_INT_RISCI) && (stat & (2<<28))) in bttv_irq()
3870 if ((astat & BT848_INT_RISCI) && (stat & (1<<28))) in bttv_irq()
[all …]
/drivers/net/ieee802154/
Dadf7242.c941 u8 astat; in adf7242_isr() local
943 adf7242_read_reg(lp, REG_AUTO_STATUS, &astat); in adf7242_isr()
944 astat &= AUTO_STATUS_MASK; in adf7242_isr()
947 astat, in adf7242_isr()
948 astat == SUCCESS ? "SUCCESS" : "", in adf7242_isr()
949 astat == in adf7242_isr()
951 astat == FAILURE_CSMACA ? "FAILURE_CSMACA" : "", in adf7242_isr()
952 astat == FAILURE_NOACK ? "FAILURE_NOACK" : ""); in adf7242_isr()
955 lp->tx_stat = astat; in adf7242_isr()
/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