Searched refs:bf5xx_tdm (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-tdm.c49 static struct bf5xx_tdm_port bf5xx_tdm; variable in typeref:struct:bf5xx_tdm_port
124 bf5xx_tdm.tcr2 &= ~0x1f;
125 bf5xx_tdm.rcr2 &= ~0x1f;
128 bf5xx_tdm.tcr2 |= 31;
129 bf5xx_tdm.rcr2 |= 31;
139 if (!bf5xx_tdm.configured) {
148 ret = sport_config_rx(sport_handle, bf5xx_tdm.rcr1,
149 bf5xx_tdm.rcr2, 0, 0);
155 ret = sport_config_tx(sport_handle, bf5xx_tdm.tcr1,
156 bf5xx_tdm
[all...]

Completed in 45 milliseconds