Home
last modified time | relevance | path

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

/netbsd/sys/arch/algor/algor/
H A Dalgor_p4032_bus_io.c62 (vtpbc_configuration.vt_pci_iobase + 0x00000000UL)
64 (vtpbc_configuration.vt_pci_iobase + 0x000fffffUL)
/netbsd/sys/arch/algor/pci/
H A Dvtpbc.c108 vt->vt_pci_iobase = (bus_addr_t) -1; in vtpbc_init()
111 vt->vt_pci_iobase = (bus_addr_t) -1; in vtpbc_init()
113 vt->vt_pci_iobase = in vtpbc_init()
H A Dvtpbcvar.h45 bus_addr_t vt_pci_iobase; /* PCI I/O space base */ member
/netbsd/sys/arch/algor/dev/
H A Dvtpbc_mainbus.c106 if (vt->vt_pci_iobase == (bus_addr_t) -1) in vtpbc_mainbus_attach()