Searched refs:bfs (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/sound/soc/samsung/ |
D | i2s.c | 74 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 …]
|
D | smdk_wm8580.c | 37 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/ |
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-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | uar.c | 141 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/ |
D | strncpy_from_user.S | 29 bfs 2f
|
/linux-4.4.14/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 | 21 bfs.txt
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | assembler.h | 76 bfs \nexti
|
/linux-4.4.14/arch/tile/kernel/ |
D | unaligned.c | 482 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/ |
D | Makefile | 79 obj-$(CONFIG_BFS_FS) += bfs/
|
D | Kconfig | 205 source "fs/bfs/Kconfig"
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 166 struct mlx5_bf *bfs; member
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | qp.c | 750 qp->bf = &uuari->bfs[uuarn]; in create_kernel_qp()
|
/linux-4.4.14/ |
D | MAINTAINERS | 2147 F: Documentation/filesystems/bfs.txt 2148 F: fs/bfs/
|