Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dgpio.h239 int sunxi_name_to_gpio(const char *name);
240 #define name_to_gpio(name) sunxi_name_to_gpio(name)
/openbmc/u-boot/arch/arm/mach-sunxi/
H A DKconfig575 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
583 takes a string in the format understood by sunxi_name_to_gpio, e.g.
645 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
652 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
659 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
667 a string in the format understood by sunxi_name_to_gpio, e.g.
798 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
830 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
838 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
846 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
[all …]
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c556 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_BL_EN); in sunxi_lcdc_panel_enable()
562 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_BL_PWM); in sunxi_lcdc_panel_enable()
568 reset_pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_RESET); in sunxi_lcdc_panel_enable()
576 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_POWER); in sunxi_lcdc_panel_enable()
596 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_BL_EN); in sunxi_lcdc_backlight_enable()
600 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_BL_PWM); in sunxi_lcdc_backlight_enable()
875 pin = sunxi_name_to_gpio(CONFIG_VIDEO_VGA_EXTERNAL_DAC_EN);
/openbmc/u-boot/drivers/mmc/
H A Dsunxi_mmc.c55 case 0: return sunxi_name_to_gpio(CONFIG_MMC0_CD_PIN); in sunxi_mmc_getcd_gpio()
56 case 1: return sunxi_name_to_gpio(CONFIG_MMC1_CD_PIN); in sunxi_mmc_getcd_gpio()
57 case 2: return sunxi_name_to_gpio(CONFIG_MMC2_CD_PIN); in sunxi_mmc_getcd_gpio()
58 case 3: return sunxi_name_to_gpio(CONFIG_MMC3_CD_PIN); in sunxi_mmc_getcd_gpio()
/openbmc/u-boot/board/sunxi/
H A Dboard.c49 soft_i2c_gpio_sda = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_PANEL_I2C_SDA); in soft_i2c_board_init()
62 soft_i2c_gpio_scl = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_PANEL_I2C_SCL); in soft_i2c_board_init()
256 satapwr_pin = sunxi_name_to_gpio(CONFIG_SATAPWR); in board_init()
263 macpwr_pin = sunxi_name_to_gpio(CONFIG_MACPWR); in board_init()
/openbmc/u-boot/drivers/gpio/
H A Dsunxi_gpio.c97 int sunxi_name_to_gpio(const char *name) in sunxi_name_to_gpio() function
137 int sunxi_name_to_gpio(const char *name) in sunxi_name_to_gpio() function
/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c432 phy->gpio_vbus = sunxi_name_to_gpio(info->gpio_vbus); in sun4i_usb_phy_probe()
442 phy->gpio_vbus_det = sunxi_name_to_gpio(info->gpio_vbus_det); in sun4i_usb_phy_probe()
452 phy->gpio_id_det = sunxi_name_to_gpio(info->gpio_id_det); in sun4i_usb_phy_probe()
/openbmc/u-boot/drivers/net/
H A Dsun8i_emac.c512 pin = sunxi_name_to_gpio(pin_name); in parse_phy_pins()