Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/rc/
Dnuvoton-cir.c134 static inline void nvt_cir_reg_write(struct nvt_dev *nvt, u8 val, u8 offset) in nvt_cir_reg_write() function
497 nvt_cir_reg_write(nvt, val | CIR_FIFOCON_RXFIFOCLR, CIR_FIFOCON); in nvt_clear_cir_fifo()
524 nvt_cir_reg_write(nvt, val | CIR_FIFOCON_TXFIFOCLR, CIR_FIFOCON); in nvt_clear_tx_fifo()
533 nvt_cir_reg_write(nvt, iren, CIR_IREN); in nvt_set_cir_iren()
541 nvt_cir_reg_write(nvt, CIR_RX_LIMIT_COUNT >> 8, CIR_SLCH); in nvt_cir_regs_init()
542 nvt_cir_reg_write(nvt, CIR_RX_LIMIT_COUNT & 0xff, CIR_SLCL); in nvt_cir_regs_init()
545 nvt_cir_reg_write(nvt, CIR_FIFOCON_TX_TRIGGER_LEV | in nvt_cir_regs_init()
649 nvt_cir_reg_write(nvt, 1, CIR_CP); in nvt_set_tx_carrier()
651 nvt_cir_reg_write(nvt, val & 0xff, CIR_CC); in nvt_set_tx_carrier()
864 nvt_cir_reg_write(nvt, status, CIR_IRSTS); in nvt_cir_isr()
[all …]