Home
last modified time | relevance | path

Searched refs:flash_read (Results 1 – 7 of 7) 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/linux/drivers/sbus/char/
H A Dflash.c102 flash_read(struct file * file, char __user * buf, in flash_read() function
151 .read = flash_read,
/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/linux/drivers/char/
H A Dnwflash.c123 static ssize_t flash_read(struct file *file, char __user *buf, size_t size, in flash_read() function
572 .read = flash_read,
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_fs.c269 static ssize_t flash_read(struct file *file, char __user *buf, in flash_read() function
353 .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()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1619 static ssize_t flash_read(struct file *file, char __user *buf, size_t count, in flash_read() function
1661 .read = flash_read,