| pinctrl_single.c | 65 u_int sc_regwidth; member in struct:pinctrl_single_softc 80 switch (sc->sc_regwidth) { 101 __func__, sc->sc_regwidth); 174 if (of_getprop_uint32(phandle, "pinctrl-single,register-width", &sc->sc_regwidth) != 0) { 183 switch (sc->sc_regwidth) { 189 aprint_error(": register width %d not supported\n", sc->sc_regwidth);
|