Home
last modified time | relevance | path

Searched refs:iom (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c583 struct rockchip_iomux *iom = &bank->iomux[j]; local
591 if (iom->offset >= 0) {
592 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
593 pmu_offs = iom->offset;
595 grf_offs = iom->offset;
597 iom->offset = ((iom->type & IOMUX_SOURCE_PMU) ||
598 (iom->type & IOMUX_L_SOURCE_PMU)) ?
604 if (iom->type & IOMUX_SOURCE_PMU)
609 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ?
614 i, j, iom->offset, drv->offset);
[all …]
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-rockchip.c3122 struct rockchip_iomux *iom = &bank->iomux[j]; local
3130 if (iom->offset >= 0) {
3131 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
3132 pmu_offs = iom->offset;
3134 grf_offs = iom->offset;
3136 iom->offset = ((iom->type & IOMUX_SOURCE_PMU) ||
3137 (iom->type & IOMUX_L_SOURCE_PMU)) ?
3143 if (iom->type & IOMUX_SOURCE_PMU)
3148 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ?
3153 i, j, iom->offset, drv->offset);
[all …]