Searched refs:MAP_WRBACK (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/include/asm-generic/ |
H A D | io.h | 64 #ifndef MAP_WRBACK 65 # define MAP_WRBACK 0 /* Map using write-back caching */ macro
|
/openbmc/u-boot/cmd/ |
H A D | rng.c | 82 buf = map_physmem(addr, len, MAP_WRBACK); in do_ast_rng()
|
H A D | itest.c | 60 buf = map_physmem(addr, w, MAP_WRBACK); in evalexp()
|
H A D | sf.c | 288 buf = map_physmem(addr, len, MAP_WRBACK); in do_spi_flash_read_write()
|
H A D | otp.c | 445 buf = map_physmem(addr, 16, MAP_WRBACK); in otp_compare() 1937 otp_header = map_physmem(addr, sizeof(struct otp_header), MAP_WRBACK); in otp_prog_image() 1944 unmap_physmem(otp_header, MAP_WRBACK); in otp_prog_image() 1946 buf = map_physmem(addr, image_size + CHECKSUM_LEN, MAP_WRBACK); in otp_prog_image()
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | io.h | 29 return map_physmem(paddr, len, MAP_WRBACK); in map_sysmem() 35 unmap_physmem(vaddr, MAP_WRBACK); in unmap_sysmem()
|
/openbmc/u-boot/board/Synology/ds414/ |
H A D | cmd_syno.c | 45 buf = map_physmem(addr, len, MAP_WRBACK); in do_syno_populate()
|