Home
last modified time | relevance | path

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

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