Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/env/
H A Dnowhere.c30 U_BOOT_ENV_LOCATION(nowhere) = {
H A Dremote.c58 U_BOOT_ENV_LOCATION(remote) = {
H A Dfat.c115 U_BOOT_ENV_LOCATION(fat) = {
H A Dext4.c120 U_BOOT_ENV_LOCATION(ext4) = {
H A Donenand.c109 U_BOOT_ENV_LOCATION(onenand) = {
H A Dnvram.c115 U_BOOT_ENV_LOCATION(nvram) = {
H A Dsata.c121 U_BOOT_ENV_LOCATION(sata) = {
H A Dubi.c172 U_BOOT_ENV_LOCATION(ubi) = {
H A Deeprom.c230 U_BOOT_ENV_LOCATION(eeprom) = {
H A Denv_blk.c283 U_BOOT_ENV_LOCATION(env_blk) = {
H A Denvf.c332 U_BOOT_ENV_LOCATION(nowhere) = {
H A Dsf.c351 U_BOOT_ENV_LOCATION(sf) = {
H A Dmmc.c368 U_BOOT_ENV_LOCATION(mmc) = {
H A Dnand.c404 U_BOOT_ENV_LOCATION(nand) = {
H A Dflash.c360 U_BOOT_ENV_LOCATION(flash) = {
/OK3568_Linux_fs/u-boot/include/
H A Denvironment.h277 #define U_BOOT_ENV_LOCATION(__name) \ macro