Searched refs:r_s (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/media/dvb-frontends/ |
| D | mn88443x.c | 252 struct regmap *r_s = chip->regmap_s; in mn88443x_s_tune() local 254 regmap_write(r_s, ATSIDU_S, c->stream_id >> 8); in mn88443x_s_tune() 255 regmap_write(r_s, ATSIDL_S, c->stream_id); in mn88443x_s_tune() 256 regmap_write(r_s, TSSET_S, 0); in mn88443x_s_tune() 263 struct regmap *r_s = chip->regmap_s; in mn88443x_s_read_status() local 268 regmap_read(r_s, CPMON1_S, &cpmon); in mn88443x_s_read_status() 282 regmap_read(r_s, AGCREAD_S, &tmpu); in mn88443x_s_read_status() 297 regmap_read(r_s, CNRDXU_S, &tmpu); in mn88443x_s_read_status() 298 regmap_read(r_s, CNRDXL_S, &tmpl); in mn88443x_s_read_status() 300 regmap_read(r_s, CNRDYU_S, &tmpu); in mn88443x_s_read_status() [all …]
|