Searched refs:bcp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 56 struct xfs_buf_cancel *bcp; in xlog_find_buffer_cancelled() local 62 list_for_each_entry(bcp, bucket, bc_list) { in xlog_find_buffer_cancelled() 63 if (bcp->bc_blkno == blkno && bcp->bc_len == len) in xlog_find_buffer_cancelled() 64 return bcp; in xlog_find_buffer_cancelled() 76 struct xfs_buf_cancel *bcp; in xlog_add_buffer_cancelled() local 85 bcp = xlog_find_buffer_cancelled(log, blkno, len); in xlog_add_buffer_cancelled() 86 if (bcp) { in xlog_add_buffer_cancelled() 87 bcp->bc_refcount++; in xlog_add_buffer_cancelled() 91 bcp = kmem_alloc(sizeof(struct xfs_buf_cancel), 0); in xlog_add_buffer_cancelled() 92 bcp->bc_blkno = blkno; in xlog_add_buffer_cancelled() [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A 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()
|
H A 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()
|
H A 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()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | keystone-k2l-clocks.dtsi | 211 clock-output-names = "bcp";
|
H A D | keystone-k2hk-clocks.dtsi | 390 clock-output-names = "bcp";
|
/openbmc/linux/arch/arm/boot/dts/ti/keystone/ |
H A D | keystone-k2l-clocks.dtsi | 208 clock-output-names = "bcp";
|
H A D | keystone-k2hk-clocks.dtsi | 387 clock-output-names = "bcp";
|