Searched defs:UART_CLEAR_IER (Results 1 – 1 of 1) sorted by relevance
206 #define UART_CLEAR_IER(p, v) bfin_write16(port_membase(p) + OFFSET_IER_CLEAR, v) macro228 #define UART_CLEAR_IER(p, v) UART_PUT_IER(p, UART_GET_IER(p) & ~(v)) macro