Searched refs:mux_cfg (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/arm/mach-omap1/
H A Dmux.c394 static struct omap_mux_cfg *mux_cfg; variable in typeref:struct:omap_mux_cfg
404 mux_cfg = arch_mux_cfg;
423 if (mux_cfg == NULL) {
428 if (index >= mux_cfg->size) {
430 index, mux_cfg->size);
435 reg = &mux_cfg->pins[index];
437 if (!mux_cfg->cfg_reg)
440 return mux_cfg->cfg_reg(reg);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_wb.c166 int mux_cfg; local
173 mux_cfg = DPU_REG_READ(c, WB_MUX);
174 mux_cfg &= ~0xf;
177 mux_cfg |= (pp - PINGPONG_0) & 0x7;
179 mux_cfg |= 0xf;
181 DPU_REG_WRITE(c, WB_MUX, mux_cfg);
H A Ddpu_hw_cdm.c210 int mux_cfg; local
214 mux_cfg = DPU_REG_READ(c, CDM_MUX);
215 mux_cfg &= ~0xf;
218 mux_cfg |= (pp - PINGPONG_0) & 0x7;
220 mux_cfg |= 0xf;
222 DPU_REG_WRITE(c, CDM_MUX, mux_cfg);
H A Ddpu_hw_dsc.c165 int mux_cfg = 0xF; local
171 mux_cfg = (pp - PINGPONG_0) & 0x7;
180 DPU_REG_WRITE(c, dsc_ctl_offset, mux_cfg);
H A Ddpu_hw_intf.c279 u32 mux_cfg; local
281 mux_cfg = DPU_REG_READ(c, INTF_MUX);
282 mux_cfg &= ~0xf;
285 mux_cfg |= (pp - PINGPONG_0) & 0x7;
287 mux_cfg |= 0xf;
289 DPU_REG_WRITE(c, INTF_MUX, mux_cfg);
H A Ddpu_hw_dsc_1_2.c351 int mux_cfg = 0xf; /* Disabled */ local
358 mux_cfg = (pp - PINGPONG_0) & 0x7;
360 DPU_REG_WRITE(hw, sblk->ctl.base + DSC_CTL, mux_cfg);
/linux-master/include/linux/mfd/
H A Dlp3943.h92 * @mux_cfg: Register configuration for pin MUX
103 const struct lp3943_reg_cfg *mux_cfg; member in struct:lp3943
/linux-master/drivers/staging/media/atomisp/pci/
H A Dinput_system_local.h35 input_system_multiplex_t mux_cfg; member in struct:input_system_network_cfg_s
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.c278 struct iosm_mux *ipc_mux_init(struct ipc_mux_config *mux_cfg, argument
290 ipc_mux->protocol = mux_cfg->protocol;
291 ipc_mux->ul_flow = mux_cfg->ul_flow;
292 ipc_mux->instance_id = mux_cfg->instance_id;
H A Diosm_ipc_mux.h386 * @mux_cfg: Pointer to MUX configuration structure
391 struct iosm_mux *ipc_mux_init(struct ipc_mux_config *mux_cfg,
H A Diosm_ipc_imem.c565 struct ipc_mux_config mux_cfg; local
581 ret = ipc_imem_setup_cp_mux_cap_init(ipc_imem, &mux_cfg);
585 ipc_imem->mux = ipc_mux_init(&mux_cfg, ipc_imem);
589 ret = ipc_imem_wwan_channel_init(ipc_imem, mux_cfg.protocol);
/linux-master/drivers/mfd/
H A Dlp3943.c120 lp3943->mux_cfg = lp3943_mux_cfg;
/linux-master/drivers/gpio/
H A Dgpio-lp3943.c69 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg;
113 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg;
/linux-master/drivers/clk/stm32/
H A Dclk-stm32mp1.c359 struct mux_cfg { struct
379 struct mux_cfg *mux;
448 struct mux_cfg *mux_cfg = cfg->cfg; local
452 mux_cfg->reg_off + base, mux_cfg->shift,
453 mux_cfg->width, mux_cfg->mux_flags, lock);
1225 .cfg = &(struct mux_cfg) {\
1346 &(struct mux_cfg) {\
[all...]
/linux-master/drivers/pwm/
H A Dpwm-lp3943.c136 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg;
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c717 cfg->mux_cfg);
794 input_system_network_cfg.mux_cfg = config.multiplexer;

Completed in 199 milliseconds