Home
last modified time | relevance | path

Searched refs:IOMUX_L_SOURCE_PMU (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c229 else if (bank->iomux[iomux_num].type & IOMUX_L_SOURCE_PMU) in rockchip_set_mux()
592 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
598 (iom->type & IOMUX_L_SOURCE_PMU)) ?
623 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
H A Dpinctrl-rv1126.c156 else if (bank->iomux[iomux_num].type & IOMUX_L_SOURCE_PMU) in rv1126_set_mux()
357 IOMUX_WIDTH_4BIT | IOMUX_L_SOURCE_PMU,
H A Dpinctrl-rk1808.c66 else if (bank->iomux[iomux_num].type & IOMUX_L_SOURCE_PMU) in rk1808_set_mux()
H A Dpinctrl-rockchip.h190 #define IOMUX_L_SOURCE_PMU BIT(7) macro
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-rockchip.c49 #define IOMUX_L_SOURCE_PMU BIT(7) macro
1650 else if (bank->iomux[iomux_num].type & IOMUX_L_SOURCE_PMU) in rockchip_get_mux()
1747 else if (bank->iomux[iomux_num].type & IOMUX_L_SOURCE_PMU) in rockchip_set_mux()
3131 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
3137 (iom->type & IOMUX_L_SOURCE_PMU)) ?
3162 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
3373 IOMUX_WIDTH_4BIT | IOMUX_L_SOURCE_PMU,