Home
last modified time | relevance | path

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

/dports/emulators/qemu42/qemu-4.2.1/roms/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()
/dports/emulators/qemu5/qemu-5.2.0/roms/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()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/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()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/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()
/dports/emulators/qemu60/qemu-6.0.0/roms/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()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/rpc/
H A Dgetnetconfig.c164 int *nc_addr = NULL; in __nc_error() local
172 nc_addr = thr_getspecific(nc_key) ; in __nc_error()
173 if (nc_addr == NULL) { in __nc_error()
174 nc_addr = malloc(sizeof (int)); in __nc_error()
175 if (nc_addr == NULL) in __nc_error()
177 if (thr_setspecific(nc_key, (void *) nc_addr) != 0) { in __nc_error()
178 if (nc_addr) in __nc_error()
179 free(nc_addr); in __nc_error()
182 *nc_addr = 0; in __nc_error()
184 return nc_addr; in __nc_error()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
/dports/multimedia/libv4l/linux-5.13-rc2/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()