Home
last modified time | relevance | path

Searched refs:IORESOURCE_SIZEALIGN (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/uio/
H A Duio_pci_generic.c110 if (r->flags != (IORESOURCE_SIZEALIGN | IORESOURCE_MEM)) in probe()
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c104 flags |= IORESOURCE_SIZEALIGN; in pci_parse_of_flags()
/linux/include/linux/
H A Dioport.h52 #define IORESOURCE_SIZEALIGN 0x00040000 /* size indicates alignment */ macro
/linux/drivers/pci/controller/
H A Dvmd.c847 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
860 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
/linux/kernel/
H A Dresource.c1185 switch (res->flags & (IORESOURCE_SIZEALIGN | IORESOURCE_STARTALIGN)) { in resource_alignment()
1186 case IORESOURCE_SIZEALIGN: in resource_alignment()
/linux/drivers/pci/
H A Dprobe.c249 res->flags |= IORESOURCE_SIZEALIGN; in __pci_read_base()
388 IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_read_bases()
H A Dsetup-bus.c291 (IORESOURCE_STARTALIGN|IORESOURCE_SIZEALIGN); in reassign_resources_sorted()
463 * 2. SR-IOV resource -- IORESOURCE_SIZEALIGN in __assign_resources_sorted()
H A Dquirks.c633 (IORESOURCE_IO | IORESOURCE_PCI_FIXED | IORESOURCE_SIZEALIGN); in quirk_io()
H A Dpci.c6580 r->flags &= ~IORESOURCE_SIZEALIGN; in pci_request_resource_alignment()