Searched refs:sunxi_name_to_gpio (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/arm/include/asm/arch-sunxi/ |
A D | gpio.h | 246 int sunxi_name_to_gpio(const char *name); 247 #define name_to_gpio(name) sunxi_name_to_gpio(name)
|
/u-boot/drivers/video/sunxi/ |
A D | sunxi_display.c | 560 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_BL_EN); in sunxi_lcdc_panel_enable() 566 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_BL_PWM); in sunxi_lcdc_panel_enable() 572 reset_pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_RESET); in sunxi_lcdc_panel_enable() 580 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_POWER); in sunxi_lcdc_panel_enable() 600 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_BL_EN); in sunxi_lcdc_backlight_enable() 604 pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_BL_PWM); in sunxi_lcdc_backlight_enable() 850 pin = sunxi_name_to_gpio(CONFIG_VIDEO_VGA_EXTERNAL_DAC_EN);
|
/u-boot/arch/arm/mach-sunxi/ |
A D | Kconfig | 643 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. 651 takes a string in the format understood by sunxi_name_to_gpio, e.g. 713 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. 720 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. 727 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. 735 a string in the format understood by sunxi_name_to_gpio, e.g. 866 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. 898 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. 906 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. 914 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of [all …]
|
/u-boot/drivers/gpio/ |
A D | sunxi_gpio.c | 97 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
|
/u-boot/drivers/mmc/ |
A D | sunxi_mmc.c | 48 case 0: return sunxi_name_to_gpio(CONFIG_MMC0_CD_PIN); in sunxi_mmc_getcd_gpio() 49 case 1: return sunxi_name_to_gpio(CONFIG_MMC1_CD_PIN); in sunxi_mmc_getcd_gpio() 50 case 2: return sunxi_name_to_gpio(CONFIG_MMC2_CD_PIN); in sunxi_mmc_getcd_gpio() 51 case 3: return sunxi_name_to_gpio(CONFIG_MMC3_CD_PIN); in sunxi_mmc_getcd_gpio()
|
/u-boot/board/sunxi/ |
A D | board.c | 59 soft_i2c_gpio_sda = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_PANEL_I2C_SDA); in soft_i2c_board_init() 72 soft_i2c_gpio_scl = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_PANEL_I2C_SCL); in soft_i2c_board_init() 275 satapwr_pin = sunxi_name_to_gpio(CONFIG_SATAPWR); in board_init() 289 macpwr_pin = sunxi_name_to_gpio(CONFIG_MACPWR); in board_init()
|
/u-boot/drivers/phy/allwinner/ |
A D | phy-sun4i-usb.c | 452 phy->gpio_vbus = sunxi_name_to_gpio(info->gpio_vbus); in sun4i_usb_phy_probe() 462 phy->gpio_vbus_det = sunxi_name_to_gpio(info->gpio_vbus_det); in sun4i_usb_phy_probe() 472 phy->gpio_id_det = sunxi_name_to_gpio(info->gpio_id_det); in sun4i_usb_phy_probe()
|
/u-boot/drivers/net/ |
A D | sun8i_emac.c | 576 pin = sunxi_name_to_gpio(pin_name); in parse_phy_pins()
|
Completed in 23 milliseconds