Lines Matching refs:r_s
261 struct regmap *r_s = chip->regmap_s; in mn88443x_s_tune() local
263 regmap_write(r_s, ATSIDU_S, c->stream_id >> 8); in mn88443x_s_tune()
264 regmap_write(r_s, ATSIDL_S, c->stream_id); in mn88443x_s_tune()
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()
348 regmap_read(r_s, BERVRDU_S, &tmpu); in mn88443x_s_read_status()
349 regmap_read(r_s, BERVRDL_S, &tmpl); in mn88443x_s_read_status()
572 struct regmap *r_s = chip->regmap_s; in mn88443x_set_frontend() local
601 regmap_write(r_s, DOSET1_S, 0x80); in mn88443x_set_frontend()