Searched refs:BT848_E_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/media/video/bt8xx/ |
D | bt848.h | 102 #define BT848_E_CONTROL 0x02C macro
|
D | bttv-driver.c | 1106 btaor(hibit, ~4, BT848_E_CONTROL); in bt848_contrast() 1123 btaor(hibits, ~3, BT848_E_CONTROL); in bt848_sat() 1143 btor(BT848_CONTROL_COMP, BT848_E_CONTROL); in video_mux() 1146 btand(~BT848_CONTROL_COMP, BT848_E_CONTROL); in video_mux() 1420 btwrite(0, BT848_E_CONTROL); in init_bt848() 1423 btwrite(BT848_CONTROL_LDEC, BT848_E_CONTROL); in init_bt848() 1571 btand(~BT848_CONTROL_LDEC, BT848_E_CONTROL); in bttv_s_ctrl() 1574 btor(BT848_CONTROL_LDEC, BT848_E_CONTROL); in bttv_s_ctrl()
|
D | bttv-cards.c | 3180 btand(~BT848_CONTROL_COMP, BT848_E_CONTROL); in eagle_muxsel()
|