Home
last modified time | relevance | path

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

/openbmc/linux/drivers/uio/
H A Duio_pci_generic.c110 if (r->flags != (IORESOURCE_SIZEALIGN | IORESOURCE_MEM)) in probe()
/openbmc/u-boot/include/linux/
H A Dioport.h49 #define IORESOURCE_SIZEALIGN 0x00020000 /* size indicates alignment */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c104 flags |= IORESOURCE_SIZEALIGN; in pci_parse_of_flags()
/openbmc/linux/include/linux/
H A Dioport.h52 #define IORESOURCE_SIZEALIGN 0x00040000 /* size indicates alignment */ macro
/openbmc/linux/drivers/pci/controller/
H A Dvmd.c848 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
861 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
/openbmc/linux/kernel/
H A Dresource.c1086 switch (res->flags & (IORESOURCE_SIZEALIGN | IORESOURCE_STARTALIGN)) { in resource_alignment()
1087 case IORESOURCE_SIZEALIGN: in resource_alignment()
/openbmc/linux/arch/sparc/kernel/
H A Dpci.c238 flags |= IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_parse_of_addrs()
/openbmc/linux/drivers/pci/
H A Dprobe.c220 res->flags |= IORESOURCE_SIZEALIGN; in __pci_read_base()
342 IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_read_bases()
H A Dsetup-bus.c249 (IORESOURCE_STARTALIGN|IORESOURCE_SIZEALIGN); in reassign_resources_sorted()
H A Dquirks.c617 (IORESOURCE_IO | IORESOURCE_PCI_FIXED | IORESOURCE_SIZEALIGN); in quirk_io()
H A Dpci.c6806 r->flags &= ~IORESOURCE_SIZEALIGN; in pci_request_resource_alignment()