Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.h48 #define APBBASE_DATA_P(port) (&(APBBASE(port)->data)) macro
53 #define UART_GET_CHAR(port) (__raw_readl(APBBASE_DATA_P(port)))
54 #define UART_PUT_CHAR(port, v) (__raw_writel(v, APBBASE_DATA_P(port)))