Searched refs:comp1 (Results 1 – 4 of 4) sorted by relevance
587 u32 comp1 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp1); in dw_configure_dai() local589 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai()594 comp1 = comp1 & ~BIT(5); in dw_configure_dai()598 comp1 = comp1 & ~BIT(6); in dw_configure_dai()600 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai()602 idx = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai()609 1 << (COMP1_TX_CHANNELS(comp1) + 1); in dw_configure_dai()614 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai()623 1 << (COMP1_RX_CHANNELS(comp1) + 1); in dw_configure_dai()628 if (COMP1_MODE_EN(comp1)) { in dw_configure_dai()[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()