Searched defs:fsl_lpspi_data (Results 1 – 1 of 1) sorted by relevance
103 struct fsl_lpspi_data { struct115 void (*tx)(struct fsl_lpspi_data *); argument116 void (*rx)(struct fsl_lpspi_data *); argument118 u32 remain;119 u8 watermark;120 u8 txfifosize;121 u8 rxfifosize;123 struct lpspi_config config;124 struct completion xfer_done;126 bool target_aborted;[all …]