Home
last modified time | relevance | path

Searched refs:U_BOOT_ENV_LOCATION (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/env/
H A Dnowhere.c29 U_BOOT_ENV_LOCATION(nowhere) = {
H A Dremote.c57 U_BOOT_ENV_LOCATION(remote) = {
H A Dext4.c127 U_BOOT_ENV_LOCATION(ext4) = {
H A Dnvram.c115 U_BOOT_ENV_LOCATION(nvram) = {
H A Dfat.c131 U_BOOT_ENV_LOCATION(fat) = {
H A Donenand.c108 U_BOOT_ENV_LOCATION(onenand) = {
H A Dsata.c116 U_BOOT_ENV_LOCATION(sata) = {
H A Dubi.c169 U_BOOT_ENV_LOCATION(ubi) = {
H A Deeprom.c230 U_BOOT_ENV_LOCATION(eeprom) = {
H A Dsf.c312 U_BOOT_ENV_LOCATION(sf) = {
H A Dnand.c385 U_BOOT_ENV_LOCATION(nand) = {
H A Dmmc.c348 U_BOOT_ENV_LOCATION(mmc) = {
H A Dflash.c357 U_BOOT_ENV_LOCATION(flash) = {
/openbmc/u-boot/include/
H A Denvironment.h240 #define U_BOOT_ENV_LOCATION(__name) \ macro