Searched refs:nvt_cir_reg_write (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/rc/ |
H A D | nuvoton-cir.c | 127 static inline void nvt_cir_reg_write(struct nvt_dev *nvt, u8 val, u8 offset) in nvt_cir_reg_write() function 490 nvt_cir_reg_write(nvt, val | CIR_FIFOCON_RXFIFOCLR, CIR_FIFOCON); in nvt_clear_cir_fifo() 517 nvt_cir_reg_write(nvt, val | CIR_FIFOCON_TXFIFOCLR, CIR_FIFOCON); in nvt_clear_tx_fifo() 526 nvt_cir_reg_write(nvt, iren, CIR_IREN); in nvt_set_cir_iren() 534 nvt_cir_reg_write(nvt, CIR_RX_LIMIT_COUNT >> 8, CIR_SLCH); in nvt_cir_regs_init() 535 nvt_cir_reg_write(nvt, CIR_RX_LIMIT_COUNT & 0xff, CIR_SLCL); in nvt_cir_regs_init() 538 nvt_cir_reg_write(nvt, CIR_FIFOCON_TX_TRIGGER_LEV | in nvt_cir_regs_init() 831 nvt_cir_reg_write(nvt, status, CIR_IRSTS); in nvt_cir_isr() 832 nvt_cir_reg_write(nvt, 0, CIR_IRSTS); in nvt_cir_isr() 860 nvt_cir_reg_write(nvt, CIR_IRCON_TXEN | CIR_IRCON_RXEN | in nvt_enable_cir() [all …]
|