Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/rc/
Dnuvoton-cir.c188 nvt_cir_wake_reg_read(nvt, CIR_WAKE_IRSTS)); in cir_wake_dump_regs()
446 nvt_cir_wake_reg_write(nvt, 0xff, CIR_WAKE_IRSTS); in nvt_cir_wake_regs_init()
466 nvt_cir_wake_reg_write(nvt, 0xff, CIR_WAKE_IRSTS); in nvt_enable_wake()
868 status = nvt_cir_wake_reg_read(nvt, CIR_WAKE_IRSTS); in nvt_cir_wake_isr()
875 nvt_cir_wake_reg_write(nvt, status, CIR_WAKE_IRSTS); in nvt_cir_wake_isr()
876 nvt_cir_wake_reg_write(nvt, 0, CIR_WAKE_IRSTS); in nvt_cir_wake_isr()
Dnuvoton-cir.h241 #define CIR_WAKE_IRSTS 0x01 macro