Searched refs:bcp (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/x86/platform/uv/ |
D | tlb_uv.c | 143 struct bau_control *bcp; in set_bau_on() local 151 bcp = &per_cpu(bau_control, cpu); in set_bau_on() 152 bcp->nobau = false; in set_bau_on() 162 struct bau_control *bcp; in set_bau_off() local 166 bcp = &per_cpu(bau_control, cpu); in set_bau_off() 167 bcp->nobau = true; in set_bau_off() 210 static void reply_to_message(struct msg_desc *mdp, struct bau_control *bcp, in reply_to_message() argument 229 struct bau_control *bcp) in bau_process_retry_msg() argument 237 struct ptc_stats *stat = bcp->statp; in bau_process_retry_msg() 285 static void bau_process_message(struct msg_desc *mdp, struct bau_control *bcp, in bau_process_message() argument [all …]
|
/Linux-v4.19/sound/soc/codecs/ |
D | wm8804.c | 222 u16 format, master, bcp, lrp; in wm8804_set_fmt() local 264 bcp = lrp = 0; in wm8804_set_fmt() 269 bcp = lrp = 1; in wm8804_set_fmt() 272 bcp = 1; in wm8804_set_fmt() 284 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt() 286 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt()
|
D | wm8983.c | 575 u16 format, master, bcp, lrp; in wm8983_set_fmt() local 624 bcp = lrp = 0; in wm8983_set_fmt() 629 bcp = lrp = 1; in wm8983_set_fmt() 632 bcp = 1; in wm8983_set_fmt() 645 WM8983_BCP_MASK, bcp << WM8983_BCP_SHIFT); in wm8983_set_fmt()
|
D | wm8985.c | 667 u16 format, master, bcp, lrp; in wm8985_set_fmt() local 724 bcp = lrp = 0; in wm8985_set_fmt() 729 bcp = lrp = 1; in wm8985_set_fmt() 732 bcp = 1; in wm8985_set_fmt() 745 WM8985_BCP_MASK, bcp << WM8985_BCP_SHIFT); in wm8985_set_fmt()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_log_recover.c | 2019 struct xfs_buf_cancel *bcp; in xlog_recover_buffer_pass1() local 2034 list_for_each_entry(bcp, bucket, bc_list) { in xlog_recover_buffer_pass1() 2035 if (bcp->bc_blkno == buf_f->blf_blkno && in xlog_recover_buffer_pass1() 2036 bcp->bc_len == buf_f->blf_len) { in xlog_recover_buffer_pass1() 2037 bcp->bc_refcount++; in xlog_recover_buffer_pass1() 2043 bcp = kmem_alloc(sizeof(struct xfs_buf_cancel), KM_SLEEP); in xlog_recover_buffer_pass1() 2044 bcp->bc_blkno = buf_f->blf_blkno; in xlog_recover_buffer_pass1() 2045 bcp->bc_len = buf_f->blf_len; in xlog_recover_buffer_pass1() 2046 bcp->bc_refcount = 1; in xlog_recover_buffer_pass1() 2047 list_add_tail(&bcp->bc_list, bucket); in xlog_recover_buffer_pass1() [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | keystone-k2l-clocks.dtsi | 208 clock-output-names = "bcp";
|
D | keystone-k2hk-clocks.dtsi | 387 clock-output-names = "bcp";
|