Lines Matching refs:sel
187 u_int sel;
190 sel = __SHIFTOUT(val, sc->sc_mask);
192 return fdtbus_clock_get_index(sc->sc_phandle, sel - sc->sc_start_index);
200 u_int sel;
202 for (sel = sc->sc_start_index; sel < sc->sc_nparent; sel++) {
203 if (fdtbus_clock_get_index(sc->sc_phandle, sel - sc->sc_start_index) == parent_clk)
206 if (sel == sc->sc_nparent)
211 val |= __SHIFTIN(sel, sc->sc_mask);