Searched refs:lcr_cache (Results 1 – 2 of 2) sorted by relevance
294 uint8_t lcr_cache; in set_baud_rate() local305 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() local412 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()
548 uint8_t lcr_cache; local557 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);