Searched refs:bcp (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/x86/platform/uv/ |
D | tlb_uv.c | 140 struct bau_control *bcp; in set_bau_on() local 148 bcp = &per_cpu(bau_control, cpu); in set_bau_on() 149 bcp->nobau = false; in set_bau_on() 159 struct bau_control *bcp; in set_bau_off() local 163 bcp = &per_cpu(bau_control, cpu); in set_bau_off() 164 bcp->nobau = true; in set_bau_off() 207 static void reply_to_message(struct msg_desc *mdp, struct bau_control *bcp, in reply_to_message() argument 226 struct bau_control *bcp) in bau_process_retry_msg() argument 234 struct ptc_stats *stat = bcp->statp; in bau_process_retry_msg() 282 static void bau_process_message(struct msg_desc *mdp, struct bau_control *bcp, in bau_process_message() argument [all …]
|
/Linux-v5.4/sound/soc/codecs/ |
D | wm8804.c | 219 u16 format, master, bcp, lrp; in wm8804_set_fmt() local 261 bcp = lrp = 0; in wm8804_set_fmt() 266 bcp = lrp = 1; in wm8804_set_fmt() 269 bcp = 1; in wm8804_set_fmt() 281 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt() 283 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt()
|
D | wm8983.c | 572 u16 format, master, bcp, lrp; in wm8983_set_fmt() local 621 bcp = lrp = 0; in wm8983_set_fmt() 626 bcp = lrp = 1; in wm8983_set_fmt() 629 bcp = 1; in wm8983_set_fmt() 642 WM8983_BCP_MASK, bcp << WM8983_BCP_SHIFT); in wm8983_set_fmt()
|
D | wm8985.c | 664 u16 format, master, bcp, lrp; in wm8985_set_fmt() local 721 bcp = lrp = 0; in wm8985_set_fmt() 726 bcp = lrp = 1; in wm8985_set_fmt() 729 bcp = 1; in wm8985_set_fmt() 742 WM8985_BCP_MASK, bcp << WM8985_BCP_SHIFT); in wm8985_set_fmt()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_log_recover.c | 1941 struct xfs_buf_cancel *bcp; in xlog_recover_buffer_pass1() local 1956 list_for_each_entry(bcp, bucket, bc_list) { in xlog_recover_buffer_pass1() 1957 if (bcp->bc_blkno == buf_f->blf_blkno && in xlog_recover_buffer_pass1() 1958 bcp->bc_len == buf_f->blf_len) { in xlog_recover_buffer_pass1() 1959 bcp->bc_refcount++; in xlog_recover_buffer_pass1() 1965 bcp = kmem_alloc(sizeof(struct xfs_buf_cancel), 0); in xlog_recover_buffer_pass1() 1966 bcp->bc_blkno = buf_f->blf_blkno; in xlog_recover_buffer_pass1() 1967 bcp->bc_len = buf_f->blf_len; in xlog_recover_buffer_pass1() 1968 bcp->bc_refcount = 1; in xlog_recover_buffer_pass1() 1969 list_add_tail(&bcp->bc_list, bucket); in xlog_recover_buffer_pass1() [all …]
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | keystone-k2l-clocks.dtsi | 208 clock-output-names = "bcp";
|
D | keystone-k2hk-clocks.dtsi | 387 clock-output-names = "bcp";
|