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

  /src/sys/arch/cesfic/dev/
zs.c 107 int zsc_unit, channel, s; local in function:zs_config
109 zsc_unit = device_unit(zsc->zsc_dev);
117 zsc_args.hwflags = zs_hwflags[zsc_unit][channel];
  /src/sys/arch/sun3/dev/
zs_kgdb.c 135 int channel, zsc_unit; local in function:zs_kgdb_init
143 zsc_unit = (kgdb_dev & 2) ? 0 : 1;
150 zc = zs_get_chan_addr(zsc_unit, channel);
  /src/sys/arch/mvme68k/dev/
zs.c 135 int zsc_unit, channel, s; local in function:zs_config
137 zsc_unit = device_unit(zsc->zsc_dev);
145 zsc_args.hwflags = zs_hwflags[zsc_unit][channel];
162 cs->cs_defspeed = zs_defspeed[zsc_unit][channel];
495 zs_cnconfig(int zsc_unit, int channel, struct zsdevice *zs, int pclk)
508 zs_hwflags[zsc_unit][channel] = ZS_HWFLAG_CONSOLE;

Completed in 12 milliseconds