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),
612 u32 temp;
616 temp = ipu_csi_read(csi, CSI_TST_CTRL);
619 temp &= ~CSI_TEST_GEN_MODE_EN;
620 ipu_csi_write(csi, temp, CSI_TST_CTRL);
625 temp &= ~(CSI_TEST_GEN_R_MASK | CSI_TEST_GEN_G_MASK |
627 temp |= CSI_TEST_GEN_MODE_EN;
628 temp |= (r_value << CSI_TEST_GEN_R_SHIFT) |
631 ipu_csi_write(csi, temp, CSI_TST_CTRL);
643 u32 temp;
655 temp = ipu_csi_read(csi, CSI_MIPI_DI);
656 temp &= ~(0xff << (vc * 8));
657 temp |= (cfg.mipi_dt << (vc * 8));
658 ipu_csi_write(csi, temp, CSI_MIPI_DI);
670 u32 temp;
677 temp = ipu_csi_read(csi, CSI_SKIP);
678 temp &= ~(CSI_MAX_RATIO_SKIP_SMFC_MASK | CSI_ID_2_SKIP_MASK |
680 temp |= (max_ratio << CSI_MAX_RATIO_SKIP_SMFC_SHIFT) |
683 ipu_csi_write(csi, temp, CSI_SKIP);