Searched refs:r_s (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mn88443x.c | 261 struct regmap *r_s = chip->regmap_s; in mn88443x_s_tune() local 265 regmap_write(r_s, TSSET_S, 0); in mn88443x_s_tune() 272 struct regmap *r_s = chip->regmap_s; in mn88443x_s_read_status() local 277 regmap_read(r_s, CPMON1_S, &cpmon); in mn88443x_s_read_status() 291 regmap_read(r_s, AGCREAD_S, &tmpu); in mn88443x_s_read_status() 306 regmap_read(r_s, CNRDXU_S, &tmpu); in mn88443x_s_read_status() 307 regmap_read(r_s, CNRDXL_S, &tmpl); in mn88443x_s_read_status() 309 regmap_read(r_s, CNRDYU_S, &tmpu); in mn88443x_s_read_status() 310 regmap_read(r_s, CNRDYL_S, &tmpl); in mn88443x_s_read_status() 343 regmap_read(r_s, BERCNFLG_S, &flg); in mn88443x_s_read_status() [all …]
|