Lines Matching defs:astat
2960 u32 stat,astat;
2972 astat=stat&btread(BT848_INT_MASK);
2973 if (!astat)
2985 bttv_print_irqbits(stat,astat);
3001 if (astat&BT848_INT_VSYNC)
3004 if ((astat & BT848_INT_GPINT) && btv->remote) {
3008 if (astat & BT848_INT_I2CDONE) {
3013 if ((astat & BT848_INT_RISCI) && (stat & BT848_INT_RISCS_VBI))
3016 if ((astat & BT848_INT_RISCI) && (stat & BT848_INT_RISCS_TOP))
3019 if ((astat & BT848_INT_RISCI) && (stat & BT848_INT_RISCS_VIDEO))
3022 if ((astat & BT848_INT_HLOCK) && btv->opt_automute)
3026 if (astat & (BT848_INT_SCERR|BT848_INT_OCERR)) {
3029 (astat & BT848_INT_SCERR) ? "SCERR" : "",
3030 (astat & BT848_INT_OCERR) ? "OCERR" : "",
3032 bttv_print_irqbits(stat,astat);
3037 if (fdsr && astat & BT848_INT_FDSR) {
3047 if (count > 8 || !(astat & BT848_INT_GPINT)) {
3060 bttv_print_irqbits(stat,astat);