Home
last modified time | relevance | path

Searched refs:name_to_gpio (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/video/
Dhitachi_tx18d42vm_lcd.c50 cs = name_to_gpio(CONFIG_VIDEO_LCD_SPI_CS); in hitachi_tx18d42vm_init()
51 clk = name_to_gpio(CONFIG_VIDEO_LCD_SPI_SCLK); in hitachi_tx18d42vm_init()
52 mosi = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI); in hitachi_tx18d42vm_init()
DKconfig373 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
392 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
402 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
412 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
424 option takes a string in the format understood by 'name_to_gpio'
/external/u-boot/cmd/
Dgpio.c15 __weak int name_to_gpio(const char *name) in name_to_gpio() function
192 gpio = name_to_gpio(str_gpio); in do_gpio()
/external/u-boot/drivers/video/sunxi/
Dsunxi_display.c890 .csx_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_CS),
891 .sck_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_SCLK),
892 .sdi_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI),
893 .sdo_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MISO),
894 .reset_pin = name_to_gpio(CONFIG_VIDEO_LCD_SSD2828_RESET),
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dgpio.h243 #define name_to_gpio(name) sunxi_name_to_gpio(name) macro
/external/u-boot/board/Arcturus/ucp1020/
Ducp1020.c51 int name_to_gpio(const char *name) in name_to_gpio() function
/external/u-boot/drivers/gpio/
Dmxs_gpio.c117 int name_to_gpio(const char *name) in name_to_gpio() function
/external/u-boot/drivers/spi/
Dspi-sunxi.c244 pin = name_to_gpio(pin_name); in sun4i_spi_parse_pins()