Home
last modified time | relevance | path

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

/linux/drivers/uio/
H A Duio_pci_generic.c110 if (r->flags != (IORESOURCE_SIZEALIGN | IORESOURCE_MEM)) in probe()
H A Duio_pci_generic_sva.c111 if (r->flags != (IORESOURCE_SIZEALIGN | IORESOURCE_MEM)) in probe()
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c104 flags |= IORESOURCE_SIZEALIGN; in pci_parse_of_flags()
/linux/include/linux/
H A Dioport.h53 #define IORESOURCE_SIZEALIGN 0x00040000 /* size indicates alignment */ macro
/linux/arch/sparc/kernel/
H A Dpci.c260 flags |= IORESOURCE_READONLY | IORESOURCE_SIZEALIGN; in pci_parse_of_addrs()