Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Difdtool.c393 printf("FLMAP0: 0x%08x\n", fdb->flmap0); in dump_fd()
394 printf(" NR: %d\n", (fdb->flmap0 >> 24) & 7); in dump_fd()
395 printf(" FRBA: 0x%x\n", ((fdb->flmap0 >> 16) & 0xff) << 4); in dump_fd()
396 printf(" NC: %d\n", ((fdb->flmap0 >> 8) & 3) + 1); in dump_fd()
397 printf(" FCBA: 0x%x\n", ((fdb->flmap0) & 0xff) << 4); in dump_fd()
418 dump_frba((struct frba_t *)(image + (((fdb->flmap0 >> 16) & 0xff) in dump_fd()
420 dump_fcba((struct fcba_t *)(image + (((fdb->flmap0) & 0xff) << 4))); in dump_fd()
449 frba = (struct frba_t *)(image + (((fdb->flmap0 >> 16) & 0xff) << 4)); in write_regions()
528 fcba = (struct fcba_t *)(image + (((fdb->flmap0) & 0xff) << 4)); in set_spi_frequency()
551 fcba = (struct fcba_t *)(image + (((fdb->flmap0) & 0xff) << 4)); in set_em100_mode()
[all …]
H A Difdtool.h37 uint32_t flmap0; member
/OK3568_Linux_fs/u-boot/tools/binman/etype/
H A Dintel_descriptor.py44 flvalsig, flmap0, flmap1, flmap2 = struct.unpack('<LLLL',
46 frba = ((flmap0 >> 16) & 0xff) << 4