Lines Matching refs:btwrite
765 btwrite(crop, BT848_E_CROP); in disclaim_video_lines()
766 btwrite(0xfe, BT848_E_VDELAY_LO); in disclaim_video_lines()
767 btwrite(crop, BT848_O_CROP); in disclaim_video_lines()
768 btwrite(0xfe, BT848_O_VDELAY_LO); in disclaim_video_lines()
820 btwrite(fl, BT848_PLL_F_LO); in set_pll_freq()
821 btwrite(fh, BT848_PLL_F_HI); in set_pll_freq()
822 btwrite(fi|BT848_PLL_X, BT848_PLL_XCI); in set_pll_freq()
844 btwrite(0x00,BT848_TGCTRL); in set_pll()
845 btwrite(0x00,BT848_PLL_XCI); in set_pll()
861 btwrite(0,BT848_DSTATUS); in set_pll()
863 btwrite(0x08,BT848_TGCTRL); in set_pll()
888 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
889 btwrite(0x02, BT848_TGCTRL); in bt848A_set_timing()
890 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
894 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()
898 btwrite(0x11, BT848_TGCTRL); in bt848A_set_timing()
899 btwrite(0x41, BT848_DVSIF); in bt848A_set_timing()
903 btwrite(0x0, BT848_DVSIF); in bt848A_set_timing()
918 btwrite(value & 0xff, BT848_BRIGHT); in bt848_bright()
929 btwrite(value & 0xff, BT848_HUE); in bt848_hue()
941 btwrite(value & 0xff, BT848_CONTRAST_LO); in bt848_contrast()
957 btwrite(val_u & 0xff, BT848_SAT_U_LO); in bt848_sat()
958 btwrite(val_v & 0xff, BT848_SAT_V_LO); in bt848_sat()
1169 btwrite(tvnorm->adelay, BT848_ADELAY); in set_tvnorm()
1170 btwrite(tvnorm->bdelay, BT848_BDELAY); in set_tvnorm()
1173 btwrite(tvnorm->vbipack, BT848_VBI_PACK_SIZE); in set_tvnorm()
1174 btwrite(1, BT848_VBI_PACK_DEL); in set_tvnorm()
1217 btwrite(0xfffffUL, BT848_INT_STAT); in init_irqreg()
1221 btwrite(BT848_INT_I2CDONE, in init_irqreg()
1225 btwrite((btv->triton1) | in init_irqreg()
1244 btwrite(0x00, BT848_CAP_CTL); in init_bt848()
1245 btwrite(BT848_COLOR_CTL_GAMMA, BT848_COLOR_CTL); in init_bt848()
1246 btwrite(BT848_IFORM_XTAUTO | BT848_IFORM_AUTO, BT848_IFORM); in init_bt848()
1250 btwrite(BT848_GPIO_DMA_CTL_PKTP_32| in init_bt848()
1257 btwrite(0x20, BT848_E_VSCALE_HI); in init_bt848()
1258 btwrite(0x20, BT848_O_VSCALE_HI); in init_bt848()
1319 btwrite(val, BT848_E_SCLOOP); in bttv_s_ctrl()
1320 btwrite(val, BT848_O_SCLOOP); in bttv_s_ctrl()
1338 btwrite(BT848_ADC_RESERVED | in bttv_s_ctrl()
1346 btwrite(c->val, BT848_WC_UP); in bttv_s_ctrl()
1349 btwrite(c->val, BT848_WC_DOWN); in bttv_s_ctrl()
1918 btwrite(reg->val, reg->reg & 0xfff); in bttv_s_register()
3825 btwrite(stat,BT848_INT_STAT); in bttv_irq()
3897 btwrite(0, BT848_INT_MASK); in bttv_irq()
3905 btwrite(btread(BT848_INT_MASK) & (-1 ^ BT848_INT_GPINT), in bttv_irq()
4104 btwrite(0, BT848_INT_MASK); in bttv_probe()
4182 btwrite(0x00, BT848_GPIO_REG_INP); in bttv_probe()
4183 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe()
4272 btwrite(0, BT848_INT_MASK); in bttv_remove()
4273 btwrite(~0x0, BT848_INT_STAT); in bttv_remove()
4274 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove()
4329 btwrite(0, BT848_INT_MASK); in bttv_suspend()