Home
last modified time | relevance | path

Searched refs:CKSEG0ADDR (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/board/imgtec/boston/
H A Dddr.c31 return CKSEG0ADDR(256 << 20); in board_get_usable_ram_top()
34 return min_t(unsigned long, gd->ram_top, CKSEG0ADDR(256 << 20)); in board_get_usable_ram_top()
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dsc-rm7k.c93 unsigned long start = CKSEG0ADDR(0); in blast_rm7k_tcache()
117 cache_op(Index_Store_Tag_T, CKSEG0ADDR(i)); in __rm7k_tc_enable()
143 cache_op(Index_Store_Tag_SD, CKSEG0ADDR(i)); in __rm7k_sc_enable()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-amon.c21 struct cpulaunch *launch = (struct cpulaunch *)CKSEG0ADDR(CPULAUNCH); in amon_cpu_avail()
46 (struct cpulaunch *)CKSEG0ADDR(CPULAUNCH); in amon_cpu_start()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Daddrspace.h73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) macro
80 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Daddrspace.h71 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) macro
78 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) macro
H A Dio.h504 return (void *)CKSEG0ADDR(paddr); in map_physmem()
/OK3568_Linux_fs/kernel/arch/mips/fw/sni/
H A Dsniprom.c142 u32 *argv = (u32 *)CKSEG0ADDR(fw_arg1); in prom_init()
149 strcat(arcs_cmdline, (char *)CKSEG0ADDR(argv[i])); in prom_init()
/OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/ar933x/
H A Dddr.c248 addr = (void *)CKSEG0ADDR(0x2000); in ddr_tap_tuning()
283 addr_k0 = (void *)CKSEG0ADDR(0x2000); in ddr_tap_tuning()
284 addr = (void *)CKSEG0ADDR(0x3000); in ddr_tap_tuning()
/OK3568_Linux_fs/kernel/arch/mips/dec/prom/
H A Dmemory.c66 bm = (memmap *)CKSEG0ADDR(0x28000); in rex_setup_memory_region()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dpic32_flash.c406 pic32_flash_bank_init(info, CKSEG0ADDR(addr), size); in pic32_flash_probe()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c2397 ebase = CKSEG0ADDR(ebase_pa); in trap_init()