Lines Matching defs:iomux_num
1074 int iomux_num = (pin / 8);
1080 if (iomux_num > 3)
1083 if (bank->iomux[iomux_num].type & IOMUX_UNROUTED) {
1088 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY)
1091 regmap = (bank->iomux[iomux_num].type & IOMUX_SOURCE_PMU)
1095 mux_type = bank->iomux[iomux_num].type;
1096 reg = bank->iomux[iomux_num].offset;
1126 int iomux_num = (pin / 8);
1128 if (iomux_num > 3)
1131 if (bank->iomux[iomux_num].type & IOMUX_UNROUTED) {
1136 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) {
1163 int iomux_num = (pin / 8);
1173 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY)
1179 regmap = (bank->iomux[iomux_num].type & IOMUX_SOURCE_PMU)
1183 mux_type = bank->iomux[iomux_num].type;
1184 reg = bank->iomux[iomux_num].offset;