Searched refs:PCI_MAPREG_IO_SIZE (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Djoy_pci.c85 PCI_MAPREG_IO_SIZE(mask) > 0);
H A Dcac_pci.c173 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
H A Dpci_map.c97 if (PCI_MAPREG_IO_SIZE(mask) == 0) {
105 *sizep = PCI_MAPREG_IO_SIZE(mask);
H A Dpuc.c198 sc->sc_bar_mappings[i].s = PCI_MAPREG_IO_SIZE(bar);
H A Dmlx_pci.c236 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
H A Dpciconf.c563 size = PCI_MAPREG_IO_SIZE(mask);
708 size = PCI_MAPREG_IO_SIZE(mask);
H A Dpci_resource.c382 size = PCI_MAPREG_IO_SIZE(mask[0] | 0xffff0000);
H A Damr.c310 if (PCI_MAPREG_IO_SIZE(reg) != 0)
H A Dpcireg.h515 #define PCI_MAPREG_IO_SIZE(mr) \ macro
H A Dmly.c317 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
H A Dpci_subr.c1111 printf(" size: 0x%08x\n", PCI_MAPREG_IO_SIZE(mask));
/netbsd-current/sys/dev/cardbus/
H A Dcardbus_map.c114 if (PCI_MAPREG_IO_SIZE(mask) == 0) {
123 *sizep = PCI_MAPREG_IO_SIZE(mask);
/netbsd-current/sys/arch/atari/pci/
H A Dpci_machdep.c404 p->size = PCI_MAPREG_IO_SIZE(mask);
409 if (p->size < PCI_MAPREG_IO_SIZE(
412 p->size = PCI_MAPREG_IO_SIZE(p->mask);
431 if (p->size < PCI_MAPREG_IO_SIZE(
/netbsd-current/sys/arch/sparc/sparc/
H A Dpci_fixup.c66 ((t + PCI_MAPREG_IO_SIZE(m)) & m))
180 saved = saved + PCI_MAPREG_IO_SIZE(val);
401 size = PCI_MAPREG_IO_SIZE(val);
/netbsd-current/sys/arch/x86/pci/
H A Dpci_addr_fixup.c221 size = PCI_MAPREG_IO_SIZE(mask);
H A Dpci_ranges.c154 pal.pal_size = PCI_MAPREG_IO_SIZE(sizebar);

Completed in 416 milliseconds