Searched defs:lpspi_config (Results 1 – 1 of 1) sorted by relevance
94 struct lpspi_config { struct95 u8 bpw;96 u8 chip_select;97 u8 prescale;98 u16 mode;99 u32 speed_hz;123 struct lpspi_config config; argument