Searched refs:PCI_MAPREG_MEM_SIZE (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/evbarm/stand/board/
H A Dbecc_mem.c88 size = PCI_MAPREG_MEM_SIZE(reg);
/netbsd-current/sys/dev/cardbus/
H A Dcardbus_map.c184 if (PCI_MAPREG_MEM_SIZE(mask) == 0) {
205 *sizep = PCI_MAPREG_MEM_SIZE(mask);
/netbsd-current/sys/arch/sparc/sparc/
H A Dpci_fixup.c68 ((t + PCI_MAPREG_MEM_SIZE(m)) & m))
186 saved = saved + PCI_MAPREG_MEM_SIZE(val);
203 saved = saved + PCI_MAPREG_MEM_SIZE(val);
368 size = PCI_MAPREG_MEM_SIZE(val);
419 size = PCI_MAPREG_MEM_SIZE(val);
/netbsd-current/sys/dev/pci/
H A Dcac_pci.c176 if (memr == -1 && PCI_MAPREG_MEM_SIZE(reg) != 0)
H A Dpci_map.c200 (!is64bit && PCI_MAPREG_MEM_SIZE(mask) == 0)) {
233 *sizep = PCI_MAPREG_MEM_SIZE(mask);
H A Dpuc.c202 sc->sc_bar_mappings[i].s = PCI_MAPREG_MEM_SIZE(bar);
H A Dmlx_pci.c239 if (memr == -1 && PCI_MAPREG_MEM_SIZE(reg) != 0)
H A Dpciconf.c578 size = PCI_MAPREG_MEM_SIZE(mask);
742 size = (uint64_t)PCI_MAPREG_MEM_SIZE(mask);
820 size = (uint64_t)PCI_MAPREG_MEM_SIZE(mask);
H A Dpci_resource.c351 size = PCI_MAPREG_MEM_SIZE(mask[0]);
H A Damr.c306 if (PCI_MAPREG_MEM_SIZE(reg) != 0)
H A Dpcireg.h503 #define PCI_MAPREG_MEM_SIZE(mr) \ macro
H A Dmly.c320 if (memr == -1 && PCI_MAPREG_MEM_SIZE(reg) != 0)
H A Dpci_subr.c1096 PCI_MAPREG_MEM_SIZE(mask));
/netbsd-current/sys/arch/atari/pci/
H A Dpci_machdep.c426 p->size = PCI_MAPREG_MEM_SIZE(mask);
434 p->size = PCI_MAPREG_MEM_SIZE(p->mask);
/netbsd-current/sys/arch/x86/pci/
H A Dpci_addr_fixup.c219 size = PCI_MAPREG_MEM_SIZE(mask);
H A Dpci_ranges.c413 pal.pal_size = PCI_MAPREG_MEM_SIZE(sizebar);
/netbsd-current/sys/arch/prep/pci/
H A Dgten.c349 bussize = PCI_MAPREG_MEM_SIZE(mask);

Completed in 319 milliseconds