Searched refs:bfs (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/sound/soc/samsung/ |
D | i2s.c | 69 unsigned rfs, bfs; member 314 u32 bfs; in get_bfs() local 316 bfs = readl(priv->addr + I2SMOD) >> priv->variant_regs->bfs_off; in get_bfs() 317 bfs &= priv->variant_regs->bfs_mask; in get_bfs() 319 switch (bfs) { in get_bfs() 333 static inline void set_bfs(struct i2s_dai *i2s, unsigned bfs) in set_bfs() argument 341 if (!tdm && bfs > 48) { in set_bfs() 348 switch (bfs) { in set_bfs() 869 i2s->bfs = 0; in i2s_shutdown() 880 unsigned rfs, bfs, blc; in config_setup() local [all …]
|
D | snow.c | 35 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()
|
D | tm2_wm5110.c | 213 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()
|
/Linux-v6.6/fs/bfs/ |
D | Makefile | 6 obj-$(CONFIG_BFS_FS) += bfs.o 8 bfs-objs := inode.o file.o dir.o
|
D | Kconfig | 15 <file:Documentation/filesystems/bfs.rst>. 20 bfs. Note that the file system of your root partition (the one
|
/Linux-v6.6/Documentation/filesystems/ |
D | bfs.rst | 18 # mount -t bfs /dev/loop0 /mnt/stand 28 # mount -t bfs -o loop stand.img /mnt/stand
|
D | befs.rst | 31 <http://hp.vector.co.jp/authors/VA008030/bfs/> 47 But Unixware Boot Filesystem is called bfs, too. And they are already in
|
D | index.rst | 73 bfs
|
/Linux-v6.6/fs/ |
D | Makefile | 79 obj-$(CONFIG_BFS_FS) += bfs/
|
D | Kconfig | 315 source "fs/bfs/Kconfig"
|
/Linux-v6.6/lib/ |
D | Kconfig.debug | 1491 … Try increasing this value if you hit "lockdep bfs error:-1" warning due to __cq_enqueue() failure.
|
/Linux-v6.6/ |
D | MAINTAINERS | 3518 F: Documentation/filesystems/bfs.rst 3519 F: fs/bfs/
|