Searched defs:fsl_lpspi_data (Results 1 – 1 of 1) sorted by relevance
98 struct fsl_lpspi_data { struct110 void (*tx)(struct fsl_lpspi_data *); argument111 void (*rx)(struct fsl_lpspi_data *); argument113 u32 remain;114 u8 watermark;115 u8 txfifosize;116 u8 rxfifosize;118 struct lpspi_config config;119 struct completion xfer_done;121 bool target_aborted;[all …]