Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/rc/
Dserial_ir.c159 static void soutp(int offset, u8 value) in soutp() function
171 soutp(UART_MCR, hardware[type].off); in on()
173 soutp(UART_MCR, hardware[type].on); in on()
179 soutp(UART_MCR, hardware[type].on); in off()
181 soutp(UART_MCR, hardware[type].off); in off()
203 soutp(UART_TX, output); in send_pulse_irdeo()
211 soutp(UART_TX, output); in send_pulse_irdeo()
412 soutp(UART_IER, 0); in hardware_init_port()
417 soutp(UART_IER, 0x0f); in hardware_init_port()
422 soutp(UART_IER, scratch); in hardware_init_port()
[all …]
Dsir_ir.c69 static inline void soutp(int offset, int value) in soutp() function
278 soutp(UART_IER, 0); in init_hardware()
283 soutp(UART_IER, 0x0f); in init_hardware()
288 soutp(UART_IER, scratch); in init_hardware()