Searched refs:config_reg (Results 1 – 17 of 17) sorted by relevance
/linux-4.19.296/drivers/iio/common/ms_sensors/ |
D | ms_sensors_i2c.c | 255 u8 *config_reg) in ms_sensors_read_config_reg() argument 265 ret = i2c_master_recv(client, config_reg, 1); in ms_sensors_read_config_reg() 270 dev_dbg(&client->dev, "Config register :%x\n", *config_reg); in ms_sensors_read_config_reg() 289 u8 config_reg; in ms_sensors_write_resolution() local 292 ret = ms_sensors_read_config_reg(dev_data->client, &config_reg); in ms_sensors_write_resolution() 296 config_reg &= 0x7E; in ms_sensors_write_resolution() 297 config_reg |= ((i & 1) << 7) + ((i & 2) >> 1); in ms_sensors_write_resolution() 301 config_reg); in ms_sensors_write_resolution() 320 u8 config_reg; in ms_sensors_show_battery_low() local 323 ret = ms_sensors_read_config_reg(dev_data->client, &config_reg); in ms_sensors_show_battery_low() [all …]
|
/linux-4.19.296/drivers/clk/qcom/ |
D | clk-pll.c | 111 regmap_read(pll->clkr.regmap, pll->config_reg, &config); in clk_pll_recalc_rate() 170 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate() 250 regmap_update_bits(regmap, pll->config_reg, mask, val); in clk_pll_configure()
|
D | clk-pll.h | 51 u32 config_reg; member
|
D | a53-pll.c | 63 pll->config_reg = 0x14; in qcom_a53pll_probe()
|
D | lcc-ipq806x.c | 38 .config_reg = 0x14,
|
D | gcc-ipq806x.c | 39 .config_reg = 0x30d4, 66 .config_reg = 0x3174, 93 .config_reg = 0x3154, 120 .config_reg = 0x31d4, 161 .config_reg = 0x31b4,
|
D | gcc-mdm9615.c | 52 .config_reg = 0x30d4, 90 .config_reg = 0x3154, 117 .config_reg = 0x31d4,
|
D | mmcc-msm8974.c | 191 .config_reg = 0x0014, 218 .config_reg = 0x0050, 245 .config_reg = 0x4110, 260 .config_reg = 0x0090,
|
D | mmcc-apq8084.c | 226 .config_reg = 0x0014, 253 .config_reg = 0x0050, 280 .config_reg = 0x4110, 295 .config_reg = 0x0090, 311 .config_reg = 0x00b0,
|
D | lcc-msm8960.c | 38 .config_reg = 0x14,
|
D | lcc-mdm9615.c | 40 .config_reg = 0x14,
|
D | gcc-msm8916.c | 271 .config_reg = 0x21010, 298 .config_reg = 0x20010, 325 .config_reg = 0x4a010, 352 .config_reg = 0x23010,
|
D | gcc-msm8974.c | 69 .config_reg = 0x0014, 132 .config_reg = 0x0054, 159 .config_reg = 0x1dd4,
|
D | gcc-msm8960.c | 39 .config_reg = 0x3174, 66 .config_reg = 0x3154, 93 .config_reg = 0x31d4,
|
D | gcc-apq8084.c | 113 .config_reg = 0x0014, 176 .config_reg = 0x0054, 203 .config_reg = 0x1dd4,
|
D | mmcc-msm8960.c | 120 .config_reg = 0x32c, 136 .config_reg = 0x348,
|
D | gcc-msm8660.c | 39 .config_reg = 0x3154,
|