Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_mchp_xec.c305 lcr_cache = regs->LCR; in set_baud_rate()
306 regs->LCR = LCR_DLAB | lcr_cache; in set_baud_rate()
312 regs->LCR = lcr_cache; in set_baud_rate()
398 regs->LCR = uart_cfg.data_bits | uart_cfg.stop_bits | uart_cfg.parity; in uart_xec_configure()
412 lcr_cache = regs->LCR; in uart_xec_configure()
413 regs->LCR = LCR_DLAB | lcr_cache; in uart_xec_configure()
415 regs->LCR = lcr_cache; in uart_xec_configure()
Duart_ns16550.c254 #define LCR(dev) (get_port(dev) + (REG_LCR * reg_interval(dev))) macro
557 lcr_cache = ns16550_inbyte(dev_cfg, LCR(dev));
558 ns16550_outbyte(dev_cfg, LCR(dev), LCR_DLAB | lcr_cache);
563 ns16550_outbyte(dev_cfg, LCR(dev), lcr_cache);
683 ns16550_outbyte(dev_cfg, LCR(dev),
/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_uart.h169 volatile uint8_t LCR; member