Home
last modified time | relevance | path

Searched refs:soutp (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_sir.c171 static inline void soutp(int offset, int value) in soutp() function
566 soutp(UART_FCR, in init_hardware()
572 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware()
575 soutp(UART_IER, sinp(UART_IER) & in init_hardware()
579 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_hardware()
582 soutp(UART_DLM, 0); in init_hardware()
583 soutp(UART_DLL, 12); in init_hardware()
586 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware()
589 soutp(UART_MCR, UART_MCR_RTS|UART_MCR_DTR|UART_MCR_OUT2); in init_hardware()
593 soutp(UART_MCR, UART_MCR_RTS|UART_MCR_OUT2); in init_hardware()
[all …]
Dlirc_serial.c277 static void soutp(int offset, u8 value) in soutp() function
289 soutp(UART_MCR, hardware[type].off); in on()
291 soutp(UART_MCR, hardware[type].on); in on()
297 soutp(UART_MCR, hardware[type].on); in off()
299 soutp(UART_MCR, hardware[type].off); in off()
413 soutp(UART_TX, output); in send_pulse_irdeo()
421 soutp(UART_TX, output); in send_pulse_irdeo()
718 soutp(UART_IER, 0); in hardware_init_port()
723 soutp(UART_IER, 0x0f); in hardware_init_port()
728 soutp(UART_IER, scratch); in hardware_init_port()
[all …]