Searched defs:npcm_pspi (Results 1 – 1 of 1) sorted by relevance
20 struct npcm_pspi { struct21 struct completion xfer_done;22 struct reset_control *reset;23 struct spi_master *master;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;[all …]