Lines Matching refs:iom
3426 struct rockchip_iomux *iom = &bank->iomux[j];
3435 if (iom->offset >= 0) {
3436 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU)) {
3437 pmu_offs = iom->offset;
3439 grf_offs = iom->offset;
3442 iom->offset =
3443 ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU)) ? pmu_offs : grf_offs;
3448 if (iom->type & IOMUX_SOURCE_PMU) {
3454 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ? drv_pmu_offs : drv_grf_offs;
3457 dev_dbg(d->dev, "bank %d, iomux %d has iom_offset 0x%x drv_offset 0x%x\n", i, j, iom->offset, drv->offset);
3463 inc = (iom->type & (IOMUX_WIDTH_4BIT | IOMUX_WIDTH_3BIT | IOMUX_WIDTH_2BIT)) ? PINCTRL_ROCKCHIP_EIGHT
3465 if ((iom->type & IOMUX_SOURCE_PMU) || (iom->type & IOMUX_L_SOURCE_PMU)) {
3481 if (iom->type & IOMUX_SOURCE_PMU) {