Searched refs:bfs (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/sound/soc/samsung/ |
D | i2s.c | 70 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 …]
|
D | snow.c | 39 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()
|
D | tm2_wm5110.c | 218 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/ |
D | Makefile | 5 obj-$(CONFIG_BFS_FS) += bfs.o 7 bfs-objs := inode.o file.o dir.o
|
D | Kconfig | 13 <file:Documentation/filesystems/bfs.txt>. 18 bfs. Note that the file system of your root partition (the one
|
/Linux-v4.19/arch/unicore32/lib/ |
D | strncpy_from_user.S | 29 bfs 2f
|
/Linux-v4.19/Documentation/filesystems/ |
D | bfs.txt | 15 # mount -t bfs /dev/loop0 /mnt/stand 25 # mount -t bfs -o loop stand.img /mnt/stand
|
D | befs.txt | 26 <http://hp.vector.co.jp/authors/VA008030/bfs/> 41 But Unixware Boot Filesystem is called bfs, too. And they are already in
|
D | 00-INDEX | 19 bfs.txt
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | assembler.h | 76 bfs \nexti
|
/Linux-v4.19/fs/ |
D | Makefile | 82 obj-$(CONFIG_BFS_FS) += bfs/
|
D | Kconfig | 240 source "fs/bfs/Kconfig"
|
/Linux-v4.19/ |
D | MAINTAINERS | 2754 F: Documentation/filesystems/bfs.txt 2755 F: fs/bfs/
|