IORESOURCE_SIZEALIGN  104 arch/powerpc/kernel/pci_of_scan.c 		flags |= IORESOURCE_SIZEALIGN;
IORESOURCE_SIZEALIGN  237 arch/sparc/kernel/pci.c 			flags |= IORESOURCE_READONLY | IORESOURCE_SIZEALIGN;
IORESOURCE_SIZEALIGN  644 drivers/pci/controller/vmd.c 	flags = res->flags & ~IORESOURCE_SIZEALIGN;
IORESOURCE_SIZEALIGN  657 drivers/pci/controller/vmd.c 	flags = res->flags & ~IORESOURCE_SIZEALIGN;
IORESOURCE_SIZEALIGN 6215 drivers/pci/pci.c 		r->flags &= ~IORESOURCE_SIZEALIGN;
IORESOURCE_SIZEALIGN  219 drivers/pci/probe.c 		res->flags |= IORESOURCE_SIZEALIGN;
IORESOURCE_SIZEALIGN  341 drivers/pci/probe.c 				IORESOURCE_READONLY | IORESOURCE_SIZEALIGN;
IORESOURCE_SIZEALIGN  523 drivers/pci/quirks.c 		(IORESOURCE_IO | IORESOURCE_PCI_FIXED | IORESOURCE_SIZEALIGN);
IORESOURCE_SIZEALIGN  250 drivers/pci/setup-bus.c 				 (IORESOURCE_STARTALIGN|IORESOURCE_SIZEALIGN);
IORESOURCE_SIZEALIGN 1092 kernel/resource.c 	switch (res->flags & (IORESOURCE_SIZEALIGN | IORESOURCE_STARTALIGN)) {
IORESOURCE_SIZEALIGN 1093 kernel/resource.c 	case IORESOURCE_SIZEALIGN: