Home | History | Annotate | Download | only in nxp

Lines Matching refs:mux

115 	const u_int mux = __SHIFTOUT(val, TARGET_ROOT_MUX);
117 if (mux >= composite->nparents)
120 rclk_parent = imx_ccm_clock_find(sc, composite->parents[mux]);
124 clk_parent = fdtbus_clock_byname(composite->parents[mux]);
173 const u_int mux = __SHIFTOUT(val, TARGET_ROOT_MUX);
175 if (mux >= composite->nparents)
178 return composite->parents[mux];
190 for (u_int mux = 0; mux < composite->nparents; mux++) {
191 if (strcmp(composite->parents[mux], parent) == 0) {
194 val |= __SHIFTIN(mux, TARGET_ROOT_MUX);