bcma_port 64 arch/mips/bcm47xx/serial.c struct bcma_serial_port *bcma_port; bcma_port 65 arch/mips/bcm47xx/serial.c bcma_port = &(cc->serial_ports[i]); bcma_port 67 arch/mips/bcm47xx/serial.c p->mapbase = (unsigned int)bcma_port->regs; bcma_port 68 arch/mips/bcm47xx/serial.c p->membase = (void *)bcma_port->regs; bcma_port 69 arch/mips/bcm47xx/serial.c p->irq = bcma_port->irq; bcma_port 70 arch/mips/bcm47xx/serial.c p->uartclk = bcma_port->baud_base; bcma_port 71 arch/mips/bcm47xx/serial.c p->regshift = bcma_port->reg_shift;