Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/rc/
Dserial_ir.c151 static void soutp(int offset, u8 value) in soutp() function
163 soutp(UART_MCR, hardware[type].off); in on()
165 soutp(UART_MCR, hardware[type].on); in on()
171 soutp(UART_MCR, hardware[type].on); in off()
173 soutp(UART_MCR, hardware[type].off); in off()
195 soutp(UART_TX, output); in send_pulse_irdeo()
203 soutp(UART_TX, output); in send_pulse_irdeo()
404 soutp(UART_IER, 0); in hardware_init_port()
409 soutp(UART_IER, 0x0f); in hardware_init_port()
414 soutp(UART_IER, scratch); in hardware_init_port()
[all …]
Dsir_ir.c65 static inline void soutp(int offset, int value) in soutp() function
274 soutp(UART_IER, 0); in init_hardware()
279 soutp(UART_IER, 0x0f); in init_hardware()
284 soutp(UART_IER, scratch); in init_hardware()