Searched refs:BT848_O_CONTROL (Results 1 – 3 of 3) sorted by relevance
/drivers/media/video/bt8xx/ |
D | bt848.h | 106 #define BT848_O_CONTROL 0x0AC macro
|
D | bttv-driver.c | 1115 btaor(hibit, ~4, BT848_O_CONTROL); in bt848_contrast() 1132 btaor(hibits, ~3, BT848_O_CONTROL); in bt848_sat() 1152 btor(BT848_CONTROL_COMP, BT848_O_CONTROL); in video_mux() 1155 btand(~BT848_CONTROL_COMP, BT848_O_CONTROL); in video_mux() 1428 btwrite(0, BT848_O_CONTROL); in init_bt848() 1431 btwrite(BT848_CONTROL_LDEC, BT848_O_CONTROL); in init_bt848() 1579 btand(~BT848_CONTROL_LDEC, BT848_O_CONTROL); in bttv_s_ctrl() 1582 btor(BT848_CONTROL_LDEC, BT848_O_CONTROL); in bttv_s_ctrl()
|
D | bttv-cards.c | 3191 btand(~BT848_CONTROL_COMP, BT848_O_CONTROL); in eagle_muxsel()
|