Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_mchp_xec.c294 uint8_t lcr_cache; in set_baud_rate() local
305 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()
330 uint8_t lcr_cache; in uart_xec_configure() local
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.c548 uint8_t lcr_cache; local
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);