Searched +full:lpc3220 +full:- +full:hsuart (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/serial/nxp,lpc3220-hsuart.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Vladimir Zapolskiy <vz@mleia.com>11 - Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>14 - $ref: /schemas/serial/serial.yaml#18 const: nxp,lpc3220-hsuart27 - compatible28 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.0+28 #include <linux/soc/nxp/lpc32xx-misc.h>103 port->membase))) == 0) in wait_for_xmit_empty()105 if (--timeout == 0) in wait_for_xmit_empty()117 port->membase))) < 32) in wait_for_xmit_ready()119 if (--timeout == 0) in wait_for_xmit_ready()128 writel((u32)ch, LPC32XX_HSUART_FIFO(port->membase)); in lpc32xx_hsuart_console_putchar()134 struct lpc32xx_hsuart_port *up = &lpc32xx_hs_ports[co->index]; in lpc32xx_hsuart_console_write()140 locked = uart_port_trylock_irqsave(&up->port, &flags); in lpc32xx_hsuart_console_write()142 uart_port_lock_irqsave(&up->port, &flags); in lpc32xx_hsuart_console_write()[all …]