Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
Dvmd.c645 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
658 flags = res->flags & ~IORESOURCE_SIZEALIGN; in vmd_enable_domain()
/kernel/linux/linux-5.10/include/linux/
Dioport.h51 #define IORESOURCE_SIZEALIGN 0x00040000 /* size indicates alignment */ macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dpci_of_scan.c104 flags |= IORESOURCE_SIZEALIGN; in pci_parse_of_flags()
/kernel/linux/linux-5.10/kernel/
Dresource.c1095 switch (res->flags & (IORESOURCE_SIZEALIGN | IORESOURCE_STARTALIGN)) { in resource_alignment()
1096 case IORESOURCE_SIZEALIGN: in resource_alignment()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dpci.c237 flags |= IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_parse_of_addrs()
/kernel/linux/linux-5.10/drivers/pci/
Dprobe.c220 res->flags |= IORESOURCE_SIZEALIGN; in __pci_read_base()
342 IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_read_bases()
Dsetup-bus.c252 (IORESOURCE_STARTALIGN|IORESOURCE_SIZEALIGN); in reassign_resources_sorted()
Dquirks.c524 (IORESOURCE_IO | IORESOURCE_PCI_FIXED | IORESOURCE_SIZEALIGN); in quirk_io()
Dpci.c6311 r->flags &= ~IORESOURCE_SIZEALIGN; in pci_request_resource_alignment()