Lines Matching defs:port
438 static int register_serial_portandirq(unsigned int port, int irq)
442 switch ( port ) {
452 " Error: Illegal port %x\n", port );
455 /* port is okay */
474 uart.port.uartclk = 1843200;
475 uart.port.iobase = port;
476 uart.port.irq = irq;
477 uart.port.iotype = UPIO_PORT;
478 uart.port.flags = UPF_SHARE_IRQ;