Home
last modified time | relevance | path

Searched refs:spi_command (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-src/sys/dev/intel/
H A Dspi.h54 struct spi_command *sc_cmd;
67 int intelspi_transfer(device_t dev, device_t child, struct spi_command *cmd);
H A Dspi.c186 struct spi_command *cmd; in intelspi_fill_tx_fifo()
209 struct spi_command *cmd; in intelspi_drain_rx_fifo()
342 intelspi_transfer(device_t dev, device_t child, struct spi_command *cmd) in intelspi_transfer()
/freebsd-src/sys/dev/tpm/
H A Dtpm_spibus.c45 struct spi_command spic = SPI_COMMAND_INITIALIZER; in tpm_insert_wait()
63 struct spi_command spic = SPI_COMMAND_INITIALIZER; in tpm_spi_read_n()
99 struct spi_command spic = SPI_COMMAND_INITIALIZER; in tpm_spi_write_n()
/freebsd-src/sys/dev/flash/
H A Dmx25l.c163 struct spi_command cmd; in mx25l_wait_for_device_ready()
184 struct spi_command cmd; in mx25l_get_device_ident()
225 struct spi_command cmd; in mx25l_set_writable()
245 struct spi_command cmd; in mx25l_erase_cmd()
289 struct spi_command cmd; in mx25l_write()
368 struct spi_command cmd; in mx25l_read()
417 struct spi_command cmd; in mx25l_set_4b_mode()
H A Dat45d.c169 struct spi_command cmd; in at45d_get_status()
189 struct spi_command cmd; in at45d_get_mfg_info()
441 struct spi_command cmd; in at45d_task()
/freebsd-src/sys/arm/mv/
H A Dmv_spi.c55 struct spi_command *sc_cmd;
200 struct spi_command *cmd; in mv_spi_rx_byte()
217 struct spi_command *cmd; in mv_spi_tx_byte()
276 mv_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in mv_spi_transfer()
H A Da37x0_spi.c50 struct spi_command *sc_cmd;
247 struct spi_command *cmd; in a37x0_spi_rx_byte()
266 struct spi_command *cmd; in a37x0_spi_tx_byte()
368 a37x0_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in a37x0_spi_transfer()
/freebsd-src/sys/powerpc/mpc85xx/
H A Dfsl_espi.c122 struct spi_command *sc_cmd;
227 struct spi_command *cmd; in fsl_espi_fill_fifo()
249 struct spi_command *cmd; in fsl_espi_drain_fifo()
300 fsl_espi_transfer(device_t dev, device_t child, struct spi_command *cmd) in fsl_espi_transfer()
/freebsd-src/sys/dev/bhnd/cores/chipc/
H A Dchipc_spi.c61 struct spi_command *cmd);
209 chipc_spi_transfer(device_t dev, device_t child, struct spi_command *cmd)
/freebsd-src/sys/dev/spibus/
H A Dspi.h26 struct spi_command { struct
H A Dspigen.c182 struct spi_command transfer = SPI_COMMAND_INITIALIZER; in spigen_transfer()
227 struct spi_command transfer = SPI_COMMAND_INITIALIZER; in spigen_transfer_mmapped()
H A Dspibus_if.m38 struct spi_command *cmd; struct
H A Dspibus.c228 spibus_transfer_impl(device_t dev, device_t child, struct spi_command *cmd)
/freebsd-src/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h38 struct spi_command *sc_cmd;
H A Dbcm2835_spi.c329 struct spi_command *cmd; in bcm_spi_fill_fifo()
351 struct spi_command *cmd; in bcm_spi_drain_fifo()
403 bcm_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in bcm_spi_transfer()
/freebsd-src/sys/arm/ti/
H A Dti_spivar.h41 struct spi_command *cmd;
H A Dti_spi.c306 struct spi_command *cmd; in ti_spi_fill_fifo()
339 struct spi_command *cmd; in ti_spi_drain_fifo()
429 ti_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in ti_spi_transfer()
/freebsd-src/sys/dev/atopcase/
H A Datopcase.c107 struct spi_command cmd = SPI_COMMAND_INITIALIZER; in atopcase_receive_status()
213 struct spi_command cmd = SPI_COMMAND_INITIALIZER; in atopcase_receive_packet()
319 struct spi_command cmd = SPI_COMMAND_INITIALIZER; in atopcase_send()
/freebsd-src/sys/dev/xilinx/
H A Daxi_quad_spi.c178 spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in spi_transfer()
/freebsd-src/sys/arm/xilinx/
H A Dzy7_spi.c75 struct spi_command *cmd;
493 zy7_spi_transfer(device_t dev, device_t child, struct spi_command *cmd)
H A Dzy7_qspi.c85 struct spi_command *cmd;
657 zy7_qspi_transfer(device_t dev, device_t child, struct spi_command *cmd)
/freebsd-src/sys/arm/freescale/vybrid/
H A Dvf_spi.c248 spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in spi_transfer()
/freebsd-src/sys/riscv/sifive/
H A Dsifive_spi.c250 sfspi_transfer(device_t dev, device_t child, struct spi_command *cmd) in sfspi_transfer()
/freebsd-src/sys/dev/gpio/
H A Dgpiospi.c323 gpio_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in gpio_spi_transfer()
/freebsd-src/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c853 struct spi_command cmd; in ksz8995ma_writephy()
878 struct spi_command cmd; in ksz8995ma_readreg()

12