Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dio.h1137 * ioremap_uc is special in that we do require an explicit architecture
1143 #ifndef ioremap_uc
1144 #define ioremap_uc ioremap_uc macro
1145 static inline void __iomem *ioremap_uc(phys_addr_t offset, size_t size) in ioremap_uc() function
/linux/lib/
H A Ddevres.c45 addr = ioremap_uc(offset, size); in __devm_ioremap()
80 * devm_ioremap_uc - Managed ioremap_uc()
85 * Managed ioremap_uc(). Map is automatically unmapped on driver detach.
/linux/Documentation/arch/x86/
H A Dpat.rst45 | ioremap_uc | -- | UC | UC |
130 write-combining is desirable should consider use of ioremap_uc() followed by
/linux/Documentation/driver-api/
H A Ddevice-io.rst408 ioremap_uc()
411 ioremap_uc() is only meaningful on old x86-32 systems with the PAT extension,
413 elss ioremap_uc() defaults to return NULL.
416 Portable drivers should avoid the use of ioremap_uc(), use ioremap() instead.
446 | ioremap_uc() | (not implemented) |
/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c2636 * since ioremap_uc() was used on the entire PCI BAR. in aty_init()
3451 par->ati_regbase = ioremap_uc(info->fix.mmio_start, 0x1000); in atyfb_setup_generic()