Lines Matching refs:cowork_source_sel

1737 	int cowork_source_sel;  in mt8188_etdm_sync_mode_slv()  local
1743 cowork_source_sel = etdm_cowork_slv_sel(etdm_data->cowork_source_id, in mt8188_etdm_sync_mode_slv()
1745 if (cowork_source_sel < 0) in mt8188_etdm_sync_mode_slv()
1746 return cowork_source_sel; in mt8188_etdm_sync_mode_slv()
1752 val = FIELD_PREP(ETDM_IN1_SLAVE_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_slv()
1757 val = FIELD_PREP(ETDM_IN2_SLAVE_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_slv()
1762 val = FIELD_PREP(ETDM_OUT1_SLAVE_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_slv()
1767 val = FIELD_PREP(ETDM_OUT2_SLAVE_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_slv()
1772 val = FIELD_PREP(ETDM_OUT3_SLAVE_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_slv()
1791 int cowork_source_sel; in mt8188_etdm_sync_mode_mst() local
1798 cowork_source_sel = etdm_cowork_sync_sel(etdm_data->cowork_source_id); in mt8188_etdm_sync_mode_mst()
1799 if (cowork_source_sel < 0) in mt8188_etdm_sync_mode_mst()
1800 return cowork_source_sel; in mt8188_etdm_sync_mode_mst()
1806 val = FIELD_PREP(ETDM_IN1_SYNC_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_mst()
1811 val = FIELD_PREP(ETDM_IN2_SYNC_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_mst()
1816 val = FIELD_PREP(ETDM_OUT1_SYNC_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_mst()
1821 val = FIELD_PREP(ETDM_OUT2_SYNC_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_mst()
1826 val = FIELD_PREP(ETDM_OUT3_SYNC_SEL_MASK, cowork_source_sel); in mt8188_etdm_sync_mode_mst()