Searched refs:PCIR_IOBASEL_1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/pci/
H A Dpci_pci.c196 val = pci_read_config(dev, PCIR_IOBASEL_1, 1);
203 pci_write_config(dev, PCIR_IOBASEL_1, sc->io.base >> 8, 1);
465 val = pci_read_config(dev, PCIR_IOBASEL_1, 1);
471 pci_write_config(dev, PCIR_IOBASEL_1, 0xff, 1);
472 if (pci_read_config(dev, PCIR_IOBASEL_1, 1) != 0) {
474 pci_write_config(dev, PCIR_IOBASEL_1, 0, 1);
481 sc->io.reg = PCIR_IOBASEL_1;
817 iolow = pci_read_config(dev, PCIR_IOBASEL_1, 1);
877 pci_write_config(dev, PCIR_IOBASEL_1, sc->iobase >> 8, 1);
1781 pci_write_config(dev, PCIR_IOBASEL_1,
[all...]
H A Dpcireg.h265 #define PCIR_IOBASEL_1 0x1c macro
H A Dpci.c5411 case PCIR_IOBASEL_1:
5506 case PCIR_IOBASEL_1:
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c329 val = read_config(fd, &p->pc_sel, PCIR_IOBASEL_1, 1);
345 print_window(PCIR_IOBASEL_1, "I/O Port", range, base, limit);
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci.c673 octopci_write_config(dev, b, s, f, PCIR_IOBASEL_1,
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.c1255 mtk_pci_write_config(dev, 0, i, 0, PCIR_IOBASEL_1, 0xff, 1);
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c767 rt305x_pci_write_config(dev, bus, slot, func, PCIR_IOBASEL_1,
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c717 mv_pcib_write_config(sc->sc_dev, bus, slot, func, PCIR_IOBASEL_1,

Completed in 107 milliseconds