Home
last modified time | relevance | path

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

/freebsd/sys/dev/spibus/
H A Dspi.h26 struct spi_command { struct
27 void *tx_cmd;
28 uint32_t tx_cmd_sz;
29 void *rx_cmd;
30 uint32_t rx_cmd_sz;
31 void *tx_data;
32 uint32_t tx_data_sz;
33 void *rx_data;
34 uint32_t rx_data_sz;
35 uint32_t flags;
H A Dspibus_if.m38 struct spi_command *cmd; struct