Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/sibyte/dev/
Dsbgbus.c149 sga.sga_startphys >= A_PHYS_GENBUS_END) in sbgbussearch()
153 if (sga.sga_startphys + sga.sga_size > A_PHYS_GENBUS_END) in sbgbussearch()
154 sga.sga_size = A_PHYS_GENBUS_END - sga.sga_startphys; in sbgbussearch()
/netbsd/src/sys/arch/mips/sibyte/include/
Dsb1250_regs.h869 #define A_PHYS_GENBUS_END _SB_MAKE64(0x0040000000) macro