Home
last modified time | relevance | path

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

/u-boot/board/freescale/t4rdb/
A Dt4240rdb.c57 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 Dt208xrdb.c64 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 Dt104xrdb.c66 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 Dflash.c67 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 Dcorenet_ds.c106 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 Dp2041rdb.c121 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 Dkmcent2.c143 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 Dt208xqds.c378 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 Ducp1020.c131 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 Dp1_p2_rdb_pc.c251 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 Dt102xrdb.c134 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 Dp1010rdb.c100 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()

Completed in 20 milliseconds