Searched refs:APBBASE_CTRL_P (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dapbuart.h49 #define APBBASE_CTRL_P(port) (&(APBBASE(port)->ctrl)) macro
56 #define UART_GET_CTRL(port) (__raw_readl(APBBASE_CTRL_P(port)))
57 #define UART_PUT_CTRL(port, v) (__raw_writel(v, APBBASE_CTRL_P(port)))

Completed in 82 milliseconds