Home
last modified time | relevance | path

Searched refs:mux_cfg (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dmux.c440 static struct omap_mux_cfg *mux_cfg; variable
450 mux_cfg = arch_mux_cfg; in omap_mux_register()
469 if (mux_cfg == NULL) { in omap_cfg_reg()
474 if (index >= mux_cfg->size) { in omap_cfg_reg()
476 index, mux_cfg->size); in omap_cfg_reg()
481 reg = &mux_cfg->pins[index]; in omap_cfg_reg()
483 if (!mux_cfg->cfg_reg) in omap_cfg_reg()
486 return mux_cfg->cfg_reg(reg); in omap_cfg_reg()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.c240 u32 mux_cfg; in dpu_hw_intf_bind_pingpong_blk() local
242 mux_cfg = DPU_REG_READ(c, INTF_MUX); in dpu_hw_intf_bind_pingpong_blk()
243 mux_cfg &= ~0xf; in dpu_hw_intf_bind_pingpong_blk()
246 mux_cfg |= (pp - PINGPONG_0) & 0x7; in dpu_hw_intf_bind_pingpong_blk()
248 mux_cfg |= 0xf; in dpu_hw_intf_bind_pingpong_blk()
250 DPU_REG_WRITE(c, INTF_MUX, mux_cfg); in dpu_hw_intf_bind_pingpong_blk()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-lp3943.c69 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg; in lp3943_gpio_set_mode()
113 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg; in lp3943_get_gpio_out_status()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32mp1.c347 struct mux_cfg { struct
367 struct mux_cfg *mux; argument
436 struct mux_cfg *mux_cfg = cfg->cfg; in _clk_hw_register_mux() local
440 mux_cfg->reg_off + base, mux_cfg->shift, in _clk_hw_register_mux()
441 mux_cfg->width, mux_cfg->mux_flags, lock); in _clk_hw_register_mux()
1147 .cfg = &(struct mux_cfg) {\
1248 &(struct mux_cfg) {\
1599 &(struct mux_cfg) {\
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dlp3943.h103 const struct lp3943_reg_cfg *mux_cfg; member
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dlp3943.c120 lp3943->mux_cfg = lp3943_mux_cfg; in lp3943_probe()
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-lp3943.c139 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg; in lp3943_pwm_set_mode()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h61 input_system_multiplex_t mux_cfg; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c1207 cfg->mux_cfg); in input_system_network_configure()
1286 input_system_network_cfg.mux_cfg = config.multiplexer; in configuration_to_registers()