Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbt878.c215 btwrite(int_mask, BT878_AINT_MASK); in bt878_start()
226 btwrite(0, BT878_AINT_MASK); in bt878_stop()
258 mask = btread(BT878_AINT_MASK); in bt878_irq()
309 btwrite(0, BT878_AINT_MASK); in bt878_irq()
478 btwrite(0, BT878_AINT_MASK); in bt878_probe()
508 btwrite(0, BT878_AINT_MASK); in bt878_remove()
Dbt878.h37 #define BT878_AINT_MASK 0x104 macro