Home
last modified time | relevance | path

Searched refs:reg_config (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/clk/sprd/
H A Dcommon.c46 struct regmap_config reg_config = sprdclk_regmap_config; in sprd_clk_regmap_init() local
67 reg_config.max_register = resource_size(res) - reg_config.reg_stride; in sprd_clk_regmap_init()
70 &reg_config); in sprd_clk_regmap_init()
/linux/drivers/power/reset/
H A Dat91-sama5d2_shdwc.c86 struct reg_config { struct
93 const struct reg_config *rcfg;
113 const struct reg_config *rcfg = shdw->rcfg; in at91_wakeup_status()
235 const struct reg_config *rcfg = shdw->rcfg; in at91_shdwc_dt_configure()
260 static const struct reg_config sama5d2_reg_config = {
277 static const struct reg_config sam9x60_reg_config = {
294 static const struct reg_config sama7g5_reg_config = {
/linux/drivers/dma/
H A Damba-pl08x.c159 void __iomem *reg_config; member
378 val = readl(ch->reg_config); in pl08x_phy_channel_busy()
518 writel(ccfg, phychan->reg_config); in pl08x_write_lli()
552 val = readl(phychan->reg_config); in pl08x_start_next_txd()
554 val = readl(phychan->reg_config); in pl08x_start_next_txd()
563 val = readl(phychan->reg_config); in pl08x_start_next_txd()
566 val = readl(phychan->reg_config); in pl08x_start_next_txd()
568 writel(val | PL080_CONFIG_ENABLE, phychan->reg_config); in pl08x_start_next_txd()
596 val = readl(ch->reg_config); in pl08x_pause_phy_chan()
598 writel(val, ch->reg_config); in pl08x_pause_phy_chan()
[all …]
/linux/drivers/iio/adc/
H A Dimx7d_adc.c126 u32 reg_config; member
131 .reg_config = (_reg_conf), \
206 sample_rate |= adc_analogure_clk.reg_config; in imx7d_adc_sample_rate_set()
/linux/include/linux/mfd/
H A Dtps65086.h113 const struct tps65086_regulator_config *reg_config; member
/linux/drivers/iio/dac/
H A Dadi-axi-dac.c115 u32 reg_config; member
499 if (st->reg_config & AXI_DAC_CONFIG_DDS_DISABLE) in axi_dac_extend_chan()
577 if (st->reg_config & AXI_DAC_CONFIG_DDS_DISABLE) in axi_dac_set_sample_rate()
956 ret = regmap_read(st->regmap, AXI_DAC_CONFIG_REG, &st->reg_config); in axi_dac_probe()
/linux/sound/soc/codecs/
H A Dlpass-wsa-macro.c2758 struct regmap_config *reg_config __free(kfree) = kmemdup(&wsa_regmap_config, in wsa_macro_probe()
2759 sizeof(*reg_config), in wsa_macro_probe()
2761 if (!reg_config) in wsa_macro_probe()
2764 reg_config->reg_defaults = reg_defaults; in wsa_macro_probe()
2765 reg_config->num_reg_defaults = def_count; in wsa_macro_probe()
2767 wsa->regmap = devm_regmap_init_mmio(dev, base, reg_config); in wsa_macro_probe()
H A Dlpass-rx-macro.c3855 struct regmap_config *reg_config __free(kfree) = kmemdup(&rx_regmap_config, in rx_macro_probe()
3856 sizeof(*reg_config), in rx_macro_probe()
3858 if (!reg_config) in rx_macro_probe()
3861 reg_config->reg_defaults = reg_defaults; in rx_macro_probe()
3862 reg_config->num_reg_defaults = def_count; in rx_macro_probe()
3864 rx->regmap = devm_regmap_init_mmio(dev, base, reg_config); in rx_macro_probe()