Home
last modified time | relevance | path

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

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