Searched refs:astat (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bt878.c | 266 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 …]
|
D | bttv-driver.c | 3805 u32 stat,astat; in bttv_irq() local 3817 astat=stat&btread(BT848_INT_MASK); in bttv_irq() 3818 if (!astat) in bttv_irq() 3830 bttv_print_irqbits(stat,astat); in bttv_irq() 3846 if (astat&BT848_INT_VSYNC) in bttv_irq() 3849 if ((astat & BT848_INT_GPINT) && btv->remote) { in bttv_irq() 3853 if (astat & BT848_INT_I2CDONE) { in bttv_irq() 3858 if ((astat & BT848_INT_RISCI) && (stat & (4<<28))) in bttv_irq() 3861 if ((astat & BT848_INT_RISCI) && (stat & (2<<28))) in bttv_irq() 3864 if ((astat & BT848_INT_RISCI) && (stat & (1<<28))) in bttv_irq() [all …]
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_device.c | 1219 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()
|
/linux-4.4.14/arch/blackfin/include/uapi/asm/ |
D | ptrace.h | 42 long astat; member
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | signal.c | 60 RESTORE(astat); in rt_restore_sigcontext() 121 SETUP(astat); in rt_setup_sigcontext()
|
D | kgdb.c | 52 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()
|
D | pseudodbg.c | 70 val = &fp->astat; in fix_up_reg()
|
D | asm-offsets.c | 99 DEFINE(PT_ASTAT, offsetof(struct pt_regs, astat)); in main()
|
D | trace.c | 983 rdusp(), fp->astat); in show_regs()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 824 if (core->astat != reg) in cx88_get_stereo() 828 core->astat = reg; in cx88_get_stereo()
|
D | cx88.h | 393 u32 astat; member
|