Lines Matching refs:port
107 up.port.mapbase = regs->start;
108 up.port.irq = irq;
109 up.port.type = PORT_16750;
110 up.port.flags = UPF_FIXED_PORT | UPF_IOREMAP | UPF_FIXED_TYPE;
111 up.port.dev = &pdev->dev;
112 up.port.private_data = priv;
115 up.port.uartclk = clk_get_rate(priv->sclk);
117 up.port.iotype = UPIO_MEM32;
118 up.port.serial_in = serial8250_em_serial_in;
119 up.port.serial_out = serial8250_em_serial_out;
125 dev_err(&pdev->dev, "unable to register 8250 port\n");