Searched refs:nr_dev (Results 1 – 4 of 4) sorted by relevance
658 static unsigned nr_dev; in baycom_ser_fdx_setup() local661 if (nr_dev >= NR_PORTS) in baycom_ser_fdx_setup()666 mode[nr_dev] = str; in baycom_ser_fdx_setup()667 iobase[nr_dev] = ints[1]; in baycom_ser_fdx_setup()668 irq[nr_dev] = ints[2]; in baycom_ser_fdx_setup()670 baud[nr_dev] = ints[3]; in baycom_ser_fdx_setup()671 nr_dev++; in baycom_ser_fdx_setup()
581 static unsigned nr_dev; in baycom_par_setup() local584 if (nr_dev >= NR_PORTS) in baycom_par_setup()589 mode[nr_dev] = str; in baycom_par_setup()590 iobase[nr_dev] = ints[1]; in baycom_par_setup()591 nr_dev++; in baycom_par_setup()
709 static unsigned nr_dev; in baycom_ser_hdx_setup() local712 if (nr_dev >= NR_PORTS) in baycom_ser_hdx_setup()717 mode[nr_dev] = str; in baycom_ser_hdx_setup()718 iobase[nr_dev] = ints[1]; in baycom_ser_hdx_setup()719 irq[nr_dev] = ints[2]; in baycom_ser_hdx_setup()720 nr_dev++; in baycom_ser_hdx_setup()
1299 static unsigned __initdata nr_dev = 0; in baycom_epp_setup() local1302 if (nr_dev >= NR_PORTS) in baycom_epp_setup()1307 mode[nr_dev] = str; in baycom_epp_setup()1308 iobase[nr_dev] = ints[1]; in baycom_epp_setup()1309 nr_dev++; in baycom_epp_setup()
Completed in 12 milliseconds