Searched refs:rfs (Results 1 – 16 of 16) sorted by relevance
| /u-boot/drivers/sound/ |
| A D | samsung-i2s.c | 31 static void i2s_set_lr_framesize(struct i2s_reg *i2s_reg, unsigned int rfs) in i2s_set_lr_framesize() argument 37 switch (rfs) { in i2s_set_lr_framesize() 308 ret = set_epll_clk(pi2s_tx->samplingrate * pi2s_tx->rfs * 4); in i2s_tx_init() 343 (pi2s_tx->samplingrate * (pi2s_tx->rfs)), in i2s_tx_init() 356 i2s_set_lr_framesize(i2s_reg, pi2s_tx->rfs); in i2s_tx_init() 421 if (dev_read_u32u(dev, "samsung,i2s-lr-clk-framesize", &priv->rfs)) in samsung_i2s_of_to_plat() 423 debug("rfs = %d\n", priv->rfs); in samsung_i2s_of_to_plat()
|
| A D | rockchip_i2s.c | 55 u32 lrf = priv->rfs; in rockchip_i2s_init() 130 priv->rfs = 256; in rockchip_i2s_probe()
|
| A D | broadwell_sound.c | 32 i2c_priv->samplingrate * i2c_priv->rfs, in broadwell_sound_setup()
|
| A D | tegra_sound.c | 29 i2c_priv->samplingrate * i2c_priv->rfs, in tegra_sound_setup()
|
| A D | samsung_sound.c | 26 i2c_priv->samplingrate * i2c_priv->rfs, in samsung_sound_setup()
|
| A D | tegra_i2s.c | 103 priv->rfs = 256; in tegra_i2s_probe()
|
| A D | rockchip_sound.c | 30 i2c_priv->samplingrate * i2c_priv->rfs, in rockchip_sound_setup()
|
| A D | sandbox.c | 133 uc_priv->rfs = 256; in sandbox_i2s_probe()
|
| A D | broadwell_i2s.c | 260 uc_priv->rfs = 64; in broadwell_i2s_probe()
|
| /u-boot/include/ |
| A D | i2s.h | 80 unsigned int rfs; /* LR clock frame size */ member
|
| /u-boot/configs/ |
| A D | r8a77970_eagle_defconfig | 17 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
| A D | r8a77980_condor_defconfig | 17 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
| A D | r8a77990_ebisu_defconfig | 16 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
| A D | r8a77995_draak_defconfig | 16 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
| A D | rcar3_ulcb_defconfig | 16 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
| A D | rcar3_salvator-x_defconfig | 15 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
Completed in 10 milliseconds