Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.h49 #define APBBASE_STATUS_P(port) (&(APBBASE(port)->status)) macro
55 #define UART_GET_STATUS(port) (__raw_readl(APBBASE_STATUS_P(port)))
56 #define UART_PUT_STATUS(port, v)(__raw_writel(v, APBBASE_STATUS_P(port)))