Searched refs:bdh (Results 1 – 1 of 1) sorted by relevance
1206 unsigned char cr1, old_cr1, old_cr2, cr4, bdh, modem; in lpuart_set_termios() local1214 bdh = readb(sport->port.membase + UARTBDH); in lpuart_set_termios()1321 bdh &= ~UARTBDH_SBR_MASK; in lpuart_set_termios()1322 bdh |= (sbr >> 8) & 0x1F; in lpuart_set_termios()1326 writeb(bdh, sport->port.membase + UARTBDH); in lpuart_set_termios()1604 unsigned char cr, bdh, bdl, brfa; in lpuart_console_get_options() local1629 bdh = readb(sport->port.membase + UARTBDH); in lpuart_console_get_options()1630 bdh &= UARTBDH_SBR_MASK; in lpuart_console_get_options()1632 sbr = bdh; in lpuart_console_get_options()