Home
last modified time | relevance | path

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

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