Home
last modified time | relevance | path

Searched refs:pwr_sw_gpio (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Daspeed_sdhci.c74 &host->pwr_sw_gpio, GPIOD_IS_OUT); in aspeed_sdhci_probe()
76 if (dm_gpio_is_valid(&host->pwr_sw_gpio)) { in aspeed_sdhci_probe()
77 dm_gpio_set_value(&host->pwr_sw_gpio, 1); in aspeed_sdhci_probe()
/openbmc/u-boot/include/
H A Dsdhci.h274 struct gpio_desc pwr_sw_gpio; /* Power switch GPIO */ member