Home
last modified time | relevance | path

Searched refs:BaseAddressAndTag (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/emips/stand/common/
H A Dprom_iface.c209 if (tag != (Ram->BaseAddressAndTag & RAMBT_TAG)) in init_memory()
211 addr = Ram->BaseAddressAndTag & RAMBT_BASE; in init_memory()
249 base += First->BaseAddressAndTag & RAMBT_BASE; in init_memory()
263 if (tag != (Ram->BaseAddressAndTag & RAMBT_TAG)) in init_memory()
275 addr = Ram->BaseAddressAndTag & RAMBT_BASE; in init_memory()
284 Ram->BaseAddressAndTag = base; in init_memory()
311 if (tag != (Ram->BaseAddressAndTag & RAMBT_TAG)) in init_memory()
317 addr = Ram->BaseAddressAndTag & RAMBT_BASE; in init_memory()
326 Ram->BaseAddressAndTag = base; in init_memory()
/netbsd-src/sys/arch/emips/include/
H A Demipsreg.h129 volatile uint32_t BaseAddressAndTag; /* rw */ member
160 volatile uint32_t BaseAddressAndTag; /* rw */ member
196 volatile uint32_t BaseAddressAndTag; /* rw */ member
/netbsd-src/sys/arch/emips/emips/
H A Dmachdep.c668 for (;(ram->BaseAddressAndTag & SRAMBT_TAG) == tag;) { in memsize_pmt()
669 addr = ram->BaseAddressAndTag & SRAMBT_BASE; in memsize_pmt()
/netbsd-src/sys/arch/emips/ebus/
H A Dflash_ebus.c253 ((f->BaseAddressAndTag & FLASHBT_TAG) != PMTTAG_FLASH)) in eflash_ebus_match()
276 base = sc->sc_dp->BaseAddressAndTag & FLASHBT_BASE; in eflash_ebus_attach()