Home
last modified time | relevance | path

Searched refs:ioremap_np (Results 1 – 8 of 8) sorted by relevance

/linux/include/asm-generic/
A Diomap.h106 #define ioremap_np ioremap_np macro
107 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) in ioremap_np() function
A Dio.h1009 #ifndef ioremap_np
1010 #define ioremap_np ioremap_np macro
1011 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) in ioremap_np() function
/linux/Documentation/driver-api/
A Ddevice-io.rst370 ioremap_np()
379 devices. ioremap_np() explicitly requests non-posted semantics, which means
385 ``IORESOURCE_MEM_NONPOSTED`` flag for a resource that requires ioremap_np()
390 The bare ioremap_np() is only available on some architectures; on others, it
398 ioremap_np() should never be used for PCI drivers. PCI memory space writes are
399 always posted, even on architectures that otherwise implement ioremap_np().
400 Using ioremap_np() for PCI BARs will at best result in posted write semantics,
441 | ioremap_np() | Device-nGnRnE |
466 Can automatically select ioremap_np() over ioremap() according to platform
482 all required translations. Automatically selects ioremap_np() according to
/linux/include/linux/
A Dio.h89 return ioremap_np(offset, size) ?: ioremap(offset, size); in pci_remap_cfgspace()
/linux/arch/arm64/include/asm/
A Dio.h172 #define ioremap_np(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) macro
/linux/drivers/of/
A Daddress.c866 return ioremap_np(res.start, resource_size(&res)); in of_iomap()
901 mem = ioremap_np(res.start, resource_size(&res)); in of_io_request_and_map()
/linux/arch/sparc/include/asm/
A Dio_64.h412 static inline void __iomem *ioremap_np(unsigned long offset, unsigned long size) in ioremap_np() function
/linux/lib/
A Ddevres.c47 addr = ioremap_np(offset, size); in __devm_ioremap()

Completed in 15 milliseconds