Home
last modified time | relevance | path

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

/linux-6.6.21/include/scsi/
Dscsi_transport_spi.h18 struct spi_transport_attrs { struct
19 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 …]