Searched refs:tcr1 (Results 1 – 3 of 3) sorted by relevance
/sound/soc/blackfin/ |
D | bf5xx-i2s.c | 48 u16 tcr1; member 72 bf5xx_i2s->tcr1 |= TFSR | TCKFE; in bf5xx_i2s_set_dai_fmt() 78 bf5xx_i2s->tcr1 |= TFSR; in bf5xx_i2s_set_dai_fmt() 159 ret = sport_config_tx(sport_handle, bf5xx_i2s->tcr1, in bf5xx_i2s_hw_params() 269 ret = sport_config_tx(sport_handle, bf5xx_i2s->tcr1, in bf5xx_i2s_resume()
|
D | bf5xx-sport.c | 54 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN)) in sport_set_multichannel() 96 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN)) in sport_config_rx() 110 int sport_config_tx(struct sport_device *sport, unsigned int tcr1, in sport_config_tx() argument 113 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN)) in sport_config_tx() 116 sport->regs->tcr1 = tcr1; in sport_config_tx() 160 sport->regs->tcr1 |= TSPEN; in sport_start() 168 sport->regs->tcr1 &= ~TSPEN; in sport_stop() 1030 sport->regs->tcr1, sport->regs->tcr2, in sport_send_and_recv() 1056 sport->regs->tcr1 |= TSPEN; in sport_send_and_recv() 1083 sport->regs->tcr1 &= ~TSPEN; in sport_send_and_recv()
|
D | bf5xx-sport.h | 84 unsigned int tcr1; member 138 unsigned int tcr1, unsigned int tcr2,
|