Lines Matching defs:temp
195 u32 temp;
206 temp = ipu_csi_read(csi, CSI_SENS_CONF);
207 temp &= ~CSI_SENS_CONF_DIVRATIO_MASK;
208 ipu_csi_write(csi, temp | (div_ratio << CSI_SENS_CONF_DIVRATIO_SHIFT),
633 u32 temp;
637 temp = ipu_csi_read(csi, CSI_TST_CTRL);
640 temp &= ~CSI_TEST_GEN_MODE_EN;
641 ipu_csi_write(csi, temp, CSI_TST_CTRL);
646 temp &= ~(CSI_TEST_GEN_R_MASK | CSI_TEST_GEN_G_MASK |
648 temp |= CSI_TEST_GEN_MODE_EN;
649 temp |= (r_value << CSI_TEST_GEN_R_SHIFT) |
652 ipu_csi_write(csi, temp, CSI_TST_CTRL);
664 u32 temp;
676 temp = ipu_csi_read(csi, CSI_MIPI_DI);
677 temp &= ~(0xff << (vc * 8));
678 temp |= (cfg.mipi_dt << (vc * 8));
679 ipu_csi_write(csi, temp, CSI_MIPI_DI);
691 u32 temp;
698 temp = ipu_csi_read(csi, CSI_SKIP);
699 temp &= ~(CSI_MAX_RATIO_SKIP_SMFC_MASK | CSI_ID_2_SKIP_MASK |
701 temp |= (max_ratio << CSI_MAX_RATIO_SKIP_SMFC_SHIFT) |
704 ipu_csi_write(csi, temp, CSI_SKIP);