OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flash_size
(Results
1 - 10
of
10
) sorted by null
/external/u-boot/include/
init.h
164
int update_flash_size(int
flash_size
);
ec_commands.h
574
uint32_t
flash_size
;
member in struct:ec_response_flash_info
[
all
...]
/external/u-boot/board/atmel/at91sam9263ek/
at91sam9263ek.c
145
ulong
flash_size
;
local
164
flash_size
= 0;
166
flash_size
+= flash_info[i].size;
173
flash_size
>> 20);
/external/u-boot/common/
board_r.c
336
ulong
flash_size
= 0;
local
344
flash_size
= flash_init();
346
print_size(
flash_size
, "");
358
flash_size
));
368
bd->bi_flashsize =
flash_size
;
372
update_flash_size(
flash_size
);
377
bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE +
flash_size
;
/external/u-boot/board/ronetix/pm9261/
pm9261.c
179
ulong dram_size, nand_size,
flash_size
;
local
198
flash_size
= 0;
200
flash_size
+= flash_info[i].size;
206
flash_size
>> 20);
/external/u-boot/board/ronetix/pm9263/
pm9263.c
278
ulong dram_size, nand_size,
flash_size
;
local
297
flash_size
= 0;
299
flash_size
+= flash_info[i].size;
305
flash_size
>> 20);
/external/u-boot/cmd/
cros_ec.c
254
printf("Flash size: %u\n", p.
flash_size
);
ubi.c
68
ubi_msg("MTD device size: %llu MiB", ubi->
flash_size
>> 20);
/external/u-boot/drivers/mtd/ubi/
build.c
678
ubi->
flash_size
= ubi->mtd->size;
1035
mtd->index, mtd->name, ubi->
flash_size
>> 20);
[
all
...]
ubi.h
493
* @
flash_size
: underlying MTD device size (in bytes)
599
long long
flash_size
;
member in struct:ubi_device
[
all
...]
Completed in 465 milliseconds