Home
last modified time | relevance | path

Searched refs:PCIR_IOBASEL_1 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/pci/
H A Dpci_pci.c163 iolow = pci_read_config(dev, PCIR_IOBASEL_1, 1); in pcib_attach_common()
166 pci_read_config(dev, PCIR_IOBASEL_1, 1)); in pcib_attach_common()
168 sc->iobase = PCI_PPBIOBASE(0, pci_read_config(dev, PCIR_IOBASEL_1, 1)); in pcib_attach_common()
H A Dpcireg.h222 #define PCIR_IOBASEL_1 0x1c macro
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c303 val = read_config(fd, &p->pc_sel, PCIR_IOBASEL_1, 1); in print_bridge_windows()
319 print_window(PCIR_IOBASEL_1, "I/O Port", range, base, limit); in print_bridge_windows()