Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dnuvoton-cir.c298 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 Dnuvoton-cir.h101 #define CIR_IRSTS 0x01 macro