Searched refs:bcp (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 128 struct bau_control *bcp; in set_bau_on() local 136 bcp = &per_cpu(bau_control, cpu); in set_bau_on() 137 bcp->nobau = 0; in set_bau_on() 147 struct bau_control *bcp; in set_bau_off() local 151 bcp = &per_cpu(bau_control, cpu); in set_bau_off() 152 bcp->nobau = 1; in set_bau_off() 195 static void reply_to_message(struct msg_desc *mdp, struct bau_control *bcp, in reply_to_message() argument 214 struct bau_control *bcp) in bau_process_retry_msg() argument 222 struct ptc_stats *stat = bcp->statp; in bau_process_retry_msg() 270 static void bau_process_message(struct msg_desc *mdp, struct bau_control *bcp, in bau_process_message() argument [all …]
|
/linux-4.4.14/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 | 601 u16 format, master, bcp, lrp; in wm8985_set_fmt() local 658 bcp = lrp = 0; in wm8985_set_fmt() 663 bcp = lrp = 1; in wm8985_set_fmt() 666 bcp = 1; in wm8985_set_fmt() 679 WM8985_BCP_MASK, bcp << WM8985_BCP_SHIFT); in wm8985_set_fmt()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log_recover.c | 1584 struct xfs_buf_cancel *bcp; in xlog_recover_buffer_pass1() local 1599 list_for_each_entry(bcp, bucket, bc_list) { in xlog_recover_buffer_pass1() 1600 if (bcp->bc_blkno == buf_f->blf_blkno && in xlog_recover_buffer_pass1() 1601 bcp->bc_len == buf_f->blf_len) { in xlog_recover_buffer_pass1() 1602 bcp->bc_refcount++; in xlog_recover_buffer_pass1() 1608 bcp = kmem_alloc(sizeof(struct xfs_buf_cancel), KM_SLEEP); in xlog_recover_buffer_pass1() 1609 bcp->bc_blkno = buf_f->blf_blkno; in xlog_recover_buffer_pass1() 1610 bcp->bc_len = buf_f->blf_len; in xlog_recover_buffer_pass1() 1611 bcp->bc_refcount = 1; in xlog_recover_buffer_pass1() 1612 list_add_tail(&bcp->bc_list, bucket); in xlog_recover_buffer_pass1() [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | k2l-clocks.dtsi | 211 clock-output-names = "bcp";
|
D | k2hk-clocks.dtsi | 390 clock-output-names = "bcp";
|