Home
last modified time | relevance | path

Searched refs:BT848_O_CONTROL (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbt848.h94 #define BT848_O_CONTROL 0x0AC macro
Dbttv-driver.c913 btaor(hibit, ~4, BT848_O_CONTROL); in bt848_contrast()
930 btaor(hibits, ~3, BT848_O_CONTROL); in bt848_sat()
950 btor(BT848_CONTROL_COMP, BT848_O_CONTROL); in video_mux()
953 btand(~BT848_CONTROL_COMP, BT848_O_CONTROL); in video_mux()
1298 btand(~BT848_CONTROL_LDEC, BT848_O_CONTROL); in bttv_s_ctrl()
1301 btor(BT848_CONTROL_LDEC, BT848_O_CONTROL); in bttv_s_ctrl()
Dbttv-cards.c3177 btand(~BT848_CONTROL_COMP, BT848_O_CONTROL); in eagle_muxsel()