Searched refs:turbo_mode (Results 1 – 6 of 6) sorted by relevance
75 unsigned char turbo_mode; member
118 fwpriv->turbo_mode = (regpriv->wifi_test != 1); in fill_fwpriv()
66 static bool turbo_mode = true; variable67 module_param(turbo_mode, bool, 0644);68 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");914 if (!turbo_mode) { in smsc95xx_reset()959 if (turbo_mode) in smsc95xx_reset()
69 static bool turbo_mode = true; variable70 module_param(turbo_mode, bool, 0644);71 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");1158 if (!turbo_mode) { in smsc75xx_reset()1202 if (turbo_mode) { in smsc75xx_reset()
531 static DEVICE_ATTR(turbo_mode, 0444, show_turbo, NULL);
1188 if (cd && cd->turbo_mode && t->tx_buf == NULL) { in omap2_mcspi_transfer_one()