Searched defs:zynq_qspi_priv (Results 1 – 1 of 1) sorted by relevance
84 struct zynq_qspi_priv { struct85 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 …]