Searched refs:rwsize (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | nand.c | 547 size_t rwsize; in do_nand() local 589 rwsize = pagecount * (mtd->writesize + mtd->oobsize); in do_nand() 603 rwsize = size; in do_nand() 611 ret = nand_read_skip_bad(mtd, off, &rwsize, in do_nand() 615 ret = nand_write_skip_bad(mtd, off, &rwsize, in do_nand() 625 ret = nand_write_skip_bad(mtd, off, &rwsize, NULL, in do_nand() 633 .ooblen = rwsize, in do_nand() 649 printf(" %zu bytes %s: %s\n", rwsize, in do_nand()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | obmc-flash-bmc | 136 rwsize="$(fw_printenv -n rwfs_size 2>/dev/null)" || true 137 if [[ "${imgsize}" != "${rwsize}" ]]; then
|