Searched refs:tdm_count (Results 1 – 2 of 2) sorted by relevance
49 int tdm_count, u32 tx_mask, u32 rx_mask, int packed) in sport_set_multichannel() argument52 __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()
130 int sport_set_multichannel(struct sport_device *sport, int tdm_count,