Searched refs:nr_dev (Results 1 – 5 of 5) sorted by relevance
657 static unsigned nr_dev; in baycom_ser_fdx_setup() local660 if (nr_dev >= NR_PORTS) in baycom_ser_fdx_setup()665 mode[nr_dev] = str; in baycom_ser_fdx_setup()666 iobase[nr_dev] = ints[1]; in baycom_ser_fdx_setup()667 irq[nr_dev] = ints[2]; in baycom_ser_fdx_setup()669 baud[nr_dev] = ints[3]; in baycom_ser_fdx_setup()670 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()
1300 static unsigned __initdata nr_dev = 0; in baycom_epp_setup() local1303 if (nr_dev >= NR_PORTS) in baycom_epp_setup()1308 mode[nr_dev] = str; in baycom_epp_setup()1309 iobase[nr_dev] = ints[1]; in baycom_epp_setup()1310 nr_dev++; in baycom_epp_setup()
8 netrom-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \