Searched refs:serial_outp (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ |
D | elsa_ser.c | 87 static inline void serial_outp(struct IsdnCardState *cs, int offset, in serial_outp() function 128 serial_outp(cs, UART_FCR, fcr); in change_speed() 132 serial_outp(cs, UART_IER, cs->hw.elsa.IER); in change_speed() 135 serial_outp(cs, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in change_speed() 136 serial_outp(cs, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed() 137 serial_outp(cs, UART_DLM, quot >> 8); /* MS of divisor */ in change_speed() 138 serial_outp(cs, UART_LCR, cval); /* reset DLAB */ in change_speed() 150 serial_outp(cs, UART_FCR, (UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT)); in mstartup() 172 serial_outp(cs, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */ in mstartup() 176 serial_outp(cs, UART_MCR, cs->hw.elsa.MCR); in mstartup() [all …]
|
D | elsa.c | 347 serial_outp(cs, UART_MCR, val); in elsa_interrupt() 350 serial_outp(cs, UART_MCR, val); in elsa_interrupt()
|