Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/playstation2/include/
H A Dbootinfo.h32 #define BOOTINFO_BLOCK_BASE (PS2_MEMORY_SIZE - BOOTINFO_BLOCK_SIZE) macro
43 (*(volatile u_int32_t *)MIPS_PHYS_TO_KSEG1(BOOTINFO_BLOCK_BASE + (x)))
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dclock.c82 (void *)MIPS_PHYS_TO_KSEG1(BOOTINFO_BLOCK_BASE + BOOTINFO_RTC); in get_bootinfo_tod()