Searched refs:wilc_spi_rx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | spi.c | 196 static int wilc_spi_rx(struct wilc *wilc, u8 *rb, u32 rlen) in wilc_spi_rx() function 591 if (wilc_spi_rx(wilc, &rsp, 1)) { in wilc_spi_dma_rw() 603 if (wilc_spi_rx(wilc, &b[ix], nbytes)) { in wilc_spi_dma_rw() 612 if (!spi_priv->crc_off && wilc_spi_rx(wilc, crc, 2)) { in wilc_spi_dma_rw()
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | spi.c | 321 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()
|
Completed in 3 milliseconds