Searched refs:enable_crc16 (Results 1 – 1 of 1) sorted by relevance
26 static bool enable_crc16; /* protect SPI data with CRC16 */ variable27 module_param(enable_crc16, bool, 0644);28 MODULE_PARM_DESC(enable_crc16,238 enable_crc7 ? "on" : "off", enable_crc16 ? "on" : "off"); in wilc_bus_probe()1197 if (enable_crc16) in wilc_spi_configure_bus_protocol()1217 spi_priv->crc16_enabled = enable_crc16; in wilc_spi_configure_bus_protocol()