Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dioport.h50 #define IORESOURCE_SIZEALIGN 0x00040000 /* size indicates alignment */ macro
/Linux-v4.19/arch/powerpc/kernel/
Dpci_of_scan.c62 flags |= IORESOURCE_SIZEALIGN; in pci_parse_of_flags()
/Linux-v4.19/drivers/pci/controller/
Dvmd.c663 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
676 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
/Linux-v4.19/kernel/
Dresource.c1084 switch (res->flags & (IORESOURCE_SIZEALIGN | IORESOURCE_STARTALIGN)) { in resource_alignment()
1085 case IORESOURCE_SIZEALIGN: in resource_alignment()
/Linux-v4.19/arch/sparc/kernel/
Dpci.c237 flags |= IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_parse_of_addrs()
/Linux-v4.19/drivers/pci/
Dprobe.c224 res->flags |= IORESOURCE_SIZEALIGN; in __pci_read_base()
346 IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_read_bases()
Dsetup-bus.c255 (IORESOURCE_STARTALIGN|IORESOURCE_SIZEALIGN); in reassign_resources_sorted()
Dquirks.c525 (IORESOURCE_IO | IORESOURCE_PCI_FIXED | IORESOURCE_SIZEALIGN); in quirk_io()
Dpci.c5868 r->flags &= ~IORESOURCE_SIZEALIGN; in pci_request_resource_alignment()