Lines Matching defs:bfs
65 unsigned rfs, bfs;
306 u32 bfs;
308 bfs = readl(priv->addr + I2SMOD) >> priv->variant_regs->bfs_off;
309 bfs &= priv->variant_regs->bfs_mask;
311 switch (bfs) {
325 static inline void set_bfs(struct i2s_dai *i2s, unsigned bfs)
333 if (!tdm && bfs > 48) {
340 switch (bfs) {
861 i2s->bfs = 0;
872 unsigned rfs, bfs, blc;
877 bfs = i2s->bfs;
879 if (!bfs && other)
880 bfs = other->bfs;
883 if (!bfs)
884 bfs = blc * 2;
898 if (bfs == 16 || bfs == 32)
905 if (any_active(i2s) && (get_rfs(i2s) != rfs || get_bfs(i2s) != bfs)) {
911 set_bfs(i2s, bfs);
923 priv->rclk_srcrate, psr, rfs, bfs);
988 || (other && other->bfs && (other->bfs != div))) {
994 i2s->bfs = div;
1067 i2s->bfs = 0;