Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/rc/
Dnuvoton-cir.c147 pr_info(" * IRSTS: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRSTS)); in cir_dump_regs()
409 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_cir_regs_init()
778 status = nvt_cir_reg_read(nvt, CIR_IRSTS); in nvt_cir_isr()
781 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_cir_isr()
786 nvt_cir_reg_write(nvt, status, CIR_IRSTS); in nvt_cir_isr()
787 nvt_cir_reg_write(nvt, 0, CIR_IRSTS); in nvt_cir_isr()
918 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_enable_cir()
930 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS); in nvt_disable_cir()
Dnuvoton-cir.h152 #define CIR_IRSTS 0x01 macro