Searched refs:crc16_enabled (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c48 bool crc16_enabled; /* true if crc16 is currently enabled */ member in struct:wilc_spi
469 if (spi_priv->crc16_enabled) {
581 if (!clockless && spi_priv->crc16_enabled) {
775 if (spi_priv->crc16_enabled) {
1162 spi_priv->crc16_enabled = false; /* don't check CRC16 during probing */
1198 spi_priv->crc16_enabled = enable_crc16;

Completed in 112 milliseconds