Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbt848.h94 #define BT848_O_CONTROL 0x0AC macro
H A Dbttv-driver.c898 btaor(hibit, ~4, BT848_O_CONTROL); in bt848_contrast()
915 btaor(hibits, ~3, BT848_O_CONTROL); in bt848_sat()
935 btor(BT848_CONTROL_COMP, BT848_O_CONTROL); in video_mux()
938 btand(~BT848_CONTROL_COMP, BT848_O_CONTROL); in video_mux()
1283 btand(~BT848_CONTROL_LDEC, BT848_O_CONTROL); in bttv_s_ctrl()
1286 btor(BT848_CONTROL_LDEC, BT848_O_CONTROL); in bttv_s_ctrl()
H A Dbttv-cards.c3174 btand(~BT848_CONTROL_COMP, BT848_O_CONTROL); in eagle_muxsel()