Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dhitachi_tx18d42vm_lcd.c52 cs = name_to_gpio(CONFIG_VIDEO_LCD_SPI_CS); in hitachi_tx18d42vm_init()
53 clk = name_to_gpio(CONFIG_VIDEO_LCD_SPI_SCLK); in hitachi_tx18d42vm_init()
54 mosi = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI); in hitachi_tx18d42vm_init()
A DKconfig460 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
488 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
498 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
508 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
520 option takes a string in the format understood by 'name_to_gpio'
/u-boot/cmd/
A Dgpio.c18 __weak int name_to_gpio(const char *name) in name_to_gpio() function
196 gpio = name_to_gpio(str_gpio); in do_gpio()
/u-boot/drivers/video/sunxi/
A Dsunxi_display.c862 .csx_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_CS),
863 .sck_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_SCLK),
864 .sdi_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI),
865 .sdo_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MISO),
866 .reset_pin = name_to_gpio(CONFIG_VIDEO_LCD_SSD2828_RESET),
/u-boot/arch/arm/include/asm/arch-sunxi/
A Dgpio.h247 #define name_to_gpio(name) sunxi_name_to_gpio(name) macro
/u-boot/board/Arcturus/ucp1020/
A Ducp1020.c53 int name_to_gpio(const char *name) in name_to_gpio() function
/u-boot/drivers/gpio/
A Dmxs_gpio.c121 int name_to_gpio(const char *name) in name_to_gpio() function
/u-boot/drivers/spi/
A Dspi-sunxi.c248 pin = name_to_gpio(pin_name); in sun4i_spi_parse_pins()

Completed in 15 milliseconds