Searched refs:nr_dev (Results 1 – 5 of 5) sorted by relevance
698 static unsigned nr_dev; in baycom_ser_fdx_setup() local701 if (nr_dev >= NR_PORTS) in baycom_ser_fdx_setup()706 mode[nr_dev] = str; in baycom_ser_fdx_setup()707 iobase[nr_dev] = ints[1]; in baycom_ser_fdx_setup()708 irq[nr_dev] = ints[2]; in baycom_ser_fdx_setup()710 baud[nr_dev] = ints[3]; in baycom_ser_fdx_setup()711 nr_dev++; in baycom_ser_fdx_setup()
598 static unsigned nr_dev; in baycom_par_setup() local601 if (nr_dev >= NR_PORTS) in baycom_par_setup()606 mode[nr_dev] = str; in baycom_par_setup()607 iobase[nr_dev] = ints[1]; in baycom_par_setup()608 nr_dev++; in baycom_par_setup()
725 static unsigned nr_dev; in baycom_ser_hdx_setup() local728 if (nr_dev >= NR_PORTS) in baycom_ser_hdx_setup()733 mode[nr_dev] = str; in baycom_ser_hdx_setup()734 iobase[nr_dev] = ints[1]; in baycom_ser_hdx_setup()735 irq[nr_dev] = ints[2]; in baycom_ser_hdx_setup()736 nr_dev++; in baycom_ser_hdx_setup()
1321 static unsigned __initdata nr_dev = 0; in baycom_epp_setup() local1324 if (nr_dev >= NR_PORTS) in baycom_epp_setup()1329 mode[nr_dev] = str; in baycom_epp_setup()1330 iobase[nr_dev] = ints[1]; in baycom_epp_setup()1331 nr_dev++; in baycom_epp_setup()
7 netrom-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \