Home
last modified time | relevance | path

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

/linux-4.1.27/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.c3807 u32 stat,astat; in bttv_irq() local
3819 astat=stat&btread(BT848_INT_MASK); in bttv_irq()
3820 if (!astat) in bttv_irq()
3832 bttv_print_irqbits(stat,astat); in bttv_irq()
3848 if (astat&BT848_INT_VSYNC) in bttv_irq()
3851 if ((astat & BT848_INT_GPINT) && btv->remote) { in bttv_irq()
3855 if (astat & BT848_INT_I2CDONE) { in bttv_irq()
3860 if ((astat & BT848_INT_RISCI) && (stat & (4<<28))) in bttv_irq()
3863 if ((astat & BT848_INT_RISCI) && (stat & (2<<28))) in bttv_irq()
3866 if ((astat & BT848_INT_RISCI) && (stat & (1<<28))) in bttv_irq()
[all …]
/linux-4.1.27/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()
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dptrace.h42 long astat; member
/linux-4.1.27/arch/blackfin/kernel/
Dsignal.c60 RESTORE(astat); in rt_restore_sigcontext()
121 SETUP(astat); in rt_setup_sigcontext()
Dkgdb.c52 gdb_regs[BFIN_ASTAT] = regs->astat; in pt_regs_to_gdb_regs()
70 gdb_regs[BFIN_CC] = (regs->astat >> 5) & 1; in pt_regs_to_gdb_regs()
143 regs->astat = gdb_regs[BFIN_ASTAT]; in gdb_regs_to_pt_regs()
Dpseudodbg.c70 val = &fp->astat; in fix_up_reg()
Dasm-offsets.c99 DEFINE(PT_ASTAT, offsetof(struct pt_regs, astat)); in main()
Dtrace.c983 rdusp(), fp->astat); in show_regs()
/linux-4.1.27/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