Home
last modified time | relevance | path

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

/netbsd/sys/arch/sandpoint/stand/altboot/
H A Dglobals.h131 #define PCI_XIOBASE 0xfe000000 /* ISA/PCI io space */ macro
H A Dsiisata.c46 static uint32_t pciiobase = PCI_XIOBASE;
H A Dpciide.c42 static uint32_t pciiobase = PCI_XIOBASE;
H A Dstg.c175 l->csr = DEVTOV(PCI_XIOBASE + (pcicfgread(tag, 0x10) & ~01)); in stg_init()