Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/samsung/
Di2s.c74 unsigned rfs, bfs; member
287 u32 bfs; in get_bfs() local
288 bfs = readl(i2s->addr + I2SMOD) >> i2s->variant_regs->bfs_off; in get_bfs()
289 bfs &= i2s->variant_regs->bfs_mask; in get_bfs()
291 switch (bfs) { in get_bfs()
305 static inline void set_bfs(struct i2s_dai *i2s, unsigned bfs) in set_bfs() argument
312 if (!tdm && bfs > 48) { in set_bfs()
319 switch (bfs) { in set_bfs()
804 i2s->bfs = 0; in i2s_shutdown()
812 unsigned rfs, bfs, blc; in config_setup() local
[all …]
Dsmdk_wm8580.c37 int bfs, rfs, ret; in smdk_hw_params() local
41 bfs = 16; in smdk_hw_params()
44 bfs = 32; in smdk_hw_params()
/linux-4.4.14/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-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Duar.c141 uuari->bfs = kcalloc(tot_uuars, sizeof(*uuari->bfs), GFP_KERNEL); in mlx5_alloc_uuars()
142 if (!uuari->bfs) { in mlx5_alloc_uuars()
177 bf = &uuari->bfs[i]; in mlx5_alloc_uuars()
205 kfree(uuari->bfs); in mlx5_alloc_uuars()
223 kfree(uuari->bfs); in mlx5_free_uuars()
/linux-4.4.14/arch/unicore32/lib/
Dstrncpy_from_user.S29 bfs 2f
/linux-4.4.14/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-INDEX21 bfs.txt
/linux-4.4.14/arch/unicore32/include/asm/
Dassembler.h76 bfs \nexti
/linux-4.4.14/arch/tile/kernel/
Dunaligned.c482 static tilegx_bundle_bits jit_x0_bfexts(int rd, int ra, int bfs, int bfe) in jit_x0_bfexts() argument
488 create_BFStart_X0(bfs) | create_BFEnd_X0(bfe); in jit_x0_bfexts()
492 static tilegx_bundle_bits jit_x0_bfextu(int rd, int ra, int bfs, int bfe) in jit_x0_bfextu() argument
498 create_BFStart_X0(bfs) | create_BFEnd_X0(bfe); in jit_x0_bfextu()
/linux-4.4.14/fs/
DMakefile79 obj-$(CONFIG_BFS_FS) += bfs/
DKconfig205 source "fs/bfs/Kconfig"
/linux-4.4.14/include/linux/mlx5/
Ddriver.h166 struct mlx5_bf *bfs; member
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c750 qp->bf = &uuari->bfs[uuarn]; in create_kernel_qp()
/linux-4.4.14/
DMAINTAINERS2147 F: Documentation/filesystems/bfs.txt
2148 F: fs/bfs/