Searched refs:nvt_cir_reg_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/rc/ |
H A D | nuvoton-cir.c | 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() 865 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_enable_cir() 880 nvt_cir_reg_write(nvt, 0, CIR_IREN); in nvt_disable_cir() 883 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_disable_cir() [all …]
|