Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmxsboot.c58 struct mx28_nand_fcb { struct
237 static struct mx28_nand_fcb *mx28_nand_get_fcb(uint32_t size) in mx28_nand_get_fcb()
239 struct mx28_nand_fcb *fcb; in mx28_nand_get_fcb()
355 static uint8_t *mx28_nand_fcb_block(struct mx28_nand_fcb *fcb) in mx28_nand_fcb_block()
373 memcpy(block + 12, fcb, sizeof(struct mx28_nand_fcb)); in mx28_nand_fcb_block()
379 for (i = 0; i < sizeof(struct mx28_nand_fcb); i++) in mx28_nand_fcb_block()
385 static int mx28_nand_write_fcb(struct mx28_nand_fcb *fcb, uint8_t *buf) in mx28_nand_write_fcb()
420 static int mx28_nand_write_firmware(struct mx28_nand_fcb *fcb, int infd, in mx28_nand_write_firmware()
467 struct mx28_nand_fcb *fcb; in mx28_create_nand_image()