Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c361 static int wilc_spi_rx(struct wilc *wilc, u8 *rb, u32 rlen) in wilc_spi_rx() function
773 if (wilc_spi_rx(wilc, &rsp, 1)) { in wilc_spi_dma_rw()
785 if (wilc_spi_rx(wilc, &b[ix], nbytes)) { in wilc_spi_dma_rw()
795 if (wilc_spi_rx(wilc, crc, 2)) { in wilc_spi_dma_rw()
1034 result = wilc_spi_rx(wilc, rsp, sizeof(rsp)); in spi_data_rsp()