Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmxsboot.c103 struct mx28_nand_dbbt { struct
314 static struct mx28_nand_dbbt *mx28_nand_get_dbbt(void) in mx28_nand_get_dbbt()
316 struct mx28_nand_dbbt *dbbt; in mx28_nand_get_dbbt()
407 static int mx28_nand_write_dbbt(struct mx28_nand_dbbt *dbbt, uint8_t *buf) in mx28_nand_write_dbbt()
414 memcpy(buf + offset, dbbt, sizeof(struct mx28_nand_dbbt)); in mx28_nand_write_dbbt()
468 struct mx28_nand_dbbt *dbbt; in mx28_create_nand_image()