Searched refs:CIR_IRSTS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/rc/ |
H A D | nuvoton-cir.c | 298 pr_info(" * IRSTS: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRSTS)); in cir_dump_regs() 809 status = nvt_cir_reg_read(nvt, CIR_IRSTS); in nvt_cir_isr() 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() 865 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_enable_cir() 883 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_disable_cir()
|
H A D | nuvoton-cir.h | 101 #define CIR_IRSTS 0x01 macro
|