Searched refs:PCI_MAPREG_MEM_PREFETCHABLE (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dcardbus_map.c208 *flagsp = PCI_MAPREG_MEM_PREFETCHABLE(address) ?
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpci_map.c221 *flagsp = (isrom || PCI_MAPREG_MEM_PREFETCHABLE(address)) ?
H A Dpcireg.h391 #define PCI_MAPREG_MEM_PREFETCHABLE(mr) \ macro
H A Dpci_subr.c665 if (PCI_MAPREG_MEM_PREFETCHABLE(rval))
H A Dpciconf.c611 pm->prefetch = PCI_MAPREG_MEM_PREFETCHABLE(mask);
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpci_ranges.c412 prefetchable = PCI_MAPREG_MEM_PREFETCHABLE(curbar);

Completed in 74 milliseconds