Searched defs:npcm_pspi (Results 1 – 1 of 1) sorted by relevance
21 struct npcm_pspi { struct22 struct completion xfer_done;23 struct regmap *rst_regmap;24 struct spi_master *master;25 unsigned int tx_bytes;26 unsigned int rx_bytes;27 void __iomem *base;28 bool is_save_param;29 u8 bits_per_word;30 const u8 *tx_buf;[all …]