Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmxsboot.c34 static uint32_t nand_writesize = 2048; variable
245 fcb = malloc(nand_writesize); in mx28_nand_get_fcb()
251 memset(fcb, 0, nand_writesize); in mx28_nand_get_fcb()
293 nand_writesize; in mx28_nand_get_fcb()
297 nand_writesize; in mx28_nand_get_fcb()
317 dbbt = malloc(nand_writesize); in mx28_nand_get_dbbt()
323 memset(dbbt, 0, nand_writesize); in mx28_nand_get_dbbt()
396 offset = i * nand_writesize; in mx28_nand_write_fcb()
399 buf[offset + nand_writesize] = 0xff; in mx28_nand_write_fcb()
412 offset = i * nand_writesize; in mx28_nand_write_dbbt()
[all …]