Lines Matching defs:boost
38 static int boost = 100;
61 u32 boost;
924 baud * priv->boost / 100,
995 if (boost < 100)
996 boost = 100;
997 priv->boost = boost;
1001 iuu_clk(port, IUU_CLK_3680000 * boost / 100);
1003 iuu_uart_baud(port, baud * boost / 100, &actual,
1007 iuu_clk(port, IUU_CLK_6000000 * boost / 100);
1011 iuu_uart_baud(port, 16457 * boost / 100, &actual,
1015 iuu_clk(port, IUU_CLK_3579000 * boost / 100);
1018 iuu_uart_baud(port, baud * boost / 100, &actual,
1200 module_param(boost, int, S_IRUGO | S_IWUSR);
1201 MODULE_PARM_DESC(boost, "Card overclock boost (in percent 100-500)");