Searched refs:IORESOURCE_SIZEALIGN (Results 1 – 10 of 10) sorted by relevance
110 if (r->flags != (IORESOURCE_SIZEALIGN | IORESOURCE_MEM)) in probe()
52 #define IORESOURCE_SIZEALIGN 0x00040000 /* size indicates alignment */ macro
730 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()743 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
104 flags |= IORESOURCE_SIZEALIGN; in pci_parse_of_flags()
1103 switch (res->flags & (IORESOURCE_SIZEALIGN | IORESOURCE_STARTALIGN)) { in resource_alignment()1104 case IORESOURCE_SIZEALIGN: in resource_alignment()
237 flags |= IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_parse_of_addrs()
221 res->flags |= IORESOURCE_SIZEALIGN; in __pci_read_base()343 IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_read_bases()
252 (IORESOURCE_STARTALIGN|IORESOURCE_SIZEALIGN); in reassign_resources_sorted()
519 (IORESOURCE_IO | IORESOURCE_PCI_FIXED | IORESOURCE_SIZEALIGN); in quirk_io()
6583 r->flags &= ~IORESOURCE_SIZEALIGN; in pci_request_resource_alignment()
Completed in 40 milliseconds