Lines Matching refs:btwrite
722 btwrite(crop, BT848_E_CROP); in disclaim_video_lines()
723 btwrite(0xfe, BT848_E_VDELAY_LO); in disclaim_video_lines()
724 btwrite(crop, BT848_O_CROP); in disclaim_video_lines()
725 btwrite(0xfe, BT848_O_VDELAY_LO); in disclaim_video_lines()
775 btwrite(fl, BT848_PLL_F_LO); in set_pll_freq()
776 btwrite(fh, BT848_PLL_F_HI); in set_pll_freq()
777 btwrite(fi|BT848_PLL_X, BT848_PLL_XCI); in set_pll_freq()
799 btwrite(0x00,BT848_TGCTRL); in set_pll()
800 btwrite(0x00,BT848_PLL_XCI); in set_pll()
816 btwrite(0,BT848_DSTATUS); in set_pll()
818 btwrite(0x08,BT848_TGCTRL); in set_pll()
843 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
844 btwrite(0x02, BT848_TGCTRL); in bt848A_set_timing()
845 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
849 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()
853 btwrite(0x11, BT848_TGCTRL); in bt848A_set_timing()
854 btwrite(0x41, BT848_DVSIF); in bt848A_set_timing()
858 btwrite(0x0, BT848_DVSIF); in bt848A_set_timing()
873 btwrite(value & 0xff, BT848_BRIGHT); in bt848_bright()
884 btwrite(value & 0xff, BT848_HUE); in bt848_hue()
896 btwrite(value & 0xff, BT848_CONTRAST_LO); in bt848_contrast()
912 btwrite(val_u & 0xff, BT848_SAT_U_LO); in bt848_sat()
913 btwrite(val_v & 0xff, BT848_SAT_V_LO); in bt848_sat()
1124 btwrite(tvnorm->adelay, BT848_ADELAY); in set_tvnorm()
1125 btwrite(tvnorm->bdelay, BT848_BDELAY); in set_tvnorm()
1128 btwrite(tvnorm->vbipack, BT848_VBI_PACK_SIZE); in set_tvnorm()
1129 btwrite(1, BT848_VBI_PACK_DEL); in set_tvnorm()
1172 btwrite(0xfffffUL, BT848_INT_STAT); in init_irqreg()
1176 btwrite(BT848_INT_I2CDONE, in init_irqreg()
1180 btwrite((btv->triton1) | in init_irqreg()
1199 btwrite(0x00, BT848_CAP_CTL); in init_bt848()
1200 btwrite(BT848_COLOR_CTL_GAMMA, BT848_COLOR_CTL); in init_bt848()
1201 btwrite(BT848_IFORM_XTAUTO | BT848_IFORM_AUTO, BT848_IFORM); in init_bt848()
1205 btwrite(BT848_GPIO_DMA_CTL_PKTP_32| in init_bt848()
1212 btwrite(0x20, BT848_E_VSCALE_HI); in init_bt848()
1213 btwrite(0x20, BT848_O_VSCALE_HI); in init_bt848()
1274 btwrite(val, BT848_E_SCLOOP); in bttv_s_ctrl()
1275 btwrite(val, BT848_O_SCLOOP); in bttv_s_ctrl()
1293 btwrite(BT848_ADC_RESERVED | in bttv_s_ctrl()
1301 btwrite(c->val, BT848_WC_UP); in bttv_s_ctrl()
1304 btwrite(c->val, BT848_WC_DOWN); in bttv_s_ctrl()
1785 btwrite(reg->val, reg->reg & 0xfff); in bttv_s_register()
2976 btwrite(stat,BT848_INT_STAT); in bttv_irq()
3048 btwrite(0, BT848_INT_MASK); in bttv_irq()
3056 btwrite(btread(BT848_INT_MASK) & (-1 ^ BT848_INT_GPINT), in bttv_irq()
3300 btwrite(0, BT848_INT_MASK); in bttv_probe()
3378 btwrite(0x00, BT848_GPIO_REG_INP); in bttv_probe()
3379 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe()
3472 btwrite(0, BT848_INT_MASK); in bttv_remove()
3473 btwrite(~0x0, BT848_INT_STAT); in bttv_remove()
3474 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove()
3529 btwrite(0, BT848_INT_MASK); in bttv_suspend()