Home
last modified time | relevance | path

Searched refs:flash_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dpflash-cfi02-test.c128 static inline uint64_t flash_read(const FlashConfig *c, uint64_t byte_addr) in flash_read() function
180 return flash_read(c, as_byte_addr(c, query_addr)); in flash_query()
211 if ((flash_read(c, byte_addr) & dq6) ^ (flash_read(c, byte_addr) & dq6)) { in wait_for_completion()
215 g_assert_cmphex(flash_read(c, byte_addr), ==, flash_read(c, byte_addr)); in wait_for_completion()
359 g_assert_cmphex(flash_read(c, byte_addr) & dq3, ==, 0); in test_geometry()
363 uint64_t status0 = flash_read(c, byte_addr); in test_geometry()
368 uint64_t status1 = flash_read(c, byte_addr); in test_geometry()
377 g_assert_cmphex(flash_read(c, byte_addr), ==, in test_geometry()
378 flash_read(c, byte_addr)); in test_geometry()
381 g_assert_cmphex(flash_read(c, byte_addr), ==, bank_mask(c)); in test_geometry()
[all …]
/openbmc/qemu/hw/nvram/
H A Dnrf51_nvm.c275 static uint64_t flash_read(void *opaque, hwaddr offset, unsigned size) in flash_read() function
311 .read = flash_read,
/openbmc/u-boot/tools/env/
H A Dfw_env.c1210 static int flash_read(int fd) in flash_read() function
1368 rc = flash_read(fd_current); in flash_io()