Home
last modified time | relevance | path

Searched refs:rx_sram (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c495 failed = ospi_ind_op_add(s->rd_ind_op, &s->rx_sram, flash_addr, num_bytes); in ospi_ind_op_queue_up_rd()
755 fifo8_push(&s->rx_sram, fifo8_pop(&s->rx_fifo)); in ospi_ind_read()
839 !fifo8_is_full(&s->rx_sram)) { in ospi_do_ind_read()
842 end_b = next_b + fifo8_num_free(&s->rx_sram); in ospi_do_ind_read()
863 if (fifo8_num_used(&s->rx_sram) == RXFF_SZ) { in ospi_do_ind_read()
1109 if (size < 4 && fifo8_num_used(&s->rx_sram) >= 4) { in ospi_rx_sram_read()
1115 size = MIN(fifo8_num_used(&s->rx_sram), size); in ospi_rx_sram_read()
1120 bytes[i] = fifo8_pop(&s->rx_sram); in ospi_rx_sram_read()
1344 fifo8_reset(&s->rx_sram); in ind_rd_xfer_ctrl_reg_post_write()
1371 (fifo8_num_used(&s->rx_sram) & 0xFFFF); in sram_fill_reg_post_read()
[all …]
/openbmc/qemu/include/hw/ssi/
H A Dxlnx-versal-ospi.h90 Fifo8 rx_sram; member