Searched refs:iom (Results 1 – 2 of 2) sorted by relevance
583 struct rockchip_iomux *iom = &bank->iomux[j]; local591 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 …]
3122 struct rockchip_iomux *iom = &bank->iomux[j]; local3130 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 …]