Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Dbt878.c249 u32 stat, astat, mask; in bt878_irq() local
259 if (!(astat = (stat & mask))) in bt878_irq()
262 btwrite(astat, BT878_AINT_STAT); /* try to clear interrupt condition */ in bt878_irq()
265 if (astat & (BT878_ASCERR | BT878_AOCERR)) { in bt878_irq()
270 (astat & BT878_ASCERR) ? " SCERR" : in bt878_irq()
272 (astat & BT878_AOCERR) ? " OCERR" : in bt878_irq()
276 if (astat & (BT878_APABORT | BT878_ARIPERR | BT878_APPERR)) { in bt878_irq()
281 (astat & BT878_APABORT) ? " PABORT" : in bt878_irq()
283 (astat & BT878_ARIPERR) ? " RIPERR" : in bt878_irq()
285 (astat & BT878_APPERR) ? " PPERR" : in bt878_irq()
[all …]
H A Dbttv-driver.c2960 u32 stat,astat; in bttv_irq() local
2972 astat=stat&btread(BT848_INT_MASK); in bttv_irq()
2973 if (!astat) in bttv_irq()
2985 bttv_print_irqbits(stat,astat); in bttv_irq()
3001 if (astat&BT848_INT_VSYNC) in bttv_irq()
3004 if ((astat & BT848_INT_GPINT) && btv->remote) { in bttv_irq()
3008 if (astat & BT848_INT_I2CDONE) { in bttv_irq()
3013 if ((astat & BT848_INT_RISCI) && (stat & BT848_INT_RISCS_VBI)) in bttv_irq()
3016 if ((astat & BT848_INT_RISCI) && (stat & BT848_INT_RISCS_TOP)) in bttv_irq()
3019 if ((astat & BT848_INT_RISCI) && (stat & BT848_INT_RISCS_VIDEO)) in bttv_irq()
[all …]
/linux/drivers/net/ieee802154/
H A Dadf7242.c995 u8 astat; in adf7242_isr() local
997 adf7242_read_reg(lp, REG_AUTO_STATUS, &astat); in adf7242_isr()
998 astat &= AUTO_STATUS_MASK; in adf7242_isr()
1001 astat, in adf7242_isr()
1002 astat == SUCCESS ? "SUCCESS" : "", in adf7242_isr()
1003 astat == in adf7242_isr()
1005 astat == FAILURE_CSMACA ? "FAILURE_CSMACA" : "", in adf7242_isr()
1006 astat == FAILURE_NOACK ? "FAILURE_NOACK" : ""); in adf7242_isr()
1009 lp->tx_stat = astat; in adf7242_isr()
/linux/drivers/media/pci/zoran/
H A Dzoran_device.c866 u32 stat, astat; in zoran_irq() local
869 astat = stat & IRQ_MASK; in zoran_irq()
870 if (astat & zr->card.vsync_int) { in zoran_irq()
878 if (astat & ZR36057_ISR_JPEG_REP_IRQ) { in zoran_irq()
/linux/drivers/media/pci/cx88/
H A Dcx88-tvaudio.c820 if (core->astat != reg) in cx88_get_stereo()
824 core->astat = reg; in cx88_get_stereo()
H A Dcx88.h385 u32 astat; member