Home
last modified time | relevance | path

Searched refs:max_baud (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c91 static int max_baud = 4000000; variable
647 MODULE_PARM (max_baud, "i");
745 if (max_baud >= 2400) in toshoboe_probe()
748 if (max_baud >= 9600) in toshoboe_probe()
750 if (max_baud >= 19200) in toshoboe_probe()
752 if (max_baud >= 115200) in toshoboe_probe()
755 if (max_baud >= 576000) in toshoboe_probe()
757 if (max_baud >= 1152000) in toshoboe_probe()
759 if (max_baud >= 4000000) in toshoboe_probe()
771 if (max_baud >= 576000) in toshoboe_probe()
Ddonauboe.c202 static int max_baud = 4000000; variable
1547 MODULE_PARM (max_baud, "i");
1548 MODULE_PARM_DESC(max_baud, "Maximum baud rate");
1647 if (max_baud >= 2400) in toshoboe_open()
1650 if (max_baud >= 9600) in toshoboe_open()
1652 if (max_baud >= 19200) in toshoboe_open()
1654 if (max_baud >= 115200) in toshoboe_open()
1657 if (max_baud >= 1152000) in toshoboe_open()
1663 if (max_baud >= 4000000) in toshoboe_open()