Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-i2s.c66 struct bf5xx_i2s_port *bf5xx_i2s = sport_handle->private_data; in bf5xx_i2s_set_dai_fmt() local
72 bf5xx_i2s->tcr1 |= TFSR | TCKFE; in bf5xx_i2s_set_dai_fmt()
73 bf5xx_i2s->rcr1 |= RFSR | RCKFE; in bf5xx_i2s_set_dai_fmt()
74 bf5xx_i2s->tcr2 |= TSFSE; in bf5xx_i2s_set_dai_fmt()
75 bf5xx_i2s->rcr2 |= RSFSE; in bf5xx_i2s_set_dai_fmt()
78 bf5xx_i2s->tcr1 |= TFSR; in bf5xx_i2s_set_dai_fmt()
79 bf5xx_i2s->rcr1 |= RFSR; in bf5xx_i2s_set_dai_fmt()
114 struct bf5xx_i2s_port *bf5xx_i2s = sport_handle->private_data; in bf5xx_i2s_hw_params() local
117 bf5xx_i2s->tcr2 &= ~0x1f; in bf5xx_i2s_hw_params()
118 bf5xx_i2s->rcr2 &= ~0x1f; in bf5xx_i2s_hw_params()
[all …]