Searched refs:pflash_data_read (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/block/ |
| H A D | pflash_cfi01.c | 247 static uint32_t pflash_data_read(PFlashCFI01 *pfl, hwaddr offset, in pflash_data_read() function 283 ret = pflash_data_read(pfl, offset, width, be); in pflash_read() 669 *value = pflash_data_read(opaque, addr, len, be); in pflash_mem_read_with_attrs()
|
| H A D | pflash_cfi02.c | 260 static uint64_t pflash_data_read(PFlashCFI02 *pfl, hwaddr offset, in pflash_data_read() function 344 ret = pflash_data_read(pfl, offset, width); in pflash_read() 363 ret = pflash_data_read(pfl, offset, width); in pflash_read()
|
| H A D | trace-events | 14 pflash_data_read(const char *name, uint64_t offset, unsigned size, uint32_t value) "%s: data offset…
|