Searched refs:ns16550_outbyte (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.4.0/drivers/serial/ |
D | uart_ns16550.c | 256 static void ns16550_outbyte(const struct uart_ns16550_device_config *cfg, function 376 ns16550_outbyte(dev_cfg, LCR(dev), LCR_DLAB | lcr_cache); 377 ns16550_outbyte(dev_cfg, BRDL(dev), (unsigned char)(divisor & 0xff)); 378 ns16550_outbyte(dev_cfg, BRDH(dev), (unsigned char)((divisor >> 8) & 0xff)); 381 ns16550_outbyte(dev_cfg, LCR(dev), lcr_cache); 411 ns16550_outbyte(dev_cfg, DLF(dev), dev_data->dlf); 419 ns16550_outbyte(dev_cfg, PCP(dev), pcp & ~PCP_UPDATE); 420 ns16550_outbyte(dev_cfg, PCP(dev), pcp | PCP_UPDATE); 490 ns16550_outbyte(dev_cfg, LCR(dev), 501 ns16550_outbyte(dev_cfg, MDC(dev), mdc); [all …]
|