Searched refs:tcr1 (Results 1 - 6 of 6) 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.h14 u16 tcr1; member in struct:bf5xx_tdm_port
H A Dbf5xx-i2s.c48 u16 tcr1; member in struct:bf5xx_i2s_port
100 bf5xx_i2s.tcr1 |= TFSR | TCKFE;
106 bf5xx_i2s.tcr1 |= TFSR;
178 ret = sport_config_tx(sport_handle, bf5xx_i2s.tcr1,
251 ret = sport_config_tx(sport_handle, bf5xx_i2s.tcr1,
H A Dbf5xx-sport.h81 unsigned int tcr1; member in struct:sport_device
132 unsigned int tcr1, unsigned int tcr2,
H A Dbf5xx-sport.c55 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN))
97 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN))
111 int sport_config_tx(struct sport_device *sport, unsigned int tcr1, argument
114 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN))
117 sport->regs->tcr1 = tcr1;
161 sport->regs->tcr1 |= TSPEN;
169 sport->regs->tcr1 &= ~TSPEN;
940 pr_debug("tcr1:0x%04x, tcr2:0x%04x, tclkdiv:0x%04x, tfsdiv:0x%04x\n"
942 sport->regs->tcr1, spor
[all...]
H A Dbf5xx-tdm.c155 ret = sport_config_tx(sport_handle, bf5xx_tdm.tcr1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfin_sport.h70 __BFP(tcr1);

Completed in 70 milliseconds