Lines Matching defs:port
42 MODULE_DESCRIPTION("HP-PARISC PC-style parallel port driver");
131 * Checks for port existence, all ports support SPP MODE
145 /* Do a simple read-write test to make sure the port exists. */
184 * 0xff but any peripheral attached to the port may drag some or all of the
260 /* No port. */
315 /* Done probing. Now put the port into a sensible start-up state. */
320 /* Now that we've told the sharing engine about the port, and
336 unsigned long port;
344 port = dev->hpa.start + PARPORT_GSC_OFFSET;
349 if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid(port+4)) {
353 parport_writeb ( (0x10 + 0x20), port + 4);
359 p = parport_gsc_probe_port(port, 0, dev->irq, dev);