Lines Matching refs:nvt_cir_reg_read

102 static u8 nvt_cir_reg_read(struct nvt_dev *nvt, u8 offset)
146 pr_info(" * IRCON: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRCON));
147 pr_info(" * IRSTS: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRSTS));
148 pr_info(" * IREN: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IREN));
149 pr_info(" * RXFCONT: 0x%x\n", nvt_cir_reg_read(nvt, CIR_RXFCONT));
150 pr_info(" * CP: 0x%x\n", nvt_cir_reg_read(nvt, CIR_CP));
151 pr_info(" * CC: 0x%x\n", nvt_cir_reg_read(nvt, CIR_CC));
152 pr_info(" * SLCH: 0x%x\n", nvt_cir_reg_read(nvt, CIR_SLCH));
153 pr_info(" * SLCL: 0x%x\n", nvt_cir_reg_read(nvt, CIR_SLCL));
154 pr_info(" * FIFOCON: 0x%x\n", nvt_cir_reg_read(nvt, CIR_FIFOCON));
155 pr_info(" * IRFIFOSTS: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRFIFOSTS));
156 pr_info(" * SRXFIFO: 0x%x\n", nvt_cir_reg_read(nvt, CIR_SRXFIFO));
157 pr_info(" * TXFCONT: 0x%x\n", nvt_cir_reg_read(nvt, CIR_TXFCONT));
158 pr_info(" * STXFIFO: 0x%x\n", nvt_cir_reg_read(nvt, CIR_STXFIFO));
159 pr_info(" * FCCH: 0x%x\n", nvt_cir_reg_read(nvt, CIR_FCCH));
160 pr_info(" * FCCL: 0x%x\n", nvt_cir_reg_read(nvt, CIR_FCCL));
161 pr_info(" * IRFSM: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRFSM));
353 val = nvt_cir_reg_read(nvt, CIR_FIFOCON);
372 val = nvt_cir_reg_read(nvt, CIR_FIFOCON);
477 count = nvt_cir_reg_read(nvt, CIR_FCCL) |
478 nvt_cir_reg_read(nvt, CIR_FCCH) << 8;
524 nvt_cir_reg_read(nvt, CIR_CP), nvt_cir_reg_read(nvt, CIR_CC));
565 iren = nvt_cir_reg_read(nvt, CIR_IREN);
681 fifocount = nvt_cir_reg_read(nvt, CIR_RXFCONT);
705 val = nvt_cir_reg_read(nvt, CIR_SRXFIFO);
778 status = nvt_cir_reg_read(nvt, CIR_IRSTS);
790 iren = nvt_cir_reg_read(nvt, CIR_IREN);
838 tmp = nvt_cir_reg_read(nvt, CIR_IREN);