Home
last modified time | relevance | path

Searched refs:R0C_AGC11 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/tuners/
H A Dtda18250.c128 { R0C_AGC11, 0xc7 }, in tda18250_init()
239 ret = regmap_write_bits(dev->regmap, R0C_AGC11, 0x80, 0x00); in tda18250_init()
290 ret = regmap_write_bits(dev->regmap, R0C_AGC11, 0x07, utmp); in tda18250_set_agc()
720 ret = regmap_write_bits(dev->regmap, R0C_AGC11, 0x80, 0x00); in tda18250_sleep()
H A Dtda18250_priv.h25 #define R0C_AGC11 0x0c /* AGC1 byte 1 */ macro