Searched refs:flashbase (Results 1 – 10 of 10) sorted by relevance
| /u-boot/board/freescale/t104xrdb/ |
| A D | t104xrdb.c | 66 const unsigned int flashbase = CFG_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, CFG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/t4rdb/ |
| A D | t4240rdb.c | 57 const unsigned int flashbase = CFG_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, CFG_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/t208xrdb/ |
| A D | t208xrdb.c | 80 const unsigned int flashbase = CFG_SYS_FLASH_BASE; in board_early_init_r() local 81 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 99 set_tlb(1, flashbase, CFG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/p2041rdb/ |
| A D | p2041rdb.c | 122 const unsigned int flashbase = CFG_SYS_FLASH_BASE; in board_early_init_r() local 123 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 143 set_tlb(1, flashbase, CFG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/keymile/kmcent2/ |
| A D | kmcent2.c | 144 const unsigned int flashbase = CFG_SYS_FLASH_BASE; in board_early_init_r() local 145 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 165 set_tlb(1, flashbase, CFG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/t208xqds/ |
| A D | t208xqds.c | 285 const unsigned int flashbase = CFG_SYS_FLASH_BASE; in board_early_init_r() local 286 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 306 set_tlb(1, flashbase, CFG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/t102xrdb/ |
| A D | t102xrdb.c | 134 const unsigned int flashbase = CFG_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, CFG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
| /u-boot/board/freescale/p1_p2_rdb_pc/ |
| A D | p1_p2_rdb_pc.c | 322 const unsigned int flashbase = CFG_SYS_FLASH_BASE; in board_early_init_r() local 323 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 347 set_tlb(1, flashbase, CFG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
| /u-boot/board/freescale/p1010rdb/ |
| A D | p1010rdb.c | 100 const unsigned int flashbase = CFG_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, CFG_SYS_FLASH_BASE_PHYS, in board_early_init_r() 125 set_tlb(1, flashbase + 0x1000000, in board_early_init_r()
|
Completed in 18 milliseconds