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

/netbsd-current/sys/arch/hppa/dev/
H A Dsti_pci_machdep.c64 for (bar = PCI_MAPREG_START; bar <= PCI_MAPREG_PPB_END; ) {
H A Dgftfb.c564 if (bar < PCI_MAPREG_START || bar > PCI_MAPREG_PPB_END) {
/netbsd-current/sys/arch/x86/pci/
H A Dpci_addr_fixup.c186 reg_end = PCI_MAPREG_PPB_END;
/netbsd-current/sys/dev/pci/
H A Dsti_pci.c353 if (bar < PCI_MAPREG_START || bar > PCI_MAPREG_PPB_END) {
H A Dpci_resource.c514 PCI_MAPREG_PPB_END, true);
H A Dpci.c335 endbar = PCI_MAPREG_PPB_END;
H A Dpcireg.h468 #define PCI_MAPREG_PPB_END 0x18 macro

Completed in 218 milliseconds