Searched refs:comp1 (Results 1 – 4 of 4) sorted by relevance
593 comp1 = comp1 & ~BIT(5); in dw_configure_dai()597 comp1 = comp1 & ~BIT(6); in dw_configure_dai()599 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai()601 idx = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai()613 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai()627 if (COMP1_MODE_EN(comp1)) { in dw_configure_dai()663 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai_by_pd()670 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai_by_pd()708 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai_by_dt()709 idx2 = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai_by_dt()[all …]
3 .. _v4l2-pix-fmt-pisp-comp1-rggb:4 .. _v4l2-pix-fmt-pisp-comp1-grbg:5 .. _v4l2-pix-fmt-pisp-comp1-gbrg:6 .. _v4l2-pix-fmt-pisp-comp1-bggr:7 .. _v4l2-pix-fmt-pisp-comp1-mono:
128 static int veml6075_uva_comp(int raw_uva, int comp1, int comp2) in veml6075_uva_comp() argument132 comp1a_c = (comp1 * VEML6075_A_COEF) / 1000U; in veml6075_uva_comp()139 static int veml6075_uvb_comp(int raw_uvb, int comp1, int comp2) in veml6075_uvb_comp() argument143 comp1b_c = (comp1 * VEML6075_C_COEF) / 1000U; in veml6075_uvb_comp()
473 static int is_equal_num(char comp1[], char comp2[], int num) in is_equal_num() argument478 if (comp1[i] != comp2[i]) in is_equal_num()