Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h354 #define UART_OMAP_WER 0x17 /* Wake-up enable register */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h362 #define UART_OMAP_WER 0x17 /* Wake-up enable register */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_omap.c749 serial_out(up, UART_OMAP_WER, priv->wer); in omap_8250_startup()
775 serial_out(up, UART_OMAP_WER, 0); in omap_8250_shutdown()
1647 serial_out(up, UART_OMAP_WER, priv->wer); in omap8250_suspend()
1755 serial_out(up, UART_OMAP_WER, priv->wer); in omap8250_runtime_suspend()
/openbmc/linux/drivers/tty/serial/
H A Domap-serial.c726 serial_out(up, UART_OMAP_WER, up->wer); in serial_omap_startup()
1740 serial_out(up, UART_OMAP_WER, up->wer); in serial_omap_restore_context()