Searched refs:imxgpio_data_write (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/evbarm/netwalker/ |
H A D | netwalker_spi.c | 64 imxgpio_data_write(GPIO_NO(4, 24), GPIO_PIN_LOW); in imxspi_cs_enable() 68 imxgpio_data_write(GPIO_NO(4, 25), GPIO_PIN_LOW); in imxspi_cs_enable() 72 imxgpio_data_write(GPIO_NO(3, 0), GPIO_PIN_LOW); in imxspi_cs_enable() 85 imxgpio_data_write(GPIO_NO(4, 24), GPIO_PIN_HIGH); in imxspi_cs_disable() 89 imxgpio_data_write(GPIO_NO(4, 25), GPIO_PIN_HIGH); in imxspi_cs_disable() 93 imxgpio_data_write(GPIO_NO(3, 0), GPIO_PIN_HIGH); in imxspi_cs_disable() 132 imxgpio_data_write(GPIO_NO(4, 24), GPIO_PIN_HIGH); in imxspi_attach() 136 imxgpio_data_write(GPIO_NO(4, 25), GPIO_PIN_HIGH); in imxspi_attach() 141 imxgpio_data_write(GPIO_NO(3, 14), GPIO_PIN_LOW); in imxspi_attach() 145 imxgpio_data_write(GPIO_NO(3, 0), GPIO_PIN_HIGH); in imxspi_attach()
|
H A D | netwalker_usb.c | 151 imxgpio_data_write(GPIO_NO(1, 27), GPIO_PIN_HIGH); in init_h1() 184 imxgpio_data_write(GPIO_NO(1, 7), GPIO_PIN_HIGH); in init_h1() 188 imxgpio_data_write(GPIO_NO(3, 1), GPIO_PIN_HIGH); in init_h1() 192 imxgpio_data_write(GPIO_NO(2, 1), GPIO_PIN_LOW); in init_h1() 197 imxgpio_data_write(GPIO_NO(2, 5), GPIO_PIN_HIGH); in init_h1()
|
H A D | netwalker_lcd.c | 150 imxgpio_data_write(GPIO_NO(3, 3), GPIO_PIN_HIGH); in lcd_attach() 151 imxgpio_data_write(GPIO_NO(4, 9), GPIO_PIN_HIGH); in lcd_attach() 153 imxgpio_data_write(GPIO_NO(4, 10), GPIO_PIN_HIGH); in lcd_attach() 156 imxgpio_data_write(GPIO_NO(2, 13), GPIO_PIN_HIGH); in lcd_attach()
|
/netbsd-src/sys/arch/arm/imx/ |
H A D | imxgpiovar.h | 79 void imxgpio_data_write(u_int, u_int);
|
H A D | imxgpio.c | 370 imxgpio_data_write(u_int gpio, u_int value) in imxgpio_data_write() function
|