Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/samsung/
Di2s.c70 unsigned rfs, bfs; member
284 u32 bfs; in get_bfs() local
285 bfs = readl(i2s->addr + I2SMOD) >> i2s->variant_regs->bfs_off; in get_bfs()
286 bfs &= i2s->variant_regs->bfs_mask; in get_bfs()
288 switch (bfs) { in get_bfs()
302 static inline void set_bfs(struct i2s_dai *i2s, unsigned bfs) in set_bfs() argument
309 if (!tdm && bfs > 48) { in set_bfs()
316 switch (bfs) { in set_bfs()
832 i2s->bfs = 0; in i2s_shutdown()
842 unsigned rfs, bfs, blc; in config_setup() local
[all …]
Dsnow.c39 int bfs, psr, rfs, bitwidth; in snow_card_hw_params() local
55 bfs = 2 * bitwidth; in snow_card_hw_params()
66 rfs = 8 * bfs; in snow_card_hw_params()
74 rfs = 16 * bfs; in snow_card_hw_params()
Dtm2_wm5110.c218 unsigned int bfs; in tm2_hdmi_hw_params() local
229 bfs = 64; in tm2_hdmi_hw_params()
232 bfs = 32; in tm2_hdmi_hw_params()
255 ret = snd_soc_dai_set_clkdiv(cpu_dai, SAMSUNG_I2S_DIV_BCLK, bfs); in tm2_hdmi_hw_params()
/Linux-v4.19/fs/bfs/
DMakefile5 obj-$(CONFIG_BFS_FS) += bfs.o
7 bfs-objs := inode.o file.o dir.o
DKconfig13 <file:Documentation/filesystems/bfs.txt>.
18 bfs. Note that the file system of your root partition (the one
/Linux-v4.19/arch/unicore32/lib/
Dstrncpy_from_user.S29 bfs 2f
/Linux-v4.19/Documentation/filesystems/
Dbfs.txt15 # mount -t bfs /dev/loop0 /mnt/stand
25 # mount -t bfs -o loop stand.img /mnt/stand
Dbefs.txt26 <http://hp.vector.co.jp/authors/VA008030/bfs/>
41 But Unixware Boot Filesystem is called bfs, too. And they are already in
D00-INDEX19 bfs.txt
/Linux-v4.19/arch/unicore32/include/asm/
Dassembler.h76 bfs \nexti
/Linux-v4.19/fs/
DMakefile82 obj-$(CONFIG_BFS_FS) += bfs/
DKconfig240 source "fs/bfs/Kconfig"
/Linux-v4.19/
DMAINTAINERS2754 F: Documentation/filesystems/bfs.txt
2755 F: fs/bfs/