Lines Matching refs:btwrite
766 btwrite(crop, BT848_E_CROP); in disclaim_video_lines()
767 btwrite(0xfe, BT848_E_VDELAY_LO); in disclaim_video_lines()
768 btwrite(crop, BT848_O_CROP); in disclaim_video_lines()
769 btwrite(0xfe, BT848_O_VDELAY_LO); in disclaim_video_lines()
821 btwrite(fl, BT848_PLL_F_LO); in set_pll_freq()
822 btwrite(fh, BT848_PLL_F_HI); in set_pll_freq()
823 btwrite(fi|BT848_PLL_X, BT848_PLL_XCI); in set_pll_freq()
845 btwrite(0x00,BT848_TGCTRL); in set_pll()
846 btwrite(0x00,BT848_PLL_XCI); in set_pll()
862 btwrite(0,BT848_DSTATUS); in set_pll()
864 btwrite(0x08,BT848_TGCTRL); in set_pll()
889 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
890 btwrite(0x02, BT848_TGCTRL); in bt848A_set_timing()
891 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
895 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()
899 btwrite(0x11, BT848_TGCTRL); in bt848A_set_timing()
900 btwrite(0x41, BT848_DVSIF); in bt848A_set_timing()
904 btwrite(0x0, BT848_DVSIF); in bt848A_set_timing()
919 btwrite(value & 0xff, BT848_BRIGHT); in bt848_bright()
930 btwrite(value & 0xff, BT848_HUE); in bt848_hue()
942 btwrite(value & 0xff, BT848_CONTRAST_LO); in bt848_contrast()
958 btwrite(val_u & 0xff, BT848_SAT_U_LO); in bt848_sat()
959 btwrite(val_v & 0xff, BT848_SAT_V_LO); in bt848_sat()
1170 btwrite(tvnorm->adelay, BT848_ADELAY); in set_tvnorm()
1171 btwrite(tvnorm->bdelay, BT848_BDELAY); in set_tvnorm()
1174 btwrite(tvnorm->vbipack, BT848_VBI_PACK_SIZE); in set_tvnorm()
1175 btwrite(1, BT848_VBI_PACK_DEL); in set_tvnorm()
1218 btwrite(0xfffffUL, BT848_INT_STAT); in init_irqreg()
1222 btwrite(BT848_INT_I2CDONE, in init_irqreg()
1226 btwrite((btv->triton1) | in init_irqreg()
1245 btwrite(0x00, BT848_CAP_CTL); in init_bt848()
1246 btwrite(BT848_COLOR_CTL_GAMMA, BT848_COLOR_CTL); in init_bt848()
1247 btwrite(BT848_IFORM_XTAUTO | BT848_IFORM_AUTO, BT848_IFORM); in init_bt848()
1251 btwrite(BT848_GPIO_DMA_CTL_PKTP_32| in init_bt848()
1258 btwrite(0x20, BT848_E_VSCALE_HI); in init_bt848()
1259 btwrite(0x20, BT848_O_VSCALE_HI); in init_bt848()
1320 btwrite(val, BT848_E_SCLOOP); in bttv_s_ctrl()
1321 btwrite(val, BT848_O_SCLOOP); in bttv_s_ctrl()
1339 btwrite(BT848_ADC_RESERVED | in bttv_s_ctrl()
1347 btwrite(c->val, BT848_WC_UP); in bttv_s_ctrl()
1350 btwrite(c->val, BT848_WC_DOWN); in bttv_s_ctrl()
1919 btwrite(reg->val, reg->reg & 0xfff); in bttv_s_register()
3827 btwrite(stat,BT848_INT_STAT); in bttv_irq()
3899 btwrite(0, BT848_INT_MASK); in bttv_irq()
3907 btwrite(btread(BT848_INT_MASK) & (-1 ^ BT848_INT_GPINT), in bttv_irq()
4108 btwrite(0, BT848_INT_MASK); in bttv_probe()
4186 btwrite(0x00, BT848_GPIO_REG_INP); in bttv_probe()
4187 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe()
4276 btwrite(0, BT848_INT_MASK); in bttv_remove()
4277 btwrite(~0x0, BT848_INT_STAT); in bttv_remove()
4278 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove()
4333 btwrite(0, BT848_INT_MASK); in bttv_suspend()