Searched refs:comp1 (Results 1 – 4 of 4) sorted by relevance
586 u32 comp1 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp1); in dw_configure_dai() local588 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai()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()608 1 << (COMP1_TX_CHANNELS(comp1) + 1); in dw_configure_dai()613 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai()622 1 << (COMP1_RX_CHANNELS(comp1) + 1); in dw_configure_dai()627 if (COMP1_MODE_EN(comp1)) { in dw_configure_dai()[all …]
4 .. _v4l2-pix-fmt-pisp-comp1-rggb:5 .. _v4l2-pix-fmt-pisp-comp1-grbg:6 .. _v4l2-pix-fmt-pisp-comp1-gbrg:7 .. _v4l2-pix-fmt-pisp-comp1-bggr:8 .. _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()