Lines Matching defs:npcm_pspi
20 struct npcm_pspi { struct
21 struct completion xfer_done;
22 struct reset_control *reset;
23 struct spi_controller *host;
24 unsigned int tx_bytes;
25 unsigned int rx_bytes;
26 void __iomem *base;
27 bool is_save_param;
28 u8 bits_per_word;
29 const u8 *tx_buf;
30 struct clk *clk;
31 u32 speed_hz;
32 u8 *rx_buf;
33 u16 mode;
34 u32 id;