Home
last modified time | relevance | path

Searched hist:cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.ccdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d Thu Dec 13 11:56:32 UTC 2007 Haavard Skinnemoen <hskinnemoen@atmel.com> cfi_flash: Introduce read and write accessors

Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
them to access the flash memory. This makes it clearer when the flash
is actually being accessed; merely dereferencing a volatile pointer
looks just like any other kind of access.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>