Searched refs:bdh (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/tty/serial/ |
| H A D | fsl_lpuart.c | 1990 u8 cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; in lpuart_set_termios() local 1999 bdh = readb(port->membase + UARTBDH); in lpuart_set_termios() 2113 bdh &= ~UARTBDH_SBR_MASK; in lpuart_set_termios() 2114 bdh |= (sbr >> 8) & 0x1F; in lpuart_set_termios() 2118 writeb(bdh, port->membase + UARTBDH); in lpuart_set_termios() 2561 u8 cr, bdh, bdl, brfa; in lpuart_console_get_options() local 2586 bdh = readb(sport->port.membase + UARTBDH); in lpuart_console_get_options() 2587 bdh &= UARTBDH_SBR_MASK; in lpuart_console_get_options() 2589 sbr = bdh; in lpuart_console_get_options()
|