/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/ |
D | dsi_cfg.c | 14 .reg_cfg = { 34 .reg_cfg = { 55 .reg_cfg = { 75 .reg_cfg = { 91 .reg_cfg = { 119 .reg_cfg = { 139 .reg_cfg = { 158 .reg_cfg = { 180 .reg_cfg = { 194 .reg_cfg = {
|
D | dsi_cfg.h | 34 struct dsi_reg_config reg_cfg; member
|
D | dsi_host.c | 267 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_disable() 268 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_disable() 283 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_enable() 284 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_enable() 317 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_regulator_init() 318 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_regulator_init()
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | ste_dma40_ll.c | 136 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()
|
D | ste_dma40_ll.h | 345 u32 reg_cfg; member 446 u32 reg_cfg,
|
D | ste_dma40.c | 812 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
D | lontium-lt9611.c | 115 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 …]
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | pata_octeon_cf.c | 90 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 …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy_28nm.c | 156 .reg_cfg = { 174 .reg_cfg = { 192 .reg_cfg = {
|
D | dsi_phy_14nm.c | 150 .reg_cfg = { 168 .reg_cfg = {
|
D | dsi_phy_10nm.c | 215 .reg_cfg = { 233 .reg_cfg = {
|
D | dsi_phy_7nm.c | 224 .reg_cfg = { 242 .reg_cfg = {
|
D | dsi_phy.c | 483 const struct dsi_reg_entry *regs = phy->cfg->reg_cfg.regs; in dsi_phy_regulator_init() 485 int num = phy->cfg->reg_cfg.num; in dsi_phy_regulator_init() 508 const struct dsi_reg_entry *regs = phy->cfg->reg_cfg.regs; in dsi_phy_regulator_disable() 509 int num = phy->cfg->reg_cfg.num; in dsi_phy_regulator_disable() 523 const struct dsi_reg_entry *regs = phy->cfg->reg_cfg.regs; in dsi_phy_regulator_enable() 525 int num = phy->cfg->reg_cfg.num; in dsi_phy_regulator_enable()
|
D | dsi_phy.h | 28 struct dsi_reg_config reg_cfg; member
|
D | dsi_phy_20nm.c | 130 .reg_cfg = {
|
D | dsi_phy_28nm_8960.c | 179 .reg_cfg = {
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
D | mux.h | 432 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
|
/kernel/linux/linux-5.10/drivers/clk/sprd/ |
D | pll.h | 13 struct reg_cfg { struct
|
D | pll.c | 151 struct reg_cfg *cfg; in _sprd_pll_set_rate()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/include/mach/ |
D | mux.h | 979 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
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | sta_cmdresp.c | 1116 struct host_cmd_ds_chan_region_cfg *reg = &resp->params.reg_cfg; in mwifiex_ret_chan_region_cfg()
|
D | fw.h | 2378 struct host_cmd_ds_chan_region_cfg reg_cfg; member
|
D | sta_cmd.c | 1613 struct host_cmd_ds_chan_region_cfg *reg = &cmd->params.reg_cfg; in mwifiex_cmd_chan_region_cfg()
|