Searched refs:flash_addr (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/ssi/ |
H A D | xlnx-versal-ospi.c | 428 return op->flash_addr + op->done_bytes; in ind_op_next_byte() 433 return op->flash_addr + op->num_bytes; in ind_op_end_byte() 442 static void ind_op_setup(IndOp *op, uint32_t flash_addr, uint32_t num_bytes) in ind_op_setup() argument 448 op->flash_addr = flash_addr; in ind_op_setup() 471 uint32_t flash_addr, uint32_t num_bytes) in ospi_ind_op_add() argument 476 ind_op_setup(op, flash_addr, num_bytes); in ospi_ind_op_add() 483 ind_op_setup(op, flash_addr, num_bytes); in ospi_ind_op_add() 492 uint32_t flash_addr = s->regs[R_INDIRECT_READ_XFER_START_REG]; in ospi_ind_op_queue_up_rd() local 495 failed = ospi_ind_op_add(s->rd_ind_op, &s->rx_sram, flash_addr, num_bytes); in ospi_ind_op_queue_up_rd() 505 uint32_t flash_addr = s->regs[R_INDIRECT_WRITE_XFER_START_REG]; in ospi_ind_op_queue_up_wr() local [all …]
|
H A D | xilinx_spips.c | 1155 int flash_addr = ((addr & ~(LQSPI_CACHE_SIZE - 1)) in lqspi_load_cache() local 1157 int peripheral = flash_addr >> LQSPI_ADDRESS_BITS; in lqspi_load_cache() 1178 DB_PRINT_L(0, "pushing read address %06x\n", flash_addr); in lqspi_load_cache() 1180 fifo8_push(&s->tx_fifo, (uint8_t)(flash_addr >> 24)); in lqspi_load_cache() 1182 fifo8_push(&s->tx_fifo, (uint8_t)(flash_addr >> 16)); in lqspi_load_cache() 1183 fifo8_push(&s->tx_fifo, (uint8_t)(flash_addr >> 8)); in lqspi_load_cache() 1184 fifo8_push(&s->tx_fifo, (uint8_t)flash_addr); in lqspi_load_cache() 1217 q->lqspi_cached_addr = flash_addr * num_effective_busses(s); in lqspi_load_cache()
|
H A D | trace-events | 9 aspeed_smc_dma_rw(const char *dir, uint32_t flash_addr, uint64_t dram_addr, uint32_t size) "%s flas…
|
/qemu/include/hw/ssi/ |
H A D | xlnx-versal-ospi.h | 70 uint32_t flash_addr; member
|
/qemu/hw/arm/ |
H A D | npcm8xx.c | 335 const hwaddr *flash_addr; member 342 .flash_addr = npcm8xx_fiu0_flash_addr, 349 .flash_addr = npcm8xx_fiu1_flash_addr, 355 .flash_addr = npcm8xx_fiu3_flash_addr, 738 sysbus_mmio_map(sbd, j + 1, npcm8xx_fiu[i].flash_addr[j]); in npcm8xx_realize()
|
H A D | npcm7xx.c | 294 const hwaddr *flash_addr; member 301 .flash_addr = npcm7xx_fiu0_flash_addr, 308 .flash_addr = npcm7xx_fiu3_flash_addr, 748 sysbus_mmio_map(sbd, j + 1, npcm7xx_fiu[i].flash_addr[j]); in npcm7xx_realize()
|
/qemu/tests/qtest/ |
H A D | pflash-cfi02-test.c | 149 static inline uint64_t as_byte_addr(const FlashConfig *c, faddr flash_addr) in as_byte_addr() argument 159 return flash_addr.addr * c->bank_width; in as_byte_addr()
|