Searched refs:bauds (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/irda/ |
D | donauboe.c | 809 static const int bauds[] = { 9600, 115200, 4000000, 1152000 }; in toshoboe_probe() local 811 static const int bauds[] = { 9600, 115200, 4000000 }; in toshoboe_probe() local 825 for (j = 0; j < ARRAY_SIZE(bauds); ++j) in toshoboe_probe() 835 self->speed = bauds[j]; in toshoboe_probe()
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | dgnc_cls.c | 501 ulong bauds[4][16] = { in cls_param() local 544 baud = bauds[iindex][jindex]; in cls_param()
|
D | dgnc_neo.c | 663 ulong bauds[4][16] = { in neo_param() local 701 baud = bauds[iindex][jindex]; in neo_param()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.c | 2806 ulong bauds[4][16] = { in dgap_param() local 2849 baud = bauds[iindex][jindex]; in dgap_param()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1858 speed - speed in bauds (9600,19200,38400,57600,115200) 1860 base - base for divisor in bauds (57600,115200,230400,460800)
|