Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmcf.c52 struct mcf_uart { struct
70 struct mcf_uart *pp = container_of(port, struct mcf_uart, port); in mcf_get_mctrl() argument
86 struct mcf_uart *pp = container_of(port, struct mcf_uart, port); in mcf_set_mctrl()
100 struct mcf_uart *pp = container_of(port, struct mcf_uart, port); in mcf_start_tx()
116 struct mcf_uart *pp = container_of(port, struct mcf_uart, port); in mcf_stop_tx()
126 struct mcf_uart *pp = container_of(port, struct mcf_uart, port); in mcf_stop_rx()
150 struct mcf_uart *pp = container_of(port, struct mcf_uart, port); in mcf_startup()
176 struct mcf_uart *pp = container_of(port, struct mcf_uart, port); in mcf_shutdown()
281 static void mcf_rx_chars(struct mcf_uart *pp) in mcf_rx_chars()
347 struct mcf_uart *pp = container_of(port, struct mcf_uart, port); in mcf_interrupt()
[all …]
/openbmc/linux/arch/m68k/coldfire/
H A Ddevice.c90 static struct platform_device mcf_uart = { variable
626 &mcf_uart,
/openbmc/qemu/hw/char/
H A Dmeson.build25 system_ss.add(when: 'CONFIG_COLDFIRE', if_true: files('mcf_uart.c'))
/openbmc/qemu/
H A DMAINTAINERS1258 F: hw/char/mcf_uart.c