Searched refs:comp1 (Results 1 – 3 of 3) sorted by relevance
583 u32 comp1 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp1); in dw_configure_dai() 585 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai() 590 comp1 = comp1 & ~BIT(5); in dw_configure_dai() 594 comp1 = comp1 & ~BIT(6); in dw_configure_dai() 596 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai() 598 idx = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai() 605 1 << (COMP1_TX_CHANNELS(comp1) + 1); in dw_configure_dai() 610 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai() 586 u32 comp1 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp1); dw_configure_dai() local 644 u32 comp1 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp1); dw_configure_dai_by_pd() local 698 u32 comp1 = i2s_read_reg(dev->i2s_base, I2S_COMP_PARAM_1); dw_configure_dai_by_dt() local [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:
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()