Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/8250/
D8250_pci1xxxx.c77 #define UART_WAKE_SRCS \ macro
233 ret = (wakeup_mask & UART_WAKE_SRCS) != UART_WAKE_SRCS; in pci1xxxx_port_suspend()
236 writeb(UART_WAKE_SRCS, port->membase + UART_WAKE_REG); in pci1xxxx_port_suspend()
251 writeb(UART_WAKE_SRCS, port->membase + UART_WAKE_REG); in pci1xxxx_port_resume()
343 writeb(UART_WAKE_SRCS, port->port.membase + UART_WAKE_REG); in pci1xxxx_setup()