Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmxsboot.c57 struct mx28_nand_fcb { struct
236 static struct mx28_nand_fcb *mx28_nand_get_fcb(uint32_t size) in mx28_nand_get_fcb()
238 struct mx28_nand_fcb *fcb; in mx28_nand_get_fcb()
354 static uint8_t *mx28_nand_fcb_block(struct mx28_nand_fcb *fcb) in mx28_nand_fcb_block()
372 memcpy(block + 12, fcb, sizeof(struct mx28_nand_fcb)); in mx28_nand_fcb_block()
378 for (i = 0; i < sizeof(struct mx28_nand_fcb); i++) in mx28_nand_fcb_block()
384 static int mx28_nand_write_fcb(struct mx28_nand_fcb *fcb, uint8_t *buf) in mx28_nand_write_fcb()
419 static int mx28_nand_write_firmware(struct mx28_nand_fcb *fcb, int infd, in mx28_nand_write_firmware()
466 struct mx28_nand_fcb *fcb; in mx28_create_nand_image()