Searched refs:nr_dev (Results 1 – 5 of 5) sorted by relevance
696 static unsigned nr_dev; in baycom_ser_fdx_setup() local699 if (nr_dev >= NR_PORTS) in baycom_ser_fdx_setup()704 mode[nr_dev] = str; in baycom_ser_fdx_setup()705 iobase[nr_dev] = ints[1]; in baycom_ser_fdx_setup()706 irq[nr_dev] = ints[2]; in baycom_ser_fdx_setup()708 baud[nr_dev] = ints[3]; in baycom_ser_fdx_setup()709 nr_dev++; in baycom_ser_fdx_setup()
558 static unsigned nr_dev; in baycom_par_setup() local561 if (nr_dev >= NR_PORTS) in baycom_par_setup()566 mode[nr_dev] = str; in baycom_par_setup()567 iobase[nr_dev] = ints[1]; in baycom_par_setup()568 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()
1273 static unsigned __initdata nr_dev = 0; in baycom_epp_setup() local1276 if (nr_dev >= NR_PORTS) in baycom_epp_setup()1281 mode[nr_dev] = str; in baycom_epp_setup()1282 iobase[nr_dev] = ints[1]; in baycom_epp_setup()1283 nr_dev++; in baycom_epp_setup()
7 netrom-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \