Home
last modified time | relevance | path

Searched refs:bcp (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/x86/platform/uv/
Dtlb_uv.c128 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/
Dwm8804.c222 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()
Dwm8983.c575 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()
Dwm8985.c601 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/
Dxfs_log_recover.c1584 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/
Dk2l-clocks.dtsi211 clock-output-names = "bcp";
Dk2hk-clocks.dtsi390 clock-output-names = "bcp";