Searched refs:synco (Results 1 - 5 of 5) sorted by path

/linux-master/arch/sh/boot/compressed/
H A Dhead_64.S107 synco
117 synco
148 synco
/linux-master/sound/soc/stm/
H A Dstm32_sai.h300 struct device_node *np_provider, int synco, int synci);
H A Dstm32_sai.c84 static int stm32_sai_sync_conf_provider(struct stm32_sai_data *sai, int synco) argument
96 synco == STM_SAI_SYNC_OUT_A ? "A" : "B");
99 if (prev_synco != STM_SAI_SYNC_OUT_NONE && synco != prev_synco) {
107 writel_relaxed(FIELD_PREP(SAI_GCR_SYNCOUT_MASK, synco), sai->base);
116 int synco, int synci)
143 ret = stm32_sai_sync_conf_provider(sai_provider, synco);
114 stm32_sai_set_sync(struct stm32_sai_data *sai_client, struct device_node *np_provider, int synco, int synci) argument
H A Dstm32_sai_sub.c85 * @synco: SAI block ext sync source (provider setting). (none, sub-block A/B)
117 int synco; member in struct:stm32_sai_sub_data
1213 sai->synco, sai->synci);
1462 sai->synco = STM_SAI_SYNC_OUT_A;
1466 sai->synco = STM_SAI_SYNC_OUT_B;
1468 if (!sai->synco) {
/linux-master/arch/sh/kernel/
H A Dhead_32.S18 #define SYNCO() synco

Completed in 196 milliseconds