Searched refs:env_loc (Results 1 – 2 of 2) sorted by relevance
1080 enum env_location env_loc = ENVL_UNKNOWN; in env_get_location() local1083 return env_loc; in env_get_location()1088 env_loc = ENVL_SPI_FLASH; in env_get_location()1093 env_loc = ENVL_NAND; in env_get_location()1103 env_loc = ENVL_MMC; in env_get_location()1108 env_loc = ENVL_NOWHERE; in env_get_location()1113 return env_loc; in env_get_location()
823 enum env_location env_loc = ENVL_NOWHERE; in env_get_location() local829 return env_loc; in env_get_location()834 env_loc = ENVL_FLASH; in env_get_location()839 env_loc = ENVL_SPI_FLASH; in env_get_location()846 env_loc = ENVL_NAND; in env_get_location()851 env_loc = ENVL_MMC; in env_get_location()859 return env_loc; in env_get_location()
Completed in 7 milliseconds