bdh 1633 drivers/tty/serial/fsl_lpuart.c unsigned char cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; bdh 1642 drivers/tty/serial/fsl_lpuart.c bdh = readb(sport->port.membase + UARTBDH); bdh 1758 drivers/tty/serial/fsl_lpuart.c bdh &= ~UARTBDH_SBR_MASK; bdh 1759 drivers/tty/serial/fsl_lpuart.c bdh |= (sbr >> 8) & 0x1F; bdh 1763 drivers/tty/serial/fsl_lpuart.c writeb(bdh, sport->port.membase + UARTBDH); bdh 2158 drivers/tty/serial/fsl_lpuart.c unsigned char cr, bdh, bdl, brfa; bdh 2183 drivers/tty/serial/fsl_lpuart.c bdh = readb(sport->port.membase + UARTBDH); bdh 2184 drivers/tty/serial/fsl_lpuart.c bdh &= UARTBDH_SBR_MASK; bdh 2186 drivers/tty/serial/fsl_lpuart.c sbr = bdh;