Lines Matching refs:comp1
491 u32 comp1 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp1); in dw_configure_dai() local
493 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai()
498 comp1 = comp1 & ~BIT(5); in dw_configure_dai()
502 comp1 = comp1 & ~BIT(6); in dw_configure_dai()
504 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai()
506 idx = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai()
513 1 << (COMP1_TX_CHANNELS(comp1) + 1); in dw_configure_dai()
518 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai()
527 1 << (COMP1_RX_CHANNELS(comp1) + 1); in dw_configure_dai()
532 if (COMP1_MODE_EN(comp1)) { in dw_configure_dai()
549 u32 comp1 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp1); in dw_configure_dai_by_pd() local
550 u32 idx = COMP1_APB_DATA_WIDTH(comp1); in dw_configure_dai_by_pd()
581 u32 comp1 = i2s_read_reg(dev->i2s_base, I2S_COMP_PARAM_1); in dw_configure_dai_by_dt() local
583 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai_by_dt()
584 u32 idx = COMP1_APB_DATA_WIDTH(comp1); in dw_configure_dai_by_dt()
595 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai_by_dt()
596 idx2 = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai_by_dt()
605 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai_by_dt()