Home
last modified time | relevance | path

Searched refs:mux_ctrl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/mtd/hyperbus/
H A Dhbmc-am654.c35 struct mux_control *mux_ctrl; member
192 priv->mux_ctrl = control; in am654_hbmc_probe()
231 if (priv->mux_ctrl) in am654_hbmc_probe()
232 mux_control_deselect(priv->mux_ctrl); in am654_hbmc_probe()
245 if (priv->mux_ctrl) in am654_hbmc_remove()
246 mux_control_deselect(priv->mux_ctrl); in am654_hbmc_remove()
/openbmc/qemu/hw/display/
H A Dpl110.c75 uint32_t mux_ctrl; member
103 VMSTATE_UINT32_V(mux_ctrl, PL110State, 2),
245 switch (s->mux_ctrl) { in pl110_update_display()
522 s->mux_ctrl = level; in pl110_mux_ctrl_set()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dlcdc.h54 u32 mux_ctrl; /* 0x200 */ member
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c206 clrsetbits_le32(&lcdc->mux_ctrl, SUNXI_LCDC_MUX_CTRL_SRC0_MASK, in lcdc_tcon1_mode_set()