Home
last modified time | relevance | path

Searched refs:spi_write (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi.h122 int spi_write(struct altera_spi_device *dev, unsigned int chip_select,
H A Dopae_spi.c242 int spi_write(struct altera_spi_device *dev, unsigned int chip_select, in spi_write() function
H A Dopae_spi_transaction.c134 ret = spi_write(dev->dev, dev->chipselect, tx_len, tx_buffer); in do_spi_txrx()