HomeSort by: relevance | last modified time | path
    Searched refs:PXA270_GPIO_NPINS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/xscale/
pxa2x0cpu.h 81 #define GPIO_NPINS PXA270_GPIO_NPINS
pxa2x0_gpio.c 207 maxpin = CPU_IS_PXA270 ? PXA270_GPIO_NPINS : PXA250_GPIO_NPINS;
pxa2x0reg.h 422 #define PXA270_GPIO_NPINS 121
  /src/sys/arch/hpcarm/dev/
wzero3_kbd.c 382 for (sc->sc_test_pin = 2; sc->sc_test_pin < PXA270_GPIO_NPINS; sc->sc_test_pin++) {
392 if (sc->sc_test_pin < PXA270_GPIO_NPINS) {
405 for (i = 0; i < PXA270_GPIO_NPINS; i++) {
424 for (sc->sc_test_pin = 2; sc->sc_test_pin < PXA270_GPIO_NPINS; sc->sc_test_pin++) {
434 if (sc->sc_test_pin < PXA270_GPIO_NPINS) {
544 if (++sc->sc_test_pin >= PXA270_GPIO_NPINS)
585 if (++sc->sc_test_pin >= PXA270_GPIO_NPINS)

Completed in 53 milliseconds