Searched refs:LCR (Results 1 – 3 of 3) sorted by relevance
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()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()
254 #define LCR(dev) (get_port(dev) + (REG_LCR * reg_interval(dev))) macro557 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),
169 volatile uint8_t LCR; member