Searched defs:spi_transport_attrs (Results 1 – 1 of 1) sorted by relevance
31 struct spi_transport_attrs { struct32 int period; /* value in the PPR/SDTR command */33 int min_period;34 int offset;35 int max_offset;36 unsigned int width:1; /* 0 - narrow, 1 - wide */37 unsigned int max_width:1;38 unsigned int iu:1; /* Information Units enabled */39 unsigned int max_iu:1;40 unsigned int dt:1; /* DT clocking enabled */[all …]