Home
last modified time | relevance | path

Searched refs:bcma_port (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/bcm47xx/
H A Dserial.c64 struct bcma_serial_port *bcma_port; in uart8250_init_bcma() local
65 bcma_port = &(cc->serial_ports[i]); in uart8250_init_bcma()
67 p->mapbase = (unsigned int)bcma_port->regs; in uart8250_init_bcma()
68 p->membase = (void *)bcma_port->regs; in uart8250_init_bcma()
69 p->irq = bcma_port->irq; in uart8250_init_bcma()
70 p->uartclk = bcma_port->baud_base; in uart8250_init_bcma()
71 p->regshift = bcma_port->reg_shift; in uart8250_init_bcma()