Searched refs:regcfg (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/codecs/ |
| A D | cs4341.c | 35 struct regmap_config regcfg; member 237 cs4341->regcfg.reg_bits = 8; in cs4341_i2c_probe() 238 cs4341->regcfg.val_bits = 8; in cs4341_i2c_probe() 239 cs4341->regcfg.max_register = CS4341_REG_VOLB; in cs4341_i2c_probe() 240 cs4341->regcfg.cache_type = REGCACHE_FLAT; in cs4341_i2c_probe() 241 cs4341->regcfg.reg_defaults = cs4341_reg_defaults; in cs4341_i2c_probe() 291 cs4341->regcfg.reg_bits = 16; in cs4341_spi_probe() 292 cs4341->regcfg.val_bits = 8; in cs4341_spi_probe() 293 cs4341->regcfg.write_flag_mask = 0x20; in cs4341_spi_probe() 294 cs4341->regcfg.max_register = CS4341_REG_VOLB; in cs4341_spi_probe() [all …]
|
| /linux/drivers/tty/serial/ |
| A D | sc16is7xx_i2c.c | 17 struct regmap_config regcfg; in sc16is7xx_i2c_probe() local 24 memcpy(®cfg, &sc16is7xx_regcfg, sizeof(struct regmap_config)); in sc16is7xx_i2c_probe() 27 regcfg.name = sc16is7xx_regmap_name(i); in sc16is7xx_i2c_probe() 28 regcfg.read_flag_mask = sc16is7xx_regmap_port_mask(i); in sc16is7xx_i2c_probe() 29 regcfg.write_flag_mask = sc16is7xx_regmap_port_mask(i); in sc16is7xx_i2c_probe() 30 regmaps[i] = devm_regmap_init_i2c(i2c, ®cfg); in sc16is7xx_i2c_probe()
|
| A D | sc16is7xx_spi.c | 21 struct regmap_config regcfg; in sc16is7xx_spi_probe() local 41 memcpy(®cfg, &sc16is7xx_regcfg, sizeof(struct regmap_config)); in sc16is7xx_spi_probe() 44 regcfg.name = sc16is7xx_regmap_name(i); in sc16is7xx_spi_probe() 50 regcfg.read_flag_mask = sc16is7xx_regmap_port_mask(i) | in sc16is7xx_spi_probe() 52 regcfg.write_flag_mask = sc16is7xx_regmap_port_mask(i); in sc16is7xx_spi_probe() 53 regmaps[i] = devm_regmap_init_spi(spi, ®cfg); in sc16is7xx_spi_probe()
|
| A D | max310x.c | 1472 static struct regmap_config regcfg = { variable 1536 regcfg.name = max310x_regmap_name(i); in max310x_spi_probe() 1537 regcfg.read_flag_mask = port_mask; in max310x_spi_probe() 1538 regcfg.write_flag_mask = port_mask | MAX310X_WRITE_BIT; in max310x_spi_probe() 1539 regmaps[i] = devm_regmap_init_spi(spi, ®cfg); in max310x_spi_probe()
|
| /linux/drivers/net/ethernet/microchip/ |
| A D | encx24j600-regmap.c | 461 static struct regmap_config regcfg = { variable 504 regcfg.lock_arg = ctx; in devm_regmap_init_encx24j600() 505 ctx->regmap = devm_regmap_init(dev, ®map_encx24j600, ctx, ®cfg); in devm_regmap_init_encx24j600()
|
| /linux/drivers/pinctrl/ |
| A D | pinctrl-ocelot.c | 1342 u32 regcfg; in ocelot_hw_get_value() local 1346 ®cfg); in ocelot_hw_get_value() 1353 *val = regcfg & (opd->pd_bit | opd->pu_bit); in ocelot_hw_get_value() 1357 *val = regcfg & opd->schmitt_bit; in ocelot_hw_get_value() 1361 *val = regcfg & opd->drive_bits; in ocelot_hw_get_value()
|
Completed in 25 milliseconds