Home
last modified time | relevance | path

Searched refs:BT848_INT_GPINT (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbt848.h247 #define BT848_INT_GPINT (1<<9) macro
Dbttv-driver.c1196 (btv->gpioirq ? BT848_INT_GPINT : 0) | in init_irqreg()
3785 if ((astat & BT848_INT_GPINT) && btv->remote) { in bttv_irq()
3828 if (count > 8 || !(astat & BT848_INT_GPINT)) { in bttv_irq()
3837 btwrite(btread(BT848_INT_MASK) & (-1 ^ BT848_INT_GPINT), in bttv_irq()