Home
last modified time | relevance | path

Searched refs:ioremap_nocache (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dio.h126 #define ioremap_nocache(physaddr, size) (physaddr) macro
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dio.h187 #define ioremap_nocache(offset, size) \ macro
189 #define ioremap_uc ioremap_nocache
/rk3399_rockchip-uboot/drivers/net/
H A Dxilinx_emaclite.c602 emaclite->regs = (struct emaclite_regs *)ioremap_nocache(pdata->iobase, in emaclite_ofdata_to_platdata()