Searched refs:PCIR_PMBASEL_1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/pci/
H A Dpci_pci.c213 val = pci_read_config(dev, PCIR_PMBASEL_1, 2);
220 pci_write_config(dev, PCIR_PMBASEL_1, sc->pmem.base >> 16, 2);
514 val = pci_read_config(dev, PCIR_PMBASEL_1, 2);
520 pci_write_config(dev, PCIR_PMBASEL_1, 0xffff, 2);
521 if (pci_read_config(dev, PCIR_PMBASEL_1, 2) != 0) {
523 pci_write_config(dev, PCIR_PMBASEL_1, 0, 2);
530 sc->pmem.reg = PCIR_PMBASEL_1;
848 pmemlow = pci_read_config(dev, PCIR_PMBASEL_1, 2);
902 pci_write_config(dev, PCIR_PMBASEL_1, sc->pmembase >> 16, 2);
1787 pci_write_config(dev, PCIR_PMBASEL_1,
[all...]
H A Dpcireg.h276 #define PCIR_PMBASEL_1 0x24 macro
H A Dpci.c5413 case PCIR_PMBASEL_1:
5508 case PCIR_PMBASEL_1:
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c354 val = read_config(fd, &p->pc_sel, PCIR_PMBASEL_1, 2);
370 print_window(PCIR_PMBASEL_1, "Prefetchable Memory", range, base,
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.c1261 mtk_pci_write_config(dev, 0, i, 0, PCIR_PMBASEL_1, 0xffff, 2);
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c781 rt305x_pci_write_config(dev, bus, slot, func, PCIR_PMBASEL_1,
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c733 mv_pcib_write_config(sc->sc_dev, bus, slot, func, PCIR_PMBASEL_1,

Completed in 207 milliseconds