Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
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 …]
Dbttv-driver.c3751 u32 stat,astat; in bttv_irq() local
3763 astat=stat&btread(BT848_INT_MASK); in bttv_irq()
3764 if (!astat) in bttv_irq()
3776 bttv_print_irqbits(stat,astat); in bttv_irq()
3792 if (astat&BT848_INT_VSYNC) in bttv_irq()
3795 if ((astat & BT848_INT_GPINT) && btv->remote) { in bttv_irq()
3799 if (astat & BT848_INT_I2CDONE) { in bttv_irq()
3804 if ((astat & BT848_INT_RISCI) && (stat & (4<<28))) in bttv_irq()
3807 if ((astat & BT848_INT_RISCI) && (stat & (2<<28))) in bttv_irq()
3810 if ((astat & BT848_INT_RISCI) && (stat & (1<<28))) in bttv_irq()
[all …]
/kernel/linux/linux-5.10/drivers/net/ieee802154/
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()
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
Dzoran_device.c928 u32 stat, astat; in zoran_irq() local
931 astat = stat & IRQ_MASK; in zoran_irq()
932 if (astat & zr->card.vsync_int) { in zoran_irq()
940 if (astat & ZR36057_ISR_JPEG_REP_IRQ) { in zoran_irq()
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-tvaudio.c820 if (core->astat != reg) in cx88_get_stereo()
824 core->astat = reg; in cx88_get_stereo()
Dcx88.h385 u32 astat; member