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

/netbsd-current/sys/dev/cardbus/
H A Dcardbus_map.c208 *flagsp = PCI_MAPREG_MEM_PREFETCHABLE(address) ?
/netbsd-current/sys/dev/pci/
H A Dpci_map.c241 *flagsp = (isrom || PCI_MAPREG_MEM_PREFETCHABLE(address)) ?
H A Dpci_resource.c378 PCI_MAPREG_MEM_PREFETCHABLE(mask[0]);
H A Dpciconf.c790 pm->prefetch = PCI_MAPREG_MEM_PREFETCHABLE(mask);
H A Dpcireg.h497 #define PCI_MAPREG_MEM_PREFETCHABLE(mr) \ macro
H A Dpci_subr.c1067 if (PCI_MAPREG_MEM_PREFETCHABLE(rval))
/netbsd-current/sys/arch/x86/pci/
H A Dpci_ranges.c406 prefetchable = PCI_MAPREG_MEM_PREFETCHABLE(curbar);

Completed in 242 milliseconds