Home | History | Annotate | Download | only in dev

Lines Matching defs:chip

32  * Runs two serial lines per chip using slave drivers.
218 * Is the zs chip present?
243 int s, chip, theflags, channel;
250 chip = 0; /* We'll deal with chip types post 1.2 */
251 aprint_normal(" chip type %d \n",chip);
307 * use it. But a clock will freak out the chip, so we
351 * We used to disable chip interrupts here, but we now
352 * do that in zscnprobe, just in case MacOS left the chip on.
355 xcs->cs_chip = chip;
441 * Do the minimum work to pull data off of the chip and queue it up
677 * Output hardware flow control on the chip is horrendous:
726 * Read or write the chip with suitable delays.
794 * the chip registers, and uses that to keep things simple.
907 * chip for console I/O, we just set up the internal addresses for it.
909 * Now turn off interrupts for the chip. Note: using sccA to get at
910 * the chip is the only vestige of the NetBSD 1.0 ser driver. :-)