Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/include/asm/
Dio.h188 #define ioremap_nocache(offset, size) \ macro
190 #define ioremap_uc ioremap_nocache
/external/u-boot/arch/microblaze/include/asm/
Dio.h126 #define ioremap_nocache(physaddr, size) (physaddr) macro
/external/u-boot/drivers/net/
Dxilinx_emaclite.c601 emaclite->regs = (struct emaclite_regs *)ioremap_nocache(pdata->iobase, in emaclite_ofdata_to_platdata()