Home
last modified time | relevance | path

Searched refs:config_reg (Results 1 – 17 of 17) sorted by relevance

/linux-4.19.296/drivers/iio/common/ms_sensors/
Dms_sensors_i2c.c255 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/
Dclk-pll.c111 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()
Dclk-pll.h51 u32 config_reg; member
Da53-pll.c63 pll->config_reg = 0x14; in qcom_a53pll_probe()
Dlcc-ipq806x.c38 .config_reg = 0x14,
Dgcc-ipq806x.c39 .config_reg = 0x30d4,
66 .config_reg = 0x3174,
93 .config_reg = 0x3154,
120 .config_reg = 0x31d4,
161 .config_reg = 0x31b4,
Dgcc-mdm9615.c52 .config_reg = 0x30d4,
90 .config_reg = 0x3154,
117 .config_reg = 0x31d4,
Dmmcc-msm8974.c191 .config_reg = 0x0014,
218 .config_reg = 0x0050,
245 .config_reg = 0x4110,
260 .config_reg = 0x0090,
Dmmcc-apq8084.c226 .config_reg = 0x0014,
253 .config_reg = 0x0050,
280 .config_reg = 0x4110,
295 .config_reg = 0x0090,
311 .config_reg = 0x00b0,
Dlcc-msm8960.c38 .config_reg = 0x14,
Dlcc-mdm9615.c40 .config_reg = 0x14,
Dgcc-msm8916.c271 .config_reg = 0x21010,
298 .config_reg = 0x20010,
325 .config_reg = 0x4a010,
352 .config_reg = 0x23010,
Dgcc-msm8974.c69 .config_reg = 0x0014,
132 .config_reg = 0x0054,
159 .config_reg = 0x1dd4,
Dgcc-msm8960.c39 .config_reg = 0x3174,
66 .config_reg = 0x3154,
93 .config_reg = 0x31d4,
Dgcc-apq8084.c113 .config_reg = 0x0014,
176 .config_reg = 0x0054,
203 .config_reg = 0x1dd4,
Dmmcc-msm8960.c120 .config_reg = 0x32c,
136 .config_reg = 0x348,
Dgcc-msm8660.c39 .config_reg = 0x3154,