Home
last modified time | relevance | path

Searched refs:reg_cfg (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/msm/dsi/
Ddsi_cfg.c14 .reg_cfg = {
34 .reg_cfg = {
54 .reg_cfg = {
73 .reg_cfg = {
88 .reg_cfg = {
111 .reg_cfg = {
131 .reg_cfg = {
150 .reg_cfg = {
172 .reg_cfg = {
186 .reg_cfg = {
[all …]
Ddsi_cfg.h35 struct dsi_reg_config reg_cfg; member
Ddsi_host.c254 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_disable()
255 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_disable()
270 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_enable()
271 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_enable()
304 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_regulator_init()
305 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_regulator_init()
/Linux-v5.15/drivers/dma/
Dste_dma40_ll.c136 u32 reg_cfg, in d40_phy_fill_lli() argument
171 lli->reg_cfg = reg_cfg; in d40_phy_fill_lli()
181 lli->reg_cfg |= BIT(D40_SREG_CFG_TIM_POS); in d40_phy_fill_lli()
183 lli->reg_cfg &= ~BIT(D40_SREG_CFG_TIM_POS); in d40_phy_fill_lli()
213 dma_addr_t lli_phys, dma_addr_t first_phys, u32 reg_cfg, in d40_phy_buf_to_lli() argument
249 reg_cfg, info, flags); in d40_phy_buf_to_lli()
270 u32 reg_cfg, in d40_phy_sg_to_lli() argument
298 reg_cfg, info, otherinfo, flags); in d40_phy_sg_to_lli()
363 u32 reg_cfg, in d40_log_fill_lli() argument
369 lli->lcsp13 = reg_cfg; in d40_log_fill_lli()
Dste_dma40_ll.h345 u32 reg_cfg; member
446 u32 reg_cfg,
Dste_dma40.c812 writel(lli_src->reg_cfg, base + D40_CHAN_REG_SSCFG); in d40_phy_lli_load()
817 writel(lli_dst->reg_cfg, base + D40_CHAN_REG_SDCFG); in d40_phy_lli_load()
/Linux-v5.15/drivers/gpu/drm/bridge/
Dlontium-lt9611.c115 const struct reg_sequence reg_cfg[] = { in lt9611_mipi_input_analog() local
127 return regmap_multi_reg_write(lt9611->regmap, reg_cfg, ARRAY_SIZE(reg_cfg)); in lt9611_mipi_input_analog()
133 struct reg_sequence reg_cfg[] = { in lt9611_mipi_input_digital() local
143 reg_cfg[1].def = 0x03; in lt9611_mipi_input_digital()
145 return regmap_multi_reg_write(lt9611->regmap, reg_cfg, ARRAY_SIZE(reg_cfg)); in lt9611_mipi_input_digital()
194 const struct reg_sequence reg_cfg[] = { in lt9611_pcr_setup() local
227 regmap_multi_reg_write(lt9611->regmap, reg_cfg, ARRAY_SIZE(reg_cfg)); in lt9611_pcr_setup()
249 const struct reg_sequence reg_cfg[] = { in lt9611_pll_setup() local
262 regmap_multi_reg_write(lt9611->regmap, reg_cfg, ARRAY_SIZE(reg_cfg)); in lt9611_pll_setup()
366 struct reg_sequence reg_cfg[] = { in lt9611_hdmi_tx_phy() local
[all …]
/Linux-v5.15/drivers/regulator/
Drtq6752-regulator.c222 struct regulator_config reg_cfg = {}; in rtq6752_probe() local
255 reg_cfg.dev = &i2c->dev; in rtq6752_probe()
256 reg_cfg.regmap = priv->regmap; in rtq6752_probe()
257 reg_cfg.driver_data = priv; in rtq6752_probe()
262 &reg_cfg); in rtq6752_probe()
/Linux-v5.15/drivers/ata/
Dpata_octeon_cf.c90 union cvmx_mio_boot_reg_cfgx reg_cfg; in octeon_cf_set_boot_reg_cfg() local
108 reg_cfg.u64 = cvmx_read_csr(CVMX_MIO_BOOT_REG_CFGX(cs)); in octeon_cf_set_boot_reg_cfg()
109 reg_cfg.s.dmack = 0; /* Don't assert DMACK on access */ in octeon_cf_set_boot_reg_cfg()
110 reg_cfg.s.tim_mult = tim_mult; /* Timing mutiplier */ in octeon_cf_set_boot_reg_cfg()
111 reg_cfg.s.rd_dly = 0; /* Sample on falling edge of BOOT_OE */ in octeon_cf_set_boot_reg_cfg()
112 reg_cfg.s.sam = 0; /* Don't combine write and output enable */ in octeon_cf_set_boot_reg_cfg()
113 reg_cfg.s.we_ext = 0; /* No write enable extension */ in octeon_cf_set_boot_reg_cfg()
114 reg_cfg.s.oe_ext = 0; /* No read enable extension */ in octeon_cf_set_boot_reg_cfg()
115 reg_cfg.s.en = 1; /* Enable this region */ in octeon_cf_set_boot_reg_cfg()
116 reg_cfg.s.orbit = 0; /* Don't combine with previous region */ in octeon_cf_set_boot_reg_cfg()
[all …]
/Linux-v5.15/drivers/iommu/
Dsprd-iommu.c220 unsigned int reg_cfg; in sprd_iommu_hw_en() local
224 reg_cfg = SPRD_EX_CFG; in sprd_iommu_hw_en()
226 reg_cfg = SPRD_VAU_CFG; in sprd_iommu_hw_en()
230 sprd_iommu_update_bits(sdev, reg_cfg, mask, 0, val); in sprd_iommu_hw_en()
/Linux-v5.15/arch/arm/mach-omap1/include/mach/
Dmux.h432 extern int omap_cfg_reg(unsigned long reg_cfg);
436 static inline int omap_cfg_reg(unsigned long reg_cfg) { return 0; } in omap_cfg_reg() argument
/Linux-v5.15/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy.c513 const struct dsi_reg_entry *regs = phy->cfg->reg_cfg.regs; in dsi_phy_regulator_init()
515 int num = phy->cfg->reg_cfg.num; in dsi_phy_regulator_init()
538 const struct dsi_reg_entry *regs = phy->cfg->reg_cfg.regs; in dsi_phy_regulator_disable()
539 int num = phy->cfg->reg_cfg.num; in dsi_phy_regulator_disable()
553 const struct dsi_reg_entry *regs = phy->cfg->reg_cfg.regs; in dsi_phy_regulator_enable()
555 int num = phy->cfg->reg_cfg.num; in dsi_phy_regulator_enable()
Ddsi_phy.h31 struct dsi_reg_config reg_cfg; member
Ddsi_phy_20nm.c134 .reg_cfg = {
Ddsi_phy_28nm.c772 .reg_cfg = {
793 .reg_cfg = {
814 .reg_cfg = {
Ddsi_phy_7nm.c1037 .reg_cfg = {
1064 .reg_cfg = {
1086 .reg_cfg = {
Ddsi_phy_10nm.c927 .reg_cfg = {
948 .reg_cfg = {
Ddsi_phy_14nm.c1029 .reg_cfg = {
1050 .reg_cfg = {
Ddsi_phy_28nm_8960.c651 .reg_cfg = {
/Linux-v5.15/drivers/clk/sprd/
Dpll.h13 struct reg_cfg { struct
Dpll.c151 struct reg_cfg *cfg; in _sprd_pll_set_rate()
/Linux-v5.15/arch/arm/mach-davinci/include/mach/
Dmux.h979 extern int davinci_cfg_reg(unsigned long reg_cfg);
983 static inline int davinci_cfg_reg(unsigned long reg_cfg) { return 0; } in davinci_cfg_reg() argument
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dsta_cmdresp.c1117 struct host_cmd_ds_chan_region_cfg *reg = &resp->params.reg_cfg; in mwifiex_ret_chan_region_cfg()
Dfw.h2384 struct host_cmd_ds_chan_region_cfg reg_cfg; member
Dsta_cmd.c1614 struct host_cmd_ds_chan_region_cfg *reg = &cmd->params.reg_cfg; in mwifiex_cmd_chan_region_cfg()