Searched refs:spi_command (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_spi.c | 210 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 D | opae_spi.h | 124 int spi_command(struct altera_spi_device *dev, unsigned int chip_select,
|