Lines Matching defs:astat
3751 u32 stat,astat;
3763 astat=stat&btread(BT848_INT_MASK);
3764 if (!astat)
3776 bttv_print_irqbits(stat,astat);
3792 if (astat&BT848_INT_VSYNC)
3795 if ((astat & BT848_INT_GPINT) && btv->remote) {
3799 if (astat & BT848_INT_I2CDONE) {
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)))
3813 if ((astat & BT848_INT_HLOCK) && btv->opt_automute)
3817 if (astat & (BT848_INT_SCERR|BT848_INT_OCERR)) {
3820 (astat & BT848_INT_SCERR) ? "SCERR" : "",
3821 (astat & BT848_INT_OCERR) ? "OCERR" : "",
3823 bttv_print_irqbits(stat,astat);
3828 if (fdsr && astat & BT848_INT_FDSR) {
3838 if (count > 8 || !(astat & BT848_INT_GPINT)) {
3851 bttv_print_irqbits(stat,astat);