Lines Matching refs:btwrite

937 	btwrite(crop, BT848_E_CROP);  in disclaim_video_lines()
938 btwrite(0xfe, BT848_E_VDELAY_LO); in disclaim_video_lines()
939 btwrite(crop, BT848_O_CROP); in disclaim_video_lines()
940 btwrite(0xfe, BT848_O_VDELAY_LO); in disclaim_video_lines()
992 btwrite(fl, BT848_PLL_F_LO); in set_pll_freq()
993 btwrite(fh, BT848_PLL_F_HI); in set_pll_freq()
994 btwrite(fi|BT848_PLL_X, BT848_PLL_XCI); in set_pll_freq()
1016 btwrite(0x00,BT848_TGCTRL); in set_pll()
1017 btwrite(0x00,BT848_PLL_XCI); in set_pll()
1033 btwrite(0,BT848_DSTATUS); in set_pll()
1035 btwrite(0x08,BT848_TGCTRL); in set_pll()
1060 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
1061 btwrite(0x02, BT848_TGCTRL); in bt848A_set_timing()
1062 btwrite(0x00, BT848_TGCTRL); in bt848A_set_timing()
1066 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()
1070 btwrite(0x11, BT848_TGCTRL); in bt848A_set_timing()
1071 btwrite(0x41, BT848_DVSIF); in bt848A_set_timing()
1075 btwrite(0x0, BT848_DVSIF); in bt848A_set_timing()
1090 btwrite(value & 0xff, BT848_BRIGHT); in bt848_bright()
1101 btwrite(value & 0xff, BT848_HUE); in bt848_hue()
1113 btwrite(value & 0xff, BT848_CONTRAST_LO); in bt848_contrast()
1129 btwrite(val_u & 0xff, BT848_SAT_U_LO); in bt848_sat()
1130 btwrite(val_v & 0xff, BT848_SAT_V_LO); in bt848_sat()
1325 btwrite(tvnorm->adelay, BT848_ADELAY); in set_tvnorm()
1326 btwrite(tvnorm->bdelay, BT848_BDELAY); in set_tvnorm()
1329 btwrite(tvnorm->vbipack, BT848_VBI_PACK_SIZE); in set_tvnorm()
1330 btwrite(1, BT848_VBI_PACK_DEL); in set_tvnorm()
1372 btwrite(0xfffffUL, BT848_INT_STAT); in init_irqreg()
1376 btwrite(BT848_INT_I2CDONE, in init_irqreg()
1380 btwrite((btv->triton1) | in init_irqreg()
1401 btwrite(0x00, BT848_CAP_CTL); in init_bt848()
1402 btwrite(BT848_COLOR_CTL_GAMMA, BT848_COLOR_CTL); in init_bt848()
1403 btwrite(BT848_IFORM_XTAUTO | BT848_IFORM_AUTO, BT848_IFORM); in init_bt848()
1407 btwrite(BT848_GPIO_DMA_CTL_PKTP_32| in init_bt848()
1415 btwrite(val, BT848_E_SCLOOP); in init_bt848()
1416 btwrite(val, BT848_O_SCLOOP); in init_bt848()
1418 btwrite(0x20, BT848_E_VSCALE_HI); in init_bt848()
1419 btwrite(0x20, BT848_O_VSCALE_HI); in init_bt848()
1420 btwrite(BT848_ADC_RESERVED | (btv->opt_adc_crush ? BT848_ADC_CRUSH : 0), in init_bt848()
1423 btwrite(whitecrush_upper, BT848_WC_UP); in init_bt848()
1424 btwrite(whitecrush_lower, BT848_WC_DOWN); in init_bt848()
1427 btwrite(0, BT848_E_CONTROL); in init_bt848()
1428 btwrite(0, BT848_O_CONTROL); in init_bt848()
1430 btwrite(BT848_CONTROL_LDEC, BT848_E_CONTROL); in init_bt848()
1431 btwrite(BT848_CONTROL_LDEC, BT848_O_CONTROL); in init_bt848()
1569 btwrite(val, BT848_E_SCLOOP); in bttv_s_ctrl()
1570 btwrite(val, BT848_O_SCLOOP); in bttv_s_ctrl()
1590 btwrite(BT848_ADC_RESERVED | in bttv_s_ctrl()
1599 btwrite(c->value, BT848_WC_UP); in bttv_s_ctrl()
1603 btwrite(c->value, BT848_WC_DOWN); in bttv_s_ctrl()
2077 btwrite(reg->val, reg->reg); in bttv_s_register()
4038 btwrite(stat,BT848_INT_STAT); in bttv_irq()
4109 btwrite(0, BT848_INT_MASK); in bttv_irq()
4117 btwrite(btread(BT848_INT_MASK) & (-1 ^ BT848_INT_GPINT), in bttv_irq()
4333 btwrite(0, BT848_INT_MASK); in bttv_probe()
4377 btwrite(0x00, BT848_GPIO_REG_INP); in bttv_probe()
4378 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe()
4450 btwrite(0, BT848_INT_MASK); in bttv_remove()
4451 btwrite(~0x0, BT848_INT_STAT); in bttv_remove()
4452 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove()
4504 btwrite(0, BT848_INT_MASK); in bttv_suspend()