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

  /src/sys/arch/evbarm/netwalker/
netwalker_spi.c 64 imxgpio_data_write(GPIO_NO(4, 24), GPIO_PIN_LOW);
65 imxgpio_set_direction(GPIO_NO(4, 24), GPIO_PIN_OUTPUT);
68 imxgpio_data_write(GPIO_NO(4, 25), GPIO_PIN_LOW);
69 imxgpio_set_direction(GPIO_NO(4, 25), GPIO_PIN_OUTPUT);
72 imxgpio_data_write(GPIO_NO(3, 0), GPIO_PIN_LOW);
73 imxgpio_set_direction(GPIO_NO(3, 0), GPIO_PIN_OUTPUT);
85 imxgpio_data_write(GPIO_NO(4, 24), GPIO_PIN_HIGH);
86 imxgpio_set_direction(GPIO_NO(4, 24), GPIO_PIN_INPUT);
89 imxgpio_data_write(GPIO_NO(4, 25), GPIO_PIN_HIGH);
90 imxgpio_set_direction(GPIO_NO(4, 25), GPIO_PIN_INPUT)
    [all...]
netwalker_usb.c 151 imxgpio_data_write(GPIO_NO(1, 27), GPIO_PIN_HIGH);
152 imxgpio_set_direction(GPIO_NO(1, 27), GPIO_PIN_OUTPUT);
184 imxgpio_data_write(GPIO_NO(1, 7), GPIO_PIN_HIGH);
185 imxgpio_set_direction(GPIO_NO(1, 7), GPIO_PIN_OUTPUT);
188 imxgpio_data_write(GPIO_NO(3, 1), GPIO_PIN_HIGH);
189 imxgpio_set_direction(GPIO_NO(3, 1), GPIO_PIN_OUTPUT);
192 imxgpio_data_write(GPIO_NO(2, 1), GPIO_PIN_LOW);
193 imxgpio_set_direction(GPIO_NO(2, 1), GPIO_PIN_INPUT);
197 imxgpio_data_write(GPIO_NO(2, 5), GPIO_PIN_HIGH);
198 imxgpio_set_direction(GPIO_NO(2, 5), GPIO_PIN_OUTPUT)
    [all...]
netwalker_lcd.c 146 imxgpio_set_direction(GPIO_NO(4, 9), GPIO_PIN_OUTPUT);
147 imxgpio_set_direction(GPIO_NO(4, 10), GPIO_PIN_OUTPUT);
148 imxgpio_set_direction(GPIO_NO(3, 3), GPIO_PIN_OUTPUT);
150 imxgpio_data_write(GPIO_NO(3, 3), GPIO_PIN_HIGH);
151 imxgpio_data_write(GPIO_NO(4, 9), GPIO_PIN_HIGH);
153 imxgpio_data_write(GPIO_NO(4, 10), GPIO_PIN_HIGH);
155 imxgpio_set_direction(GPIO_NO(2, 13), GPIO_PIN_OUTPUT);
156 imxgpio_data_write(GPIO_NO(2, 13), GPIO_PIN_HIGH);
  /src/sys/arch/arm/imx/
imxgpiovar.h 82 #define GPIO_NO(group, pin) (((group) - 1) * GPIO_NPINS + (pin))
imx31reg.h 64 #define GPIO_NO_SCLK0 GPIO_NO(3, 2)

Completed in 13 milliseconds