Searched refs:offset (Results 1 – 4 of 4) sorted by relevance
| /env/ |
| A D | mtd.c | 43 u32 offset; in env_mtd_save() local 68 offset += sect_size; in env_mtd_save() 78 offset += ret_len; in env_mtd_save() 116 offset += sect_size; in env_mtd_save() 149 u32 offset; in env_mtd_load() local 172 offset += sect_size; in env_mtd_load() 184 offset += ret_len; in env_mtd_load() 208 u32 offset; in env_mtd_erase() local 233 offset += sect_size; in env_mtd_erase() 243 offset += ret_len; in env_mtd_erase() [all …]
|
| A D | nand.c | 118 size_t end = offset + CONFIG_ENV_RANGE; in writeenv() 132 if (nand_block_isbad(mtd, offset)) { in writeenv() 133 offset += blocksize; in writeenv() 139 offset += blocksize; in writeenv() 185 .offset = CONFIG_ENV_OFFSET, in env_nand_save() 193 .offset = CONFIG_ENV_OFFSET_REDUND, in env_nand_save() 235 size_t end = offset + CONFIG_ENV_RANGE; in readenv() 249 if (nand_block_isbad(mtd, offset)) { in readenv() 250 offset += blocksize; in readenv() 253 if (nand_read_skip_bad(mtd, offset, in readenv() [all …]
|
| A D | mmc.c | 156 const char *offset; in mmc_offset() member 195 propname = dt_prop.offset; in mmc_offset() 207 s64 offset = ENV_MMC_OFFSET; in mmc_offset() local 212 return offset; in mmc_offset() 242 if (offset < 0) in mmc_get_env_addr() 243 offset += mmc->capacity; in mmc_get_env_addr() 245 *env_addr = offset; in mmc_get_env_addr() 334 u32 offset; in env_mmc_save() local 383 unsigned long offset) in erase_env() argument 405 u32 offset; in env_mmc_erase() local [all …]
|
| A D | Kconfig | 99 These two #defines specify the offset and size of the 256 offset: "u-boot,mmc-env-offset", "u-boot,mmc-env-offset-redundant". 285 "nand env.oob" command can be used to record this offset. 370 These two #defines specify the offset and size of the 401 These two #defines specify the offset and size of the 593 hex "Environment offset" 624 hex "Redundant environment offset" 691 int "ubi environment VID offset" 695 UBI VID offset for environment. If 0, no custom VID offset is used. 746 bool "Read partition name and offset in DT" [all …]
|
Completed in 10 milliseconds