Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dich.h107 struct spi_trans { struct
108 uint8_t cmd[ICH_MAX_CMD_LEN];
109 int cmd_len;
110 const uint8_t *out;
111 uint32_t bytesout;
112 uint8_t *in;
113 uint32_t bytesin;
114 uint8_t type;
115 uint8_t opcode;
116 uint32_t offset;