Searched refs:soutp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_sir.c | 171 static inline void soutp(int offset, int value) in soutp() function 551 soutp(UART_FCR, in init_hardware() 557 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware() 560 soutp(UART_IER, sinp(UART_IER) & in init_hardware() 564 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_hardware() 567 soutp(UART_DLM, 0); in init_hardware() 568 soutp(UART_DLL, 12); in init_hardware() 571 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware() 574 soutp(UART_MCR, UART_MCR_RTS|UART_MCR_DTR|UART_MCR_OUT2); in init_hardware() 578 soutp(UART_MCR, UART_MCR_RTS|UART_MCR_OUT2); in init_hardware() [all …]
|
D | lirc_serial.c | 269 static void soutp(int offset, u8 value) in soutp() function 281 soutp(UART_MCR, hardware[type].off); in on() 283 soutp(UART_MCR, hardware[type].on); in on() 289 soutp(UART_MCR, hardware[type].on); in off() 291 soutp(UART_MCR, hardware[type].off); in off() 399 soutp(UART_TX, output); in send_pulse_irdeo() 407 soutp(UART_TX, output); in send_pulse_irdeo() 654 soutp(UART_IER, 0); in hardware_init_port() 659 soutp(UART_IER, 0x0f); in hardware_init_port() 664 soutp(UART_IER, scratch); in hardware_init_port() [all …]
|