Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/mips/malta/
Dmaltareg.h207 #define MALTA_PCI0_IO_BASE MALTA_PCIMEM3_BASE macro
208 #define MALTA_PCI0_ADDR( addr ) (MALTA_PCI0_IO_BASE + (addr))
Dgt_pci.c276 sc->sc_io = MIPS_PHYS_TO_KSEG1(MALTA_PCI0_IO_BASE); in gt_pci_attach()