Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dioport.h45 #define IORESOURCE_SIZEALIGN 0x00040000 /* size indicates alignment */ macro
/linux-4.4.14/arch/powerpc/kernel/
Dpci_of_scan.c62 flags |= IORESOURCE_SIZEALIGN; in pci_parse_of_flags()
/linux-4.4.14/kernel/
Dresource.c1030 switch (res->flags & (IORESOURCE_SIZEALIGN | IORESOURCE_STARTALIGN)) { in resource_alignment()
1031 case IORESOURCE_SIZEALIGN: in resource_alignment()
/linux-4.4.14/arch/sparc/kernel/
Dpci.c236 flags |= IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_parse_of_addrs()
/linux-4.4.14/drivers/pci/
Dprobe.c218 res->flags |= IORESOURCE_SIZEALIGN; in __pci_read_base()
335 IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_read_bases()
Dsetup-bus.c269 (IORESOURCE_STARTALIGN|IORESOURCE_SIZEALIGN); in reassign_resources_sorted()
Dquirks.c341 (IORESOURCE_IO | IORESOURCE_PCI_FIXED | IORESOURCE_SIZEALIGN); in quirk_io()