Lines Matching refs:btwrite

735 	btwrite(crop, BT848_E_CROP);  in disclaim_video_lines()
736 btwrite(0xfe, BT848_E_VDELAY_LO); in disclaim_video_lines()
737 btwrite(crop, BT848_O_CROP); in disclaim_video_lines()
738 btwrite(0xfe, BT848_O_VDELAY_LO); in disclaim_video_lines()
790 btwrite(fl, BT848_PLL_F_LO); in set_pll_freq()
791 btwrite(fh, BT848_PLL_F_HI); in set_pll_freq()
792 btwrite(fi|BT848_PLL_X, BT848_PLL_XCI); in set_pll_freq()
814 btwrite(0x00,BT848_TGCTRL); in set_pll()
815 btwrite(0x00,BT848_PLL_XCI); in set_pll()
831 btwrite(0,BT848_DSTATUS); in set_pll()
833 btwrite(0x08,BT848_TGCTRL); in set_pll()
858 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
859 btwrite(0x02, BT848_TGCTRL); in bt848A_set_timing()
860 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
864 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()
868 btwrite(0x11, BT848_TGCTRL); in bt848A_set_timing()
869 btwrite(0x41, BT848_DVSIF); in bt848A_set_timing()
873 btwrite(0x0, BT848_DVSIF); in bt848A_set_timing()
888 btwrite(value & 0xff, BT848_BRIGHT); in bt848_bright()
899 btwrite(value & 0xff, BT848_HUE); in bt848_hue()
911 btwrite(value & 0xff, BT848_CONTRAST_LO); in bt848_contrast()
927 btwrite(val_u & 0xff, BT848_SAT_U_LO); in bt848_sat()
928 btwrite(val_v & 0xff, BT848_SAT_V_LO); in bt848_sat()
1139 btwrite(tvnorm->adelay, BT848_ADELAY); in set_tvnorm()
1140 btwrite(tvnorm->bdelay, BT848_BDELAY); in set_tvnorm()
1143 btwrite(tvnorm->vbipack, BT848_VBI_PACK_SIZE); in set_tvnorm()
1144 btwrite(1, BT848_VBI_PACK_DEL); in set_tvnorm()
1187 btwrite(0xfffffUL, BT848_INT_STAT); in init_irqreg()
1191 btwrite(BT848_INT_I2CDONE, in init_irqreg()
1195 btwrite((btv->triton1) | in init_irqreg()
1214 btwrite(0x00, BT848_CAP_CTL); in init_bt848()
1215 btwrite(BT848_COLOR_CTL_GAMMA, BT848_COLOR_CTL); in init_bt848()
1216 btwrite(BT848_IFORM_XTAUTO | BT848_IFORM_AUTO, BT848_IFORM); in init_bt848()
1220 btwrite(BT848_GPIO_DMA_CTL_PKTP_32| in init_bt848()
1227 btwrite(0x20, BT848_E_VSCALE_HI); in init_bt848()
1228 btwrite(0x20, BT848_O_VSCALE_HI); in init_bt848()
1289 btwrite(val, BT848_E_SCLOOP); in bttv_s_ctrl()
1290 btwrite(val, BT848_O_SCLOOP); in bttv_s_ctrl()
1308 btwrite(BT848_ADC_RESERVED | in bttv_s_ctrl()
1316 btwrite(c->val, BT848_WC_UP); in bttv_s_ctrl()
1319 btwrite(c->val, BT848_WC_DOWN); in bttv_s_ctrl()
1888 btwrite(reg->val, reg->reg & 0xfff); in bttv_s_register()
3757 btwrite(stat,BT848_INT_STAT); in bttv_irq()
3829 btwrite(0, BT848_INT_MASK); in bttv_irq()
3837 btwrite(btread(BT848_INT_MASK) & (-1 ^ BT848_INT_GPINT), in bttv_irq()
4055 btwrite(0, BT848_INT_MASK); in bttv_probe()
4133 btwrite(0x00, BT848_GPIO_REG_INP); in bttv_probe()
4134 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe()
4227 btwrite(0, BT848_INT_MASK); in bttv_remove()
4228 btwrite(~0x0, BT848_INT_STAT); in bttv_remove()
4229 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove()
4283 btwrite(0, BT848_INT_MASK); in bttv_suspend()