Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dnuvoton-cir.c133 static u8 nvt_cir_reg_read(struct nvt_dev *nvt, u8 offset) in nvt_cir_reg_read() function
301 pr_info(" * CP: 0x%x\n", nvt_cir_reg_read(nvt, CIR_CP)); in cir_dump_regs()
302 pr_info(" * CC: 0x%x\n", nvt_cir_reg_read(nvt, CIR_CC)); in cir_dump_regs()
489 u8 val = nvt_cir_reg_read(nvt, CIR_FIFOCON); in nvt_clear_cir_fifo()
516 val = nvt_cir_reg_read(nvt, CIR_FIFOCON); in nvt_clear_tx_fifo()
599 count = nvt_cir_reg_read(nvt, CIR_FCCL) |
600 nvt_cir_reg_read(nvt, CIR_FCCH) << 8;
755 fifocount = nvt_cir_reg_read(nvt, CIR_RXFCONT); in nvt_get_rx_ir_data()
761 nvt->buf[i] = nvt_cir_reg_read(nvt, CIR_SRXFIFO); in nvt_get_rx_ir_data()
809 status = nvt_cir_reg_read(nvt, CIR_IRSTS); in nvt_cir_isr()
[all …]