Lines Matching defs:iom
3218 struct rockchip_iomux *iom = &bank->iomux[j];
3226 if (iom->offset >= 0) {
3227 if ((iom->type & IOMUX_SOURCE_PMU) ||
3228 (iom->type & IOMUX_L_SOURCE_PMU))
3229 pmu_offs = iom->offset;
3231 grf_offs = iom->offset;
3233 iom->offset = ((iom->type & IOMUX_SOURCE_PMU) ||
3234 (iom->type & IOMUX_L_SOURCE_PMU)) ?
3240 if (iom->type & IOMUX_SOURCE_PMU)
3245 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ?
3250 i, j, iom->offset, drv->offset);
3256 inc = (iom->type & (IOMUX_WIDTH_4BIT |
3259 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU))
3274 if (iom->type & IOMUX_SOURCE_PMU)