Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_mchp_xec.c140 #define LCR_DLAB 0x80 /* divisor latch access enable */ macro
306 regs->LCR = LCR_DLAB | lcr_cache; in set_baud_rate()
413 regs->LCR = LCR_DLAB | lcr_cache; in uart_xec_configure()
Duart_ns16550.c214 #define LCR_DLAB 0x80 /* divisor latch access enable */ macro
558 ns16550_outbyte(dev_cfg, LCR(dev), LCR_DLAB | lcr_cache);