Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A 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()
H A DKconfig350 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
369 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
379 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
389 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
401 option takes a string in the format understood by 'name_to_gpio'
/openbmc/u-boot/cmd/
H A 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()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c887 .csx_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_CS),
888 .sck_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_SCLK),
889 .sdi_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI),
890 .sdo_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MISO),
891 .reset_pin = name_to_gpio(CONFIG_VIDEO_LCD_SSD2828_RESET),
/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c116 int name_to_gpio(const char *name) in name_to_gpio() function
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dgpio.h240 #define name_to_gpio(name) sunxi_name_to_gpio(name) macro
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c49 int name_to_gpio(const char *name) in name_to_gpio() function
/openbmc/u-boot/drivers/spi/
H A Dspi-sunxi.c244 pin = name_to_gpio(pin_name); in sun4i_spi_parse_pins()
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/
H A D0003-aspeed-add-gpio-support.patch308 +int name_to_gpio(const char *str)