Searched refs:UNIPERIF_TYPE_IS_TDM (Results 1 – 4 of 4) sorted by relevance
232 if (UNIPERIF_TYPE_IS_TDM(reader)) in uni_reader_prepare()365 if (!UNIPERIF_TYPE_IS_TDM(reader)) in uni_reader_startup()420 if (UNIPERIF_TYPE_IS_TDM(reader)) in uni_reader_init()
705 if (!UNIPERIF_TYPE_IS_TDM(player)) in uni_player_startup()731 if (UNIPERIF_TYPE_IS_TDM(player) || (dir == SND_SOC_CLOCK_IN)) in uni_player_set_sysclk()1070 if (UNIPERIF_TYPE_IS_TDM(player)) in uni_player_init()
132 if (!UNIPERIF_TYPE_IS_TDM(uni)) { in sti_uniperiph_set_tdm_slot()
1231 #define UNIPERIF_TYPE_IS_TDM(p) \ macro