Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/sound/
H A Dsound-i2s.c77 i2s->bfs = fdtdec_get_int(blob, in get_sound_i2s_values()
79 error |= i2s->bfs; in get_sound_i2s_values()
80 debug("bfs = %d\n", i2s->bfs); in get_sound_i2s_values()
H A Dsamsung-i2s.c83 static void i2s_set_bitclk_framesize(struct i2s_reg *i2s_reg, unsigned bfs) in i2s_set_bitclk_framesize() argument
89 switch (bfs) { in i2s_set_bitclk_framesize()
362 i2s_set_bitclk_framesize(i2s_reg, pi2s_tx->bfs); in i2s_tx_init()
/rk3399_rockchip-uboot/include/
H A Di2s.h82 unsigned int bfs; /* Bit slock frame size */ member