Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c657 static unsigned nr_dev; in baycom_ser_fdx_setup() local
660 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()
H A Dbaycom_par.c582 static unsigned nr_dev; in baycom_par_setup() local
585 if (nr_dev >= NR_PORTS) in baycom_par_setup()
590 mode[nr_dev] = str; in baycom_par_setup()
591 iobase[nr_dev] = ints[1]; in baycom_par_setup()
592 nr_dev++; in baycom_par_setup()
H 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()
H A Dbaycom_epp.c1301 static unsigned __initdata nr_dev = 0; in baycom_epp_setup() local
1304 if (nr_dev >= NR_PORTS) in baycom_epp_setup()
1309 mode[nr_dev] = str; in baycom_epp_setup()
1310 iobase[nr_dev] = ints[1]; in baycom_epp_setup()
1311 nr_dev++; in baycom_epp_setup()
/openbmc/linux/net/netrom/
H A DMakefile8 netrom-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \