Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c1791 unsigned char cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; in lpuart_set_termios() local
1800 bdh = readb(sport->port.membase + UARTBDH); in lpuart_set_termios()
1916 bdh &= ~UARTBDH_SBR_MASK; in lpuart_set_termios()
1917 bdh |= (sbr >> 8) & 0x1F; in lpuart_set_termios()
1921 writeb(bdh, sport->port.membase + UARTBDH); in lpuart_set_termios()
2337 unsigned char cr, bdh, bdl, brfa; in lpuart_console_get_options() local
2362 bdh = readb(sport->port.membase + UARTBDH); in lpuart_console_get_options()
2363 bdh &= UARTBDH_SBR_MASK; in lpuart_console_get_options()
2365 sbr = bdh; in lpuart_console_get_options()