• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/tc/

Lines Matching refs:zs_soft

132 struct dec_serial zs_soft[NUM_CHANNELS];
1505 info = zs_soft + line;
1644 zs_soft[n_channels].zs_channel = &zs_channels[n_channels];
1647 zs_soft[n_channels].irq = zs_parms->irq0;
1649 zs_soft[n_channels].irq = zs_parms->irq1;
1659 zs_soft[n_channels].zs_chan_a =
1662 zs_soft[n_channels].zs_chan_a =
1665 *pp = &zs_soft[n_channels];
1666 pp = &zs_soft[n_channels].zs_next;
1676 zs_soft[n].zs_channel->curregs[i] = zs_init_regs[i];
1683 write_zsreg(zs_soft[n].zs_chan_a, R9, FHWRES);
1685 write_zsreg(zs_soft[n].zs_chan_a, R9, 0);
1687 load_zsregs(zs_soft[n].zs_channel,
1688 zs_soft[n].zs_channel->curregs);
1780 zs_soft[channel].clk_divisor = 16;
1781 zs_soft[channel].zs_baud = get_zsbaud(&zs_soft[channel]);
1783 if (request_irq(zs_soft[channel].irq, rs_interrupt, IRQF_SHARED,
1784 "scc", &zs_soft[channel]))
1786 zs_soft[channel].irq);
1788 if (zs_soft[channel].hook) {
1789 zs_startup(&zs_soft[channel]);
1790 if (zs_soft[channel].hook->init_channel)
1791 (*zs_soft[channel].hook->init_channel)
1792 (&zs_soft[channel]);
1849 struct dec_serial *info = &zs_soft[channel];
1867 struct dec_serial *info = &zs_soft[channel];
1897 info = zs_soft + co->index;
1933 info = zs_soft + co->index;
2056 zs_soft[co->index].clk_divisor = clk_divisor;
2057 zs_soft[co->index].zs_baud = get_zsbaud(&zs_soft[co->index]);
2184 zs_soft[tty_num].zs_channel = &zs_channels[tty_num];
2185 zs_kgdbchan = zs_soft[tty_num].zs_channel;
2186 zs_soft[tty_num].change_needed = 0;
2187 zs_soft[tty_num].clk_divisor = 16;
2188 zs_soft[tty_num].zs_baud = 38400;
2189 zs_soft[tty_num].hook = &zs_kgdbhook; /* This runs kgdb */
2191 kgdb_chaninit(zs_soft[tty_num].zs_channel, 1, 38400);