Home
last modified time | relevance | path

Searched refs:nr_dev (Results 1 – 4 of 4) sorted by relevance

/drivers/net/hamradio/
A Dbaycom_ser_fdx.c658 static unsigned nr_dev; in baycom_ser_fdx_setup() local
661 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()
A Dbaycom_par.c581 static unsigned nr_dev; in baycom_par_setup() local
584 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()
A Dbaycom_ser_hdx.c709 static unsigned nr_dev; in baycom_ser_hdx_setup() local
712 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()
A Dbaycom_epp.c1299 static unsigned __initdata nr_dev = 0; in baycom_epp_setup() local
1302 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