Searched refs:regcfg (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | sc16is7xx_i2c.c | 16 struct regmap_config regcfg; in sc16is7xx_i2c_probe() local 23 memcpy(®cfg, &sc16is7xx_regcfg, sizeof(struct regmap_config)); in sc16is7xx_i2c_probe() 26 regcfg.name = sc16is7xx_regmap_name(i); in sc16is7xx_i2c_probe() 27 regcfg.read_flag_mask = sc16is7xx_regmap_port_mask(i); in sc16is7xx_i2c_probe() 28 regcfg.write_flag_mask = sc16is7xx_regmap_port_mask(i); in sc16is7xx_i2c_probe() 29 regmaps[i] = devm_regmap_init_i2c(i2c, ®cfg); in sc16is7xx_i2c_probe()
|
| H A D | sc16is7xx_spi.c | 20 struct regmap_config regcfg; in sc16is7xx_spi_probe() local 40 memcpy(®cfg, &sc16is7xx_regcfg, sizeof(struct regmap_config)); in sc16is7xx_spi_probe() 43 regcfg.name = sc16is7xx_regmap_name(i); in sc16is7xx_spi_probe() 49 regcfg.read_flag_mask = sc16is7xx_regmap_port_mask(i) | in sc16is7xx_spi_probe() 51 regcfg.write_flag_mask = sc16is7xx_regmap_port_mask(i); in sc16is7xx_spi_probe() 52 regmaps[i] = devm_regmap_init_spi(spi, ®cfg); in sc16is7xx_spi_probe()
|
| H A D | max310x.c | 1578 static struct regmap_config regcfg = { variable 1628 regcfg.name = max310x_regmap_name(i); in max310x_spi_probe() 1629 regcfg.read_flag_mask = port_mask; in max310x_spi_probe() 1630 regcfg.write_flag_mask = port_mask | MAX310X_WRITE_BIT; in max310x_spi_probe() 1631 regmaps[i] = devm_regmap_init_spi(spi, ®cfg); in max310x_spi_probe()
|
| /linux/drivers/net/ethernet/microchip/ |
| H 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/ |
| H A D | pinctrl-ocelot.c | 1687 u32 regcfg; in ocelot_hw_get_value() local 1691 ®cfg); in ocelot_hw_get_value() 1698 *val = regcfg & (opd->pd_bit | opd->pu_bit); in ocelot_hw_get_value() 1702 *val = regcfg & opd->schmitt_bit; in ocelot_hw_get_value() 1706 *val = regcfg & opd->drive_bits; in ocelot_hw_get_value()
|