Searched refs:pci_io_addr (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/include/
H A Diomap.h48 * with the PLX. Also, the Milan uses the first page of 'pci_io_addr' for
52 vaddr_t pci_io_addr; /* KVA base of PCI io-space */ variable
137 #define AD_8259_MASTER (pci_io_addr + 0x20) /* Master int. contr. */
138 #define AD_8259_SLAVE (pci_io_addr + 0xA0) /* Slave int. contr. */
139 #define AD_RTC (pci_io_addr + 0x70) /* MC146818 compat. RTC */
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dgrfabs_et.c443 ba = (volatile void *)pci_io_addr;
458 et_priv.regkva = (void *)pci_io_addr;
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Datari_init.c783 pci_io_addr = ioaddr;
785 pg = &pt[pci_io_addr / PAGE_SIZE];

Completed in 113 milliseconds