Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ssi/
H A Dxlnx-versal-ospi.h69 typedef struct IndOp { struct
74 } IndOp; argument
101 IndOp rd_ind_op[2];
102 IndOp wr_ind_op[2];
/openbmc/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c417 static void ind_op_advance(IndOp *op, unsigned int len) in ind_op_advance()
426 static uint32_t ind_op_next_byte(IndOp *op) in ind_op_next_byte()
431 static uint32_t ind_op_end_byte(IndOp *op) in ind_op_end_byte()
436 static void ospi_ind_op_next(IndOp *op) in ospi_ind_op_next()
442 static void ind_op_setup(IndOp *op, uint32_t flash_addr, uint32_t num_bytes) in ind_op_setup()
454 static bool ospi_ind_op_completed(IndOp *op) in ospi_ind_op_completed()
464 static void ospi_ind_op_cancel(IndOp *op) in ospi_ind_op_cancel()
470 static bool ospi_ind_op_add(IndOp *op, Fifo8 *fifo, in ospi_ind_op_add()
803 IndOp *op = s->rd_ind_op; in ospi_dma_read()
831 IndOp *op = s->rd_ind_op; in ospi_do_ind_read()
[all …]