Searched defs:UART_GET_LSR (Results 1 – 2 of 2) sorted by relevance
315 #define UART_GET_LSR(p) UART_GET_STAT(p) macro360 #define UART_GET_LSR(p) bfin_read16(port_membase(p) + OFFSET_LSR) macro403 static inline unsigned int UART_GET_LSR(void *p) in UART_GET_LSR() function
52 #define UART_GET_LSR(p) __raw_readl((p)->membase + KS8695_URLS) macro