Home
last modified time | relevance | path

Searched defs:fsl_lpspi_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-fsl-lpspi.c97 struct fsl_lpspi_data { struct
109 void (*tx)(struct fsl_lpspi_data *); argument
110 void (*rx)(struct fsl_lpspi_data *); argument
112 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 …]