Home
last modified time | relevance | path

Searched refs:tdm_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-sport.c49 int tdm_count, u32 tx_mask, u32 rx_mask, int packed) in sport_set_multichannel() argument
52 __func__, tdm_count, tx_mask, rx_mask, packed); in sport_set_multichannel()
57 if (tdm_count & 0x7) in sport_set_multichannel()
60 if (tdm_count > 32) in sport_set_multichannel()
63 if (tdm_count) { in sport_set_multichannel()
64 sport->regs->mcmc1 = ((tdm_count>>3)-1) << 12; in sport_set_multichannel()
Dbf5xx-sport.h130 int sport_set_multichannel(struct sport_device *sport, int tdm_count,