Searched refs:astat (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/drivers/media/pci/bt8xx/ |
H A D | bt878.c | 266 u32 stat, astat, mask; bt878_irq() local 276 if (!(astat = (stat & mask))) bt878_irq() 279 btwrite(astat, BT878_AINT_STAT); /* try to clear interrupt condition */ bt878_irq() 282 if (astat & (BT878_ASCERR | BT878_AOCERR)) { bt878_irq() 287 (astat & BT878_ASCERR) ? " SCERR" : bt878_irq() 289 (astat & BT878_AOCERR) ? " OCERR" : bt878_irq() 293 if (astat & (BT878_APABORT | BT878_ARIPERR | BT878_APPERR)) { bt878_irq() 298 (astat & BT878_APABORT) ? " PABORT" : bt878_irq() 300 (astat & BT878_ARIPERR) ? " RIPERR" : bt878_irq() 302 (astat & BT878_APPERR) ? " PPERR" : bt878_irq() 306 if (astat & (BT878_AFDSR | BT878_AFTRGT | BT878_AFBUS)) { bt878_irq() 311 (astat & BT878_AFDSR) ? " FDSR" : "", bt878_irq() 312 (astat & BT878_AFTRGT) ? " FTRGT" : bt878_irq() 314 (astat & BT878_AFBUS) ? " FBUS" : "", bt878_irq() 318 if (astat & BT878_ARISCI) { bt878_irq()
|
H A D | bttv-driver.c | 3805 u32 stat,astat; bttv_irq() local 3817 astat=stat&btread(BT848_INT_MASK); bttv_irq() 3818 if (!astat) bttv_irq() 3830 bttv_print_irqbits(stat,astat); bttv_irq() 3846 if (astat&BT848_INT_VSYNC) bttv_irq() 3849 if ((astat & BT848_INT_GPINT) && btv->remote) { bttv_irq() 3853 if (astat & BT848_INT_I2CDONE) { bttv_irq() 3858 if ((astat & BT848_INT_RISCI) && (stat & (4<<28))) bttv_irq() 3861 if ((astat & BT848_INT_RISCI) && (stat & (2<<28))) bttv_irq() 3864 if ((astat & BT848_INT_RISCI) && (stat & (1<<28))) bttv_irq() 3867 if ((astat & BT848_INT_HLOCK) && btv->opt_automute) bttv_irq() 3871 if (astat & (BT848_INT_SCERR|BT848_INT_OCERR)) { bttv_irq() 3874 (astat & BT848_INT_SCERR) ? "SCERR" : "", bttv_irq() 3875 (astat & BT848_INT_OCERR) ? "OCERR" : "", bttv_irq() 3877 bttv_print_irqbits(stat,astat); bttv_irq() 3882 if (fdsr && astat & BT848_INT_FDSR) { bttv_irq() 3892 if (count > 8 || !(astat & BT848_INT_GPINT)) { bttv_irq() 3905 bttv_print_irqbits(stat,astat); bttv_irq()
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | kgdb.c | 52 gdb_regs[BFIN_ASTAT] = regs->astat; pt_regs_to_gdb_regs() 70 gdb_regs[BFIN_CC] = (regs->astat >> 5) & 1; pt_regs_to_gdb_regs() 143 regs->astat = gdb_regs[BFIN_ASTAT]; gdb_regs_to_pt_regs()
|
H A D | signal.c | 60 RESTORE(astat); rt_restore_sigcontext() 121 SETUP(astat); rt_setup_sigcontext()
|
H A D | pseudodbg.c | 70 val = &fp->astat; fix_up_reg()
|
H A D | asm-offsets.c | 99 DEFINE(PT_ASTAT, offsetof(struct pt_regs, astat)); main()
|
H A D | trace.c | 983 rdusp(), fp->astat); show_regs()
|
/linux-4.4.14/arch/blackfin/include/uapi/asm/ |
H A D | ptrace.h | 42 long astat; member in struct:pt_regs
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | zoran_device.c | 1219 u32 astat, error_handler() 1337 u32 stat, astat; zoran_irq() local 1367 astat = stat & IRQ_MASK; zoran_irq() 1368 if (!astat) { zoran_irq() 1373 "zoran_irq: astat: 0x%08x, mask: 0x%08x\n", zoran_irq() 1374 astat, btread(ZR36057_ICR)); zoran_irq() 1375 if (astat & zr->card.vsync_int) { // SW zoran_irq() 1450 if (astat & ZR36057_ISR_CodRepIRQ) { zoran_irq() 1459 if ((astat & ZR36057_ISR_JPEGRepIRQ) && zoran_irq() 1512 if ((astat & zr->card.jpeg_int) || zoran_irq() 1517 error_handler(zr, astat, stat); zoran_irq() 1218 error_handler(struct zoran *zr, u32 astat, u32 stat) error_handler() argument
|
/linux-4.4.14/drivers/media/pci/cx88/ |
H A D | cx88-tvaudio.c | 824 if (core->astat != reg) cx88_get_stereo() 828 core->astat = reg; cx88_get_stereo()
|
H A D | cx88.h | 393 u32 astat; member in struct:cx88_core
|
Completed in 400 milliseconds