Lines Matching full:srp
8 /* The driver for the SRP and COSA synchronous serial cards.
21 * The SRP (serial port?, the Czech word "srp" means "sickle") card
42 * for the COSA and SRP in one computer and allows each channel to work
55 * The COSA/SRP NetBSD driver by Zdenek Salvet and Ivos Cernohlavek
217 MODULE_PARM_DESC(io, "The I/O bases of the COSA or SRP cards");
219 MODULE_PARM_DESC(irq, "The IRQ lines of the COSA or SRP cards");
221 MODULE_PARM_DESC(dma, "The DMA channels of the COSA or SRP cards");
224 MODULE_DESCRIPTION("Modular driver for the COSA or SRP synchronous card");
308 /* COSA/SRP ROM monitor */
470 if (!strncmp(cosa->id_string, "SRP", 3)) { in cosa_probe()
471 cosa->type = "srp"; in cosa_probe()
1356 /* ---------- The SRP/COSA ROM monitor functions ---------- */
1358 /* Downloading SRP microcode: say "w" to SRP monitor, it answers by "w=",
1416 /* Starting microcode is done via the "g" command of the SRP monitor.
1450 /* Reading memory is done via the "r" command of the SRP monitor.
1453 * by SRP monitor sending "<CR><LF>." (dot at the end).
1552 /* ---------- Auxiliary routines for COSA/SRP monitor ---------- */
1609 /* The following routine puts the hexadecimal number into the SRP monitor
1654 * of channel we (OS) want to send packet for. For SRP we should probably
1968 /* We may be too fast for SRP. Try to wait a bit more. */ in cosa_interrupt()
1987 /* These routines can be used to monitor COSA/SRP I/O and to printk()