Searched refs:txcrc (Results 1 – 2 of 2) sorted by relevance
35 static bool txcrc = true; variable730 if (txcrc) in bcsp_open()780 module_param(txcrc, bool, 0644);781 MODULE_PARM_DESC(txcrc, "Transmit CRC with every BCSP packet");
53 static int txcrc = 1; variable445 conf_rsp_pkt[2] |= txcrc << 0x4; //crc check enable, version no = 0. needed to be as avariable.456 txcrc = (h5->rx_skb->data[6] >> 0x4) & 0x1;858 if (txcrc) in h5_open()