Home
last modified time | relevance | path

Searched defs:faddr (Results 1 – 1 of 1) sorted by relevance

/kvmtool/hw/
H A Dcfi_flash.c157 static u8 read_cfi(struct cfi_flash_device *sfdev, u64 faddr) in read_cfi()
181 static bool block_is_locked(struct cfi_flash_device *sfdev, u64 faddr) in block_is_locked()
189 static u16 read_dev_id(struct cfi_flash_device *sfdev, u64 faddr) in read_dev_id()
203 static void lock_block(struct cfi_flash_device *sfdev, u64 faddr, bool lock) in lock_block()
214 u64 faddr, void *data, int len) in word_program()
233 u64 faddr, void *buffer, int len) in buffer_write()
271 static void block_erase_confirm(struct cfi_flash_device *sfdev, u64 faddr) in block_erase_confirm()
282 u64 faddr, u8 *data, u32 len) in cfi_flash_read()
375 u64 faddr, u8 *data, u32 len) in cfi_flash_write()
484 u64 faddr = addr - sfdev->base_addr; in cfi_flash_mmio() local