Searched refs:synco (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/stm/ |
H A D | stm32_sai.c | 84 static int stm32_sai_sync_conf_provider(struct stm32_sai_data *sai, int synco) in stm32_sai_sync_conf_provider() argument 96 synco == STM_SAI_SYNC_OUT_A ? "A" : "B"); in stm32_sai_sync_conf_provider() 99 if (prev_synco != STM_SAI_SYNC_OUT_NONE && synco != prev_synco) { in stm32_sai_sync_conf_provider() 107 writel_relaxed(FIELD_PREP(SAI_GCR_SYNCOUT_MASK, synco), sai->base); in stm32_sai_sync_conf_provider() 116 int synco, int synci) in stm32_sai_set_sync() 143 ret = stm32_sai_sync_conf_provider(sai_provider, synco); in stm32_sai_set_sync() 114 stm32_sai_set_sync(struct stm32_sai_data *sai_client, struct device_node *np_provider, int synco, int synci) stm32_sai_set_sync() argument
|
H A D | stm32_sai_sub.c | 87 * @synco: SAI block ext sync source (provider setting). (none, sub-block A/B) 119 int synco; member 1215 sai->synco, sai->synci); in stm32_sai_dai_probe() 1457 sai->synco = STM_SAI_SYNC_OUT_A; in stm32_sai_sub_parse_of() 1461 sai->synco = STM_SAI_SYNC_OUT_B; in stm32_sai_sub_parse_of() 1463 if (!sai->synco) { in stm32_sai_sub_parse_of()
|
H A D | stm32_sai.h | 300 struct device_node *np_provider, int synco, int synci);
|
/kernel/linux/linux-6.6/sound/soc/stm/ |
H A D | stm32_sai.c | 84 static int stm32_sai_sync_conf_provider(struct stm32_sai_data *sai, int synco) in stm32_sai_sync_conf_provider() argument 96 synco == STM_SAI_SYNC_OUT_A ? "A" : "B"); in stm32_sai_sync_conf_provider() 99 if (prev_synco != STM_SAI_SYNC_OUT_NONE && synco != prev_synco) { in stm32_sai_sync_conf_provider() 107 writel_relaxed(FIELD_PREP(SAI_GCR_SYNCOUT_MASK, synco), sai->base); in stm32_sai_sync_conf_provider() 116 int synco, int synci) in stm32_sai_set_sync() 143 ret = stm32_sai_sync_conf_provider(sai_provider, synco); in stm32_sai_set_sync() 114 stm32_sai_set_sync(struct stm32_sai_data *sai_client, struct device_node *np_provider, int synco, int synci) stm32_sai_set_sync() argument
|
H A D | stm32_sai_sub.c | 85 * @synco: SAI block ext sync source (provider setting). (none, sub-block A/B) 117 int synco; member 1213 sai->synco, sai->synci); in stm32_sai_dai_probe() 1462 sai->synco = STM_SAI_SYNC_OUT_A; in stm32_sai_sub_parse_of() 1466 sai->synco = STM_SAI_SYNC_OUT_B; in stm32_sai_sub_parse_of() 1468 if (!sai->synco) { in stm32_sai_sub_parse_of()
|
H A D | stm32_sai.h | 300 struct device_node *np_provider, int synco, int synci);
|
/kernel/linux/linux-5.10/arch/sh/boot/compressed/ |
H A D | head_64.S | 107 synco 117 synco 148 synco
|
/kernel/linux/linux-6.6/arch/sh/boot/compressed/ |
H A D | head_64.S | 107 synco 117 synco 148 synco
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | head_32.S | 18 #define SYNCO() synco
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | head_32.S | 18 #define SYNCO() synco
|
Completed in 9 milliseconds