Home
last modified time | relevance | path

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

/linux-3.3/include/scsi/
Dscsi_transport_spi.h31 struct spi_transport_attrs { struct
32 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 …]