Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/8250/
D8250_pci1xxxx.c103 #define UART_WAKE_SRCS \ macro
518 ret = (wakeup_mask & UART_WAKE_SRCS) != UART_WAKE_SRCS; in pci1xxxx_port_suspend()
521 writeb(UART_WAKE_SRCS, port->membase + UART_WAKE_REG); in pci1xxxx_port_suspend()
536 writeb(UART_WAKE_SRCS, port->membase + UART_WAKE_REG); in pci1xxxx_port_resume()
643 writeb(UART_WAKE_SRCS, port->port.membase + UART_WAKE_REG); in pci1xxxx_setup()