| /u-boot/board/freescale/t4rdb/ |
| A D | t4240rdb.c | 57 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 58 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 78 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/t208xrdb/ |
| A D | t208xrdb.c | 64 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 65 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 83 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/t104xrdb/ |
| A D | t104xrdb.c | 66 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 67 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 87 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/cobra5272/ |
| A D | flash.c | 67 ulong flashbase = 0; in flash_init() local 76 flashbase = PHYS_FLASH_1; in flash_init() 83 flash_info[i].start[j] = flashbase; in flash_init() 88 flashbase + 0x4000 + 0x2000 * (j - 1); in flash_init() 92 flash_info[i].start[j] = flashbase + 0x8000; in flash_init() 97 flashbase + 0x40000 + 0x40000 * (j - in flash_init()
|
| /u-boot/board/freescale/corenet_ds/ |
| A D | corenet_ds.c | 106 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 107 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 127 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
| /u-boot/board/freescale/p2041rdb/ |
| A D | p2041rdb.c | 121 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 122 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 142 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/keymile/kmcent2/ |
| A D | kmcent2.c | 143 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 144 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 164 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/t208xqds/ |
| A D | t208xqds.c | 378 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 379 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 399 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/Arcturus/ucp1020/ |
| A D | ucp1020.c | 131 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 132 const u8 flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 146 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
| /u-boot/board/freescale/p1_p2_rdb_pc/ |
| A D | p1_p2_rdb_pc.c | 251 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 252 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 276 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
| /u-boot/board/freescale/t102xrdb/ |
| A D | t102xrdb.c | 134 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 135 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 153 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/p1010rdb/ |
| A D | p1010rdb.c | 100 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 101 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 121 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r() 125 set_tlb(1, flashbase + 0x1000000, in board_early_init_r()
|