Home | History | Annotate | Download | only in usb

Lines Matching refs:pin_caps

2207 	sc->sc_gpio_pins[0].pin_caps = GPIO_PIN_INPUT;
2208 sc->sc_gpio_pins[0].pin_caps |= GPIO_PIN_OUTPUT;
2209 sc->sc_gpio_pins[0].pin_caps |= GPIO_PIN_ALT0;
2210 sc->sc_gpio_pins[0].pin_caps |= GPIO_PIN_ALT3;
2217 sc->sc_gpio_pins[1].pin_caps = GPIO_PIN_INPUT;
2218 sc->sc_gpio_pins[1].pin_caps |= GPIO_PIN_OUTPUT;
2219 sc->sc_gpio_pins[1].pin_caps |= GPIO_PIN_ALT0;
2220 sc->sc_gpio_pins[1].pin_caps |= GPIO_PIN_ALT1;
2221 sc->sc_gpio_pins[1].pin_caps |= GPIO_PIN_ALT2;
2222 sc->sc_gpio_pins[1].pin_caps |= GPIO_PIN_ALT3;
2236 sc->sc_gpio_pins[2].pin_caps = GPIO_PIN_INPUT;
2237 sc->sc_gpio_pins[2].pin_caps |= GPIO_PIN_OUTPUT;
2238 sc->sc_gpio_pins[2].pin_caps |= GPIO_PIN_ALT0;
2239 sc->sc_gpio_pins[2].pin_caps |= GPIO_PIN_ALT1;
2240 sc->sc_gpio_pins[2].pin_caps |= GPIO_PIN_ALT3;
2247 sc->sc_gpio_pins[3].pin_caps = GPIO_PIN_INPUT;
2248 sc->sc_gpio_pins[3].pin_caps |= GPIO_PIN_OUTPUT;
2249 sc->sc_gpio_pins[3].pin_caps |= GPIO_PIN_ALT0;
2250 sc->sc_gpio_pins[3].pin_caps |= GPIO_PIN_ALT1;
2251 sc->sc_gpio_pins[3].pin_caps |= GPIO_PIN_ALT3;