Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_sti_asc.c27 struct sti_asc_uart { struct
42 struct sti_asc_uart *regs; argument
70 struct sti_asc_uart *const uart = priv->regs; in sti_asc_pending()
80 static int _sti_asc_serial_setbrg(struct sti_asc_uart *uart, int baudrate) in _sti_asc_serial_setbrg()
131 struct sti_asc_uart *const uart = priv->regs; in sti_asc_serial_setbrg()
140 struct sti_asc_uart *const uart = priv->regs; in sti_asc_serial_getc()
153 struct sti_asc_uart *const uart = priv->regs; in sti_asc_serial_putc()
176 priv->regs = (struct sti_asc_uart *)base; in sti_asc_serial_probe()