| /linux/drivers/iio/common/ms_sensors/ |
| H A D | ms_sensors_i2c.c | 254 u8 *config_reg) in ms_sensors_read_config_reg() argument 264 ret = i2c_master_recv(client, config_reg, 1); in ms_sensors_read_config_reg() 269 dev_dbg(&client->dev, "Config register :%x\n", *config_reg); in ms_sensors_read_config_reg() 288 u8 config_reg; in ms_sensors_write_resolution() local 291 ret = ms_sensors_read_config_reg(dev_data->client, &config_reg); in ms_sensors_write_resolution() 295 config_reg &= 0x7E; in ms_sensors_write_resolution() 296 config_reg |= ((i & 1) << 7) + ((i & 2) >> 1); in ms_sensors_write_resolution() 300 config_reg); in ms_sensors_write_resolution() 319 u8 config_reg; in ms_sensors_show_battery_low() local 322 ret = ms_sensors_read_config_reg(dev_data->client, &config_reg); in ms_sensors_show_battery_low() [all …]
|
| /linux/drivers/clk/qcom/ |
| H A D | hfpll.c | 23 .config_reg = 0x14, 41 .config_reg = 0x14, 58 .config_reg = 0x14, 75 .config_reg = 0x14,
|
| H A D | clk-pll.c | 103 regmap_read(pll->clkr.regmap, pll->config_reg, &config); in clk_pll_recalc_rate() 162 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate() 242 regmap_update_bits(regmap, pll->config_reg, mask, val); in clk_pll_configure()
|
| H A D | clk-hfpll.h | 17 u32 config_reg; member
|
| H A D | clk-pll.h | 43 u32 config_reg; member
|
| H A D | a53-pll.c | 112 pll->config_reg = 0x14; in qcom_a53pll_probe()
|
| H A D | gcc-ipq806x.c | 36 .config_reg = 0x30d4, 65 .config_reg = 0x3174, 94 .config_reg = 0x3154, 124 .config_reg = 0x3204, 150 .config_reg = 0x3244, 176 .config_reg = 0x3304, 201 .config_reg = 0x31d4, 246 .config_reg = 0x31b4, 265 .config_reg = 0x3194,
|
| H A D | clk-hfpll.c | 31 regmap_write(regmap, hd->config_reg, hd->config_val); in __clk_hfpll_init_once()
|
| H A D | gcc-msm8939.c | 56 .config_reg = 0x21010, 87 .config_reg = 0x20010, 118 .config_reg = 0x4a010, 149 .config_reg = 0x23010, 180 .config_reg = 0x22010, 227 .config_reg = 0x24010, 273 .config_reg = 0x25010, 304 .config_reg = 0x37010,
|
| H A D | lcc-ipq806x.c | 30 .config_reg = 0x14,
|
| H A D | gcc-mdm9615.c | 51 .config_reg = 0x30d4, 93 .config_reg = 0x3154, 122 .config_reg = 0x31d4,
|
| H A D | mmcc-apq8084.c | 46 .config_reg = 0x0014, 77 .config_reg = 0x0050, 108 .config_reg = 0x4110, 125 .config_reg = 0x0090, 143 .config_reg = 0x00b0,
|
| H A D | lcc-msm8960.c | 33 .config_reg = 0x14,
|
| H A D | mmcc-msm8974.c | 47 .config_reg = 0x0014, 78 .config_reg = 0x0050, 109 .config_reg = 0x4110, 126 .config_reg = 0x0090,
|
| H A D | gcc-msm8976.c | 59 .config_reg = 0x21014, 92 .config_reg = 0x4a014, 128 .config_reg = 0x22010, 176 .config_reg = 0x24018, 208 .config_reg = 0x37014,
|
| H A D | gcc-msm8916.c | 48 .config_reg = 0x21010, 79 .config_reg = 0x20010, 110 .config_reg = 0x4a010, 141 .config_reg = 0x23010,
|
| H A D | gcc-apq8084.c | 42 .config_reg = 0x0014, 73 .config_reg = 0x0054, 104 .config_reg = 0x1dd4,
|
| H A D | mmcc-msm8960.c | 46 .config_reg = 0x32c, 64 .config_reg = 0x348,
|
| H A D | gcc-mdm9607.c | 79 .config_reg = 0x20010,
|
| H A D | gcc-msm8660.c | 30 .config_reg = 0x3154,
|
| H A D | gcc-msm8909.c | 97 .config_reg = 0x20010,
|
| H A D | gcc-qcs404.c | 182 .config_reg = 0x37014,
|
| /linux/drivers/input/misc/ |
| H A D | max77693-haptic.c | 110 unsigned int value, config_reg; in max77693_haptic_configure() local 119 config_reg = MAX77693_HAPTIC_REG_CONFIG2; in max77693_haptic_configure() 126 config_reg = MAX77705_PMIC_REG_MCONFIG; in max77693_haptic_configure() 132 config_reg = MAX77843_HAP_REG_MCONFIG; in max77693_haptic_configure() 139 config_reg, value); in max77693_haptic_configure()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-mlxbf.c | 1381 u32 config_reg; in mlxbf_i2c_init_master() local 1418 config_reg = readl(gpio_res->io + MLXBF_I2C_GPIO_0_FUNC_EN_0); in mlxbf_i2c_init_master() 1419 config_reg = MLXBF_I2C_GPIO_SMBUS_GW_ASSERT_PINS(priv->bus, in mlxbf_i2c_init_master() 1420 config_reg); in mlxbf_i2c_init_master() 1421 writel(config_reg, gpio_res->io + MLXBF_I2C_GPIO_0_FUNC_EN_0); in mlxbf_i2c_init_master() 1423 config_reg = readl(gpio_res->io + MLXBF_I2C_GPIO_0_FORCE_OE_EN); in mlxbf_i2c_init_master() 1424 config_reg = MLXBF_I2C_GPIO_SMBUS_GW_RESET_PINS(priv->bus, in mlxbf_i2c_init_master() 1425 config_reg); in mlxbf_i2c_init_master() 1426 writel(config_reg, gpio_res->io + MLXBF_I2C_GPIO_0_FORCE_OE_EN); in mlxbf_i2c_init_master()
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 1251 val = readl(&pdev->op_regs->config_reg); in cdnsp_mem_init() 1253 writel(val, &pdev->op_regs->config_reg); in cdnsp_mem_init()
|