Home
last modified time | relevance | path

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

/openbmc/linux/fs/bfs/
H A DMakefile6 obj-$(CONFIG_BFS_FS) += bfs.o
8 bfs-objs := inode.o file.o dir.o
H A DKconfig15 <file:Documentation/filesystems/bfs.rst>.
20 bfs. Note that the file system of your root partition (the one
/openbmc/linux/sound/soc/samsung/
H A Di2s.c69 unsigned rfs, bfs; member
314 u32 bfs; in get_bfs() local
319 switch (bfs) { in get_bfs()
348 switch (bfs) { in set_bfs()
869 i2s->bfs = 0; in i2s_shutdown()
885 bfs = i2s->bfs; in config_setup()
888 bfs = other->bfs; in config_setup()
891 if (!bfs) in config_setup()
906 if (bfs == 16 || bfs == 32) in config_setup()
1003 || (other && other->bfs && (other->bfs != div))) { in i2s_set_clkdiv()
[all …]
H A Dsnow.c35 int bfs, psr, rfs, bitwidth; in snow_card_hw_params() local
51 bfs = 2 * bitwidth; in snow_card_hw_params()
62 rfs = 8 * bfs; in snow_card_hw_params()
70 rfs = 16 * bfs; in snow_card_hw_params()
H A Dtm2_wm5110.c213 unsigned int bfs; in tm2_hdmi_hw_params() local
224 bfs = 64; in tm2_hdmi_hw_params()
227 bfs = 32; in tm2_hdmi_hw_params()
250 ret = snd_soc_dai_set_clkdiv(cpu_dai, SAMSUNG_I2S_DIV_BCLK, bfs); in tm2_hdmi_hw_params()
/openbmc/u-boot/drivers/sound/
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()
423 if (dev_read_u32u(dev, "samsung,i2s-bit-clk-framesize", &priv->bfs)) in samsung_i2s_ofdata_to_platdata()
425 debug("bfs = %d\n", priv->bfs); in samsung_i2s_ofdata_to_platdata()
H A Dbroadwell_i2s.c93 scale = uc_priv->audio_pll_clk / uc_priv->samplingrate / uc_priv->bfs; in init_sscr0()
259 uc_priv->bfs = 32; in broadwell_i2s_probe()
H A Drockchip_i2s.c129 priv->bfs = 32; in rockchip_i2s_probe()
H A Dsandbox.c125 uc_priv->bfs = 32; in sandbox_i2s_probe()
/openbmc/u-boot/include/
H A Di2s.h81 unsigned int bfs; /* Bit clock frame size */ member
/openbmc/linux/Documentation/filesystems/
H A Dbfs.rst18 # mount -t bfs /dev/loop0 /mnt/stand
28 # mount -t bfs -o loop stand.img /mnt/stand
H A Dbefs.rst31 <http://hp.vector.co.jp/authors/VA008030/bfs/>
47 But Unixware Boot Filesystem is called bfs, too. And they are already in
H A Dindex.rst73 bfs
/openbmc/linux/fs/
H A DMakefile79 obj-$(CONFIG_BFS_FS) += bfs/
H A DKconfig315 source "fs/bfs/Kconfig"
/openbmc/openbmc/poky/meta/recipes-core/util-linux/
H A Dutil-linux_2.39.3.bb73 --disable-bfs --disable-login \
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt1783 bfs: 4096
1785 bfs.h: 1424
1786 bfs.txt: 2118
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt231 /sbin/mkfs.bfs -> $(SEC_CRIT) ;
/openbmc/linux/lib/
H A DKconfig.debug1492 … Try increasing this value if you hit "lockdep bfs error:-1" warning due to __cq_enqueue() failure.
/openbmc/linux/
H A DMAINTAINERS3538 F: Documentation/filesystems/bfs.rst
3539 F: fs/bfs/