Searched defs:UART_PUT_LSR (Results 1 – 1 of 1) sorted by relevance
215 #define UART_PUT_LSR(p, v) bfin_write16(port_membase(p) + OFFSET_LSR, v) macro258 static inline void UART_PUT_LSR(void *p, uint16_t val) in UART_PUT_LSR() function