Searched refs:CIR_IRSTS (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/rc/ |
D | nuvoton-cir.c | 305 pr_info(" * IRSTS: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRSTS)); in cir_dump_regs() 842 status = nvt_cir_reg_read(nvt, CIR_IRSTS); in nvt_cir_isr() 864 nvt_cir_reg_write(nvt, status, CIR_IRSTS); in nvt_cir_isr() 865 nvt_cir_reg_write(nvt, 0, CIR_IRSTS); in nvt_cir_isr() 898 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_enable_cir() 916 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_disable_cir()
|
D | nuvoton-cir.h | 110 #define CIR_IRSTS 0x01 macro
|