Searched refs:spi_command (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/spibus/
H A Dspi.h3 struct spi_command { struct
H A Dspibus.c159 spibus_transfer_impl(device_t dev, device_t child, struct spi_command *cmd)
/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Dspi_flash.c32 static spiCommand_t spi_command; variable
76 p_memset((char *)&spi_command, 0, sizeof(spi_command));
80 spi_command.tx_cmd = tx_commandBuffer;
81 spi_command.rx_cmd = rx_commandBuffer;
82 spi_command.rx_cmd_size = 2;
83 spi_command.tx_cmd_size = 2;
84 SendCommand(&spi_command);
128 spi_command.tx_cmd = tx_commandBuffer;
129 spi_command
[all...]
/freebsd-9.3-release/sys/mips/atheros/
H A Dpcf2123_rtc.c74 struct spi_command cmd;
104 struct spi_command cmd;
145 struct spi_command cmd;
H A Dar71xx_spi.c167 ar71xx_spi_transfer(device_t dev, device_t child, struct spi_command *cmd)
/freebsd-9.3-release/sys/dev/flash/
H A Dmx25l.c111 struct spi_command cmd;
139 struct spi_command cmd;
180 struct spi_command cmd;
199 struct spi_command cmd;
225 struct spi_command cmd;
306 struct spi_command cmd;
H A Dat45d.c124 struct spi_command cmd;
144 struct spi_command cmd;
304 struct spi_command cmd;
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_spi.c85 struct spi_command *cmd);
267 at91_spi_transfer(device_t dev, device_t child, struct spi_command *cmd)

Completed in 128 milliseconds