Searched refs:BT848_E_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/media/video/bt8xx/ |
D | bt848.h | 105 #define BT848_E_CONTROL 0x02C macro
|
D | bttv-driver.c | 1114 btaor(hibit, ~4, BT848_E_CONTROL); in bt848_contrast() 1131 btaor(hibits, ~3, BT848_E_CONTROL); in bt848_sat() 1151 btor(BT848_CONTROL_COMP, BT848_E_CONTROL); in video_mux() 1154 btand(~BT848_CONTROL_COMP, BT848_E_CONTROL); in video_mux() 1427 btwrite(0, BT848_E_CONTROL); in init_bt848() 1430 btwrite(BT848_CONTROL_LDEC, BT848_E_CONTROL); in init_bt848() 1578 btand(~BT848_CONTROL_LDEC, BT848_E_CONTROL); in bttv_s_ctrl() 1581 btor(BT848_CONTROL_LDEC, BT848_E_CONTROL); in bttv_s_ctrl()
|
D | bttv-cards.c | 3190 btand(~BT848_CONTROL_COMP, BT848_E_CONTROL); in eagle_muxsel()
|