Lines Matching full:iom
3077 struct rockchip_iomux *iom = &bank->iomux[j]; local
3085 if (iom->offset >= 0) {
3086 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
3087 pmu_offs = iom->offset;
3089 grf_offs = iom->offset;
3091 iom->offset = ((iom->type & IOMUX_SOURCE_PMU) ||
3092 (iom->type & IOMUX_L_SOURCE_PMU)) ?
3098 if (iom->type & IOMUX_SOURCE_PMU)
3103 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ?
3108 i, j, iom->offset, drv->offset);
3114 inc = (iom->type & (IOMUX_WIDTH_4BIT |
3117 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
3132 if (iom->type & IOMUX_SOURCE_PMU)