Searched defs:zynq_qspi_priv (Results 1 – 1 of 1) sorted by relevance
85 struct zynq_qspi_priv { struct86 struct zynq_qspi_regs *regs;87 u8 cs;88 u8 mode;89 u8 fifo_depth;90 u32 freq; /* required frequency */91 const void *tx_buf;92 void *rx_buf;93 unsigned len;94 int bytes_to_transfer;[all …]