Searched refs:MAP_WRBACK (Results 1 – 6 of 6) sorted by relevance
| /u-boot/include/asm-generic/ |
| A D | io.h | 64 #ifndef MAP_WRBACK 65 # define MAP_WRBACK 0 /* Map using write-back caching */ macro
|
| /u-boot/cmd/ |
| A D | itest.c | 61 buf = map_physmem(addr, w, MAP_WRBACK); in evalexp()
|
| A D | sf.c | 290 buf = map_physmem(addr, len, MAP_WRBACK); in do_spi_flash_read_write()
|
| /u-boot/board/Synology/ds414/ |
| A D | cmd_syno.c | 48 buf = map_physmem(addr, len, MAP_WRBACK); in do_syno_populate()
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | io.h | 36 return map_physmem(paddr, len, MAP_WRBACK); in map_sysmem() 42 unmap_physmem(vaddr, MAP_WRBACK); in unmap_sysmem()
|
| /u-boot/arch/arm/mach-imx/ |
| A D | cmd_nandbcb.c | 1457 buf = map_physmem(addr, size, MAP_WRBACK); in do_nandbcb_init()
|
Completed in 20 milliseconds