Searched defs:asc_out (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dst-asc.c161 static inline void asc_out(struct uart_port *port, u32 offset, u32 value) function
177 asc_out(port, ASC_INTEN, intenable);
184 asc_out(port, ASC_INTEN, intenable);
190 asc_out(port, ASC_INTEN, intenable);
197 asc_out(port, ASC_INTEN, intenable);
250 asc_out(port, ASC_TXBUF, c);
275 asc_out(port, ASC_TXBUF, c);
471 asc_out(port, ASC_CTL, ctl);
502 asc_out(port, ASC_CTL, (ctrl_val & ~ASC_CTL_RUN));
506 asc_out(por
[all...]

Completed in 14 milliseconds