HomeSort by: relevance | last modified time | path
    Searched refs:PCI_MAPREG_IO_SIZE (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/pci/
joy_pci.c 85 PCI_MAPREG_IO_SIZE(mask) > 0);
cac_pci.c 173 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
pci_map.c 97 if (PCI_MAPREG_IO_SIZE(mask) == 0) {
105 *sizep = PCI_MAPREG_IO_SIZE(mask);
puc.c 198 sc->sc_bar_mappings[i].s = PCI_MAPREG_IO_SIZE(bar);
mlx_pci.c 236 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
pciconf.c 563 size = PCI_MAPREG_IO_SIZE(mask);
708 size = PCI_MAPREG_IO_SIZE(mask);
pci_resource.c 488 size = PCI_MAPREG_IO_SIZE(mask[0] | 0xffff0000);
amr.c 310 if (PCI_MAPREG_IO_SIZE(reg) != 0)
pcireg.h 515 #define PCI_MAPREG_IO_SIZE(mr) \
mly.c 317 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
pci_subr.c 1111 printf(" size: 0x%08x\n", PCI_MAPREG_IO_SIZE(mask));
  /src/sys/dev/cardbus/
cardbus_map.c 114 if (PCI_MAPREG_IO_SIZE(mask) == 0) {
123 *sizep = PCI_MAPREG_IO_SIZE(mask);
  /src/sys/arch/atari/pci/
pci_machdep.c 404 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(
  /src/sys/arch/sparc/sparc/
pci_fixup.c 66 ((t + PCI_MAPREG_IO_SIZE(m)) & m))
180 saved = saved + PCI_MAPREG_IO_SIZE(val);
401 size = PCI_MAPREG_IO_SIZE(val);
  /src/sys/arch/x86/pci/
pci_addr_fixup.c 221 size = PCI_MAPREG_IO_SIZE(mask);
pci_ranges.c 154 pal.pal_size = PCI_MAPREG_IO_SIZE(sizebar);

Completed in 32 milliseconds