Searched defs:spi_transport_attrs (Results 1 – 1 of 1) sorted by relevance
18 struct spi_transport_attrs { struct19 int period; /* value in the PPR/SDTR command */20 int min_period;21 int offset;22 int max_offset;23 unsigned int width:1; /* 0 - narrow, 1 - wide */24 unsigned int max_width:1;25 unsigned int iu:1; /* Information Units enabled */26 unsigned int max_iu:1;27 unsigned int dt:1; /* DT clocking enabled */[all …]