Home
last modified time | relevance | path

Searched refs:nc_addr (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/mips/mach-mt7620/
H A Dddr_calibrate.c86 u32 nc_addr; in test_loop() local
90 for (nc_addr = 0xa0000000; in test_loop()
91 nc_addr < (0xa0000000 + DRAM_BUTTOM - NUM_OF_CACHELINE * 32); in test_loop()
92 nc_addr += (DRAM_BUTTOM >> 6) + offs) { in test_loop()
96 c_addr = (u32 *)(nc_addr & 0xdfffffff); in test_loop()
98 cal_patgen(nc_addr, NUM_OF_CACHELINE * 8, pat); in test_loop()
123 if (c_addr[i] != nc_addr + i + pat) in test_loop()
/openbmc/linux/arch/mips/kernel/
H A Dpm-cps.c117 void *nc_addr; in cps_pm_enter_state() local
160 nc_addr = kmap_noncoherent(virt_to_page(core_ready_count), in cps_pm_enter_state()
162 nc_addr += ((unsigned long)core_ready_count & ~PAGE_MASK); in cps_pm_enter_state()
163 nc_core_ready_count = nc_addr; in cps_pm_enter_state()