Searched refs:bi_flashoffset (Results 1 – 7 of 7) sorted by relevance
30 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
32 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
31 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
113 print_num("flash offset ", (ulong)bd->bi_flashoffset); in print_bi_flash()118 print_num("flash offset", (ulong)bd->bi_flashoffset); in print_bi_flash()122 print_num("flashoffset", (ulong)bd->bi_flashoffset); in print_bi_flash()
411 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size; in initr_flash()413 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */ in initr_flash()
402 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size;404 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */
80 gd->bd->bi_flashoffset = 0; in misc_init_r()