HomeSort by: relevance | last modified time | path
    Searched defs:zs_consunit (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/next68k/dev/
zs.c 495 int zs_consunit = 0; variable in typeref:typename:int
597 zs_consunit = 0;
598 cp->cn_dev = makedev(maj, zs_consunit);
599 zs_conschan = zs_get_chan_addr(zs_consunit);
613 zs_hwflags[zs_consunit] = ZS_HWFLAG_CONSOLE;
621 cs->cs_channel = zs_consunit;
628 tconst = BPS_TO_TCONST(cs->cs_brg_clk, zs_defspeed[zs_consunit]);
  /src/sys/arch/sgimips/dev/
zs.c 142 static int zs_consunit = -1; variable in typeref:typename:int
271 if (zs_consunit == -1 && zs_conschan == -1) {
292 if (zs_unit == zs_consunit && channel == zs_conschan) {
769 zs_consunit = 0;
  /src/sys/arch/mac68k/dev/
zs.c 131 int zs_consunit; variable in typeref:typename:int
195 zs_conschan = zs_get_chan_addr(zs_consunit);
827 cs->cs_channel = zs_consunit;
833 tconst = BPS_TO_TCONST(cs->cs_brg_clk, zs_defspeed[zs_consunit]);
878 zs_consunit = unit;
889 zs_consunit = 1;
890 zs_hwflags[zs_consunit] = ZS_HWFLAG_CONSOLE;
906 * unit zs_consunit. So if we are (or think we are) going to use the
927 zs_hwflags[zs_consunit] = ZS_HWFLAG_CONSOLE;
932 * unit zs_consunit. So zs_init implicitly sets zs_conschan to the righ
    [all...]

Completed in 13 milliseconds