Searched defs:fsl_lpspi_data (Results 1 – 1 of 1) sorted by relevance
97 struct fsl_lpspi_data { struct109 void (*tx)(struct fsl_lpspi_data *); argument110 void (*rx)(struct fsl_lpspi_data *); argument112 u32 remain;113 u8 watermark;114 u8 txfifosize;115 u8 rxfifosize;117 struct lpspi_config config;118 struct completion xfer_done;120 bool target_aborted;[all …]