Lines Matching +full:0 +full:xb3

26 	#define DVBT_6   0  in tda18212_set_params()
37 /* reg: 0f 13 23 */ in tda18212_set_params()
38 [DVBT_6] = { 0xb3, 0x20, 0x03 }, in tda18212_set_params()
39 [DVBT_7] = { 0xb3, 0x31, 0x01 }, in tda18212_set_params()
40 [DVBT_8] = { 0xb3, 0x22, 0x01 }, in tda18212_set_params()
41 [DVBT2_6] = { 0xbc, 0x20, 0x03 }, in tda18212_set_params()
42 [DVBT2_7] = { 0xbc, 0x72, 0x03 }, in tda18212_set_params()
43 [DVBT2_8] = { 0xbc, 0x22, 0x01 }, in tda18212_set_params()
44 [DVBC_6] = { 0x92, 0x50, 0x03 }, in tda18212_set_params()
45 [DVBC_8] = { 0x92, 0x53, 0x03 }, in tda18212_set_params()
46 [ATSC_VSB] = { 0x7d, 0x20, 0x63 }, in tda18212_set_params()
47 [ATSC_QAM] = { 0x7d, 0x20, 0x63 }, in tda18212_set_params()
115 ret = regmap_write(dev->regmap, 0x23, bw_params[i][2]); in tda18212_set_params()
119 ret = regmap_write(dev->regmap, 0x06, 0x00); in tda18212_set_params()
123 ret = regmap_write(dev->regmap, 0x0f, bw_params[i][0]); in tda18212_set_params()
127 buf[0] = 0x02; in tda18212_set_params()
129 buf[2] = 0x03; /* default value */ in tda18212_set_params()
131 buf[4] = ((c->frequency / 1000) >> 16) & 0xff; in tda18212_set_params()
132 buf[5] = ((c->frequency / 1000) >> 8) & 0xff; in tda18212_set_params()
133 buf[6] = ((c->frequency / 1000) >> 0) & 0xff; in tda18212_set_params()
134 buf[7] = 0xc1; in tda18212_set_params()
135 buf[8] = 0x01; in tda18212_set_params()
136 ret = regmap_bulk_write(dev->regmap, 0x12, buf, sizeof(buf)); in tda18212_set_params()
145 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18212_set_params()
160 return 0; in tda18212_get_if_frequency()
208 ret = regmap_read(dev->regmap, 0x00, &chip_id); in tda18212_probe()
212 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18212_probe()
218 case 0xc7: in tda18212_probe()
221 case 0x47: in tda18212_probe()
237 return 0; in tda18212_probe()
251 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in tda18212_remove()
257 {"tda18212", 0},