Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/booke/pci/
Dpq3pci.c787 for (u_int i = 1, off = PEXOTAR1 - PEXOTAR0; in pq3pci_cpunode_attach()
788 i < 4; i++, off += PEXOTAR1 - PEXOTAR0) { in pq3pci_cpunode_attach()
798 PEXOWBAR1 - (PEXOTAR1 - PEXOTAR0) + off); in pq3pci_cpunode_attach()
913 bus_space_write_4(sc->sc_bst, sc->sc_bsh, PEXOTAR1, owin1.potar); in pq3pci_cpunode_attach()
/netbsd/src/sys/arch/powerpc/include/booke/
De500reg.h210 #define PEXOTAR1 0xC20 /* PCI Express outbound translation address register 1 */ macro