Lines Matching defs:stat
3751 u32 stat,astat;
3762 stat=btread(BT848_INT_STAT);
3763 astat=stat&btread(BT848_INT_MASK);
3767 btwrite(stat,BT848_INT_STAT);
3775 stat>>28, btread(BT848_RISC_COUNT));
3776 bttv_print_irqbits(stat,astat);
3777 if (stat & BT848_INT_HLOCK)
3781 if (stat & BT848_INT_VPRES)
3785 if (stat & BT848_INT_FMTCHG)
3800 btv->i2c_done = stat;
3804 if ((astat & BT848_INT_RISCI) && (stat & (4<<28)))
3807 if ((astat & BT848_INT_RISCI) && (stat & (2<<28)))
3810 if ((astat & BT848_INT_RISCI) && (stat & (1<<28)))
3823 bttv_print_irqbits(stat,astat);
3851 bttv_print_irqbits(stat,astat);