Home
last modified time | relevance | path

Searched refs:tcr2 (Results 1 – 5 of 5) sorted by relevance

/sound/soc/blackfin/
Dbf5xx-i2s.c49 u16 tcr2; member
66 bf5xx_i2s->tcr2 |= TSFSE; in bf5xx_i2s_set_dai_fmt()
107 bf5xx_i2s->tcr2 &= ~0x1f; in bf5xx_i2s_hw_params()
111 bf5xx_i2s->tcr2 |= 7; in bf5xx_i2s_hw_params()
115 bf5xx_i2s->tcr2 |= 15; in bf5xx_i2s_hw_params()
120 bf5xx_i2s->tcr2 |= 23; in bf5xx_i2s_hw_params()
125 bf5xx_i2s->tcr2 |= 31; in bf5xx_i2s_hw_params()
149 bf5xx_i2s->tcr2, 0, 0); in bf5xx_i2s_hw_params()
201 bf5xx_i2s->tcr2, 0, 0); in bf5xx_i2s_resume()
Dbf5xx-tdm.c89 bf5xx_tdm->tcr2 &= ~0x1f; in bf5xx_tdm_hw_params()
93 bf5xx_tdm->tcr2 |= 31; in bf5xx_tdm_hw_params()
121 bf5xx_tdm->tcr2, 0, 0); in bf5xx_tdm_hw_params()
Dbf5xx-sport.h85 unsigned int tcr2; member
138 unsigned int tcr1, unsigned int tcr2,
Dbf5xx-tdm.h16 u16 tcr2; member
Dbf5xx-sport.c111 unsigned int tcr2, unsigned int clkdiv, unsigned int fsdiv) in sport_config_tx() argument
117 sport->regs->tcr2 = tcr2; in sport_config_tx()
1022 sport->regs->tcr1, sport->regs->tcr2, in sport_send_and_recv()