Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi.c210 int spi_command(struct altera_spi_device *dev, unsigned int chip_select, in spi_command() function
245 return spi_command(dev, chip_select, wlen, wdata, 0, NULL); in spi_write()
251 return spi_command(dev, chip_select, 0, NULL, rlen, rdata); in spi_read()
H A Dopae_spi.h124 int spi_command(struct altera_spi_device *dev, unsigned int chip_select,