Searched refs:turbo_mode (Results 1 – 6 of 6) sorted by relevance
18 unsigned turbo_mode:1; member
41 What: /sys/devices/platform/msi-laptop-pf/turbo_mode
81 static bool turbo_mode = true; variable82 module_param(turbo_mode, bool, 0644);83 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");994 if (!turbo_mode) { in smsc95xx_reset()1039 if (turbo_mode) in smsc95xx_reset()
64 static bool turbo_mode = true; variable65 module_param(turbo_mode, bool, 0644);66 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");1154 if (!turbo_mode) { in smsc75xx_reset()1198 if (turbo_mode) { in smsc75xx_reset()
529 static DEVICE_ATTR(turbo_mode, 0444, show_turbo, NULL);
1201 if (cd && cd->turbo_mode && t->tx_buf == NULL) { in omap2_mcspi_transfer_one()