Home
last modified time | relevance | path

Searched defs:zynq_qspi_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dzynq_qspi.c84 struct zynq_qspi_priv { struct
85 struct zynq_qspi_regs *regs;
86 u8 cs;
87 u8 mode;
88 u8 fifo_depth;
90 const void *tx_buf;
91 void *rx_buf;
92 unsigned len;
93 int bytes_to_transfer;
94 int bytes_to_receive;
[all …]