Home
last modified time | relevance | path

Searched refs:bp (Results 351 – 375 of 634) sorted by relevance

1...<<11121314151617181920>>...26

/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-db-88f6281.dts17 compatible = "marvell,db-88f6281-bp", "marvell,kirkwood-88f6281", "marvell,kirkwood";
H A Dkirkwood-db-88f6282.dts17 compatible = "marvell,db-88f6282-bp", "marvell,kirkwood-88f6282", "marvell,kirkwood";
/openbmc/linux/drivers/i2c/busses/
H A Di2c-mchp-pci1xxxx.c667 void __iomem *bp = i2c->i2c_base; in pci1xxxx_i2c_set_freq() local
668 void __iomem *p_idle_scaling = bp + SMB_CORE_IDLE_SCALING_REG_OFF; in pci1xxxx_i2c_set_freq()
669 void __iomem *p_data_timing = bp + SMB_CORE_DATA_TIMING_REG_OFF; in pci1xxxx_i2c_set_freq()
670 void __iomem *p_hold_time = bp + SMB_CORE_SR_HOLD_TIME_REG_OFF; in pci1xxxx_i2c_set_freq()
671 void __iomem *p_to_scaling = bp + SMB_CORE_TO_SCALING_REG_OFF; in pci1xxxx_i2c_set_freq()
672 void __iomem *p_clk_sync = bp + SMB_CORE_CLK_SYNC_REG_OFF; in pci1xxxx_i2c_set_freq()
673 void __iomem *p_clk_reg = bp + SMB_CORE_BUS_CLK_REG_OFF; in pci1xxxx_i2c_set_freq()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-agl-defs.h1107 uint64_t bp:1; member
1111 uint64_t bp:1;
1403 uint64_t bp:2; member
1405 uint64_t bp:2;
1412 uint64_t bp:1; member
1414 uint64_t bp:1;
1647 uint64_t bp:2; member
1653 uint64_t bp:2;
1664 uint64_t bp:1; member
1670 uint64_t bp:1;
/openbmc/linux/include/linux/
H A Dhdlcdrv.h117 unsigned char *bp; member
140 unsigned char *bp; member
/openbmc/linux/drivers/scsi/
H A Dst.c3384 unsigned char *bp; in partition_tape() local
3398 bp = (STp->buffer)->b_data; in partition_tape()
3449 bp[psdo] = bp[psdo + 1] = 0xff; /* Rest to partition 0 */ in partition_tape()
3452 memset(bp + psdo, 0, bp[pgo + PP_OFF_NBR_ADD_PARTS] * 2); in partition_tape()
3464 bp[psdo] = (size >> 8) & 0xff; in partition_tape()
3465 bp[psdo + 1] = size & 0xff; in partition_tape()
3467 bp[psdo + 2] = bp[psdo + 3] = 0xff; in partition_tape()
3468 bp[pgo + 3] = 1; in partition_tape()
3475 bp[pgo + PP_OFF_PART_UNITS] = 0; in partition_tape()
3476 bp[pgo + PP_OFF_RESERVED] = 0; in partition_tape()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Duser_32.h84 unsigned long bp; member
H A Duser_64.h74 unsigned long bp; member
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_fw.h35 void ivpu_fw_boot_params_setup(struct ivpu_device *vdev, struct vpu_boot_params *bp);
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigation.vue118 @include media-breakpoint-up($responsive-layout-bp) {
234 @include media-breakpoint-up($responsive-layout-bp) {
264 @include media-breakpoint-up($responsive-layout-bp) {
/openbmc/linux/drivers/usb/gadget/function/
H A Df_midi2.c2699 struct f_midi2_block_info *bp; in verify_parameters() local
2720 bp = &opts->eps[i]->blks[j]->info; in verify_parameters()
2721 if (bp->first_group + bp->num_groups > SNDRV_UMP_MAX_GROUPS) { in verify_parameters()
2727 if (bp->midi1_num_groups) { in verify_parameters()
2728 if (bp->midi1_first_group < bp->first_group || in verify_parameters()
2729 bp->midi1_first_group + bp->midi1_num_groups > in verify_parameters()
2730 bp->first_group + bp->num_groups) { in verify_parameters()
2792 struct f_midi2_block *bp; in f_midi2_alloc() local
2830 bp = &ep->blks[blk]; in f_midi2_alloc()
2852 bp = &ep->blks[blk]; in f_midi2_alloc()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c497 if (enc1->base.bp->funcs->encoder_control( in enc1_stream_encoder_hdmi_set_stream_attribute()
498 enc1->base.bp, &cntl) != BP_RESULT_OK) in enc1_stream_encoder_hdmi_set_stream_attribute()
617 if (enc1->base.bp->funcs->encoder_control( in enc1_stream_encoder_dvi_set_stream_attribute()
618 enc1->base.bp, &cntl) != BP_RESULT_OK) in enc1_stream_encoder_dvi_set_stream_attribute()
1613 struct dc_bios *bp, in dcn10_stream_encoder_construct() argument
1622 enc1->base.bp = bp; in dcn10_stream_encoder_construct()
/openbmc/qemu/tests/unit/
H A Dtest-qht.c16 static bool is_equal(const void *ap, const void *bp) in is_equal() argument
19 const int32_t *b = bp; in is_equal()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h209 __u32 bp; member
249 __u64 bp; member
/openbmc/linux/fs/xfs/
H A Dxfs_inode.c2288 struct xfs_buf *bp; in xfs_ifree_cluster() local
2324 XBF_UNMAPPED, &bp); in xfs_ifree_cluster()
2337 bp->b_ops = &xfs_inode_buf_ops; in xfs_ifree_cluster()
2347 xfs_trans_stale_inode_buf(tp, bp); in xfs_ifree_cluster()
2348 xfs_trans_binval(tp, bp); in xfs_ifree_cluster()
3023 struct xfs_buf *bp; in xfs_rename() local
3196 struct xfs_buf *bp) in xfs_iflush() argument
3356 struct xfs_buf *bp) in xfs_iflush_cluster() argument
3431 error = xfs_iflush(ip, bp); in xfs_iflush_cluster()
3452 bp->b_flags |= XBF_ASYNC; in xfs_iflush_cluster()
[all …]
/openbmc/webui-vue/src/components/Global/
H A DPageContainer.vue33 @include media-breakpoint-up($responsive-layout-bp) {
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c330 CPUBreakpoint *bp; in check_for_breakpoints_slow() local
346 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in check_for_breakpoints_slow()
351 if (pc == bp->pc) { in check_for_breakpoints_slow()
354 if (bp->flags & BP_GDB) { in check_for_breakpoints_slow()
356 } else if (bp->flags & BP_CPU) { in check_for_breakpoints_slow()
370 } else if (((pc ^ bp->pc) & TARGET_PAGE_MASK) == 0) { in check_for_breakpoints_slow()
/openbmc/linux/arch/x86/kernel/
H A Dtime.c34 return *(unsigned long *)(regs->bp + sizeof(long)); in profile_pc()
H A Dsignal_32.c94 regs->bp = sc.bp; in ia32_restore_sigcontext()
200 unsafe_put_user(regs->bp, &sc->bp, Efault); in __unsafe_setup_sigcontext32()
/openbmc/linux/samples/hw_breakpoint/
H A Ddata_breakpoint.c31 static void sample_hbp_handler(struct perf_event *bp, in sample_hbp_handler() argument
/openbmc/linux/drivers/isdn/mISDN/
H A Dtei.c435 u_char bp[8]; in put_tei_msg() local
437 bp[0] = (TEI_SAPI << 2); in put_tei_msg()
439 bp[0] |= 2; /* CR:=1 for net command */ in put_tei_msg()
440 bp[1] = (GROUP_TEI << 1) | 0x1; in put_tei_msg()
441 bp[2] = UI; in put_tei_msg()
442 bp[3] = TEI_ENTITY_ID; in put_tei_msg()
443 bp[4] = ri >> 8; in put_tei_msg()
444 bp[5] = ri & 0xff; in put_tei_msg()
445 bp[6] = m_id; in put_tei_msg()
446 bp[7] = ((tei << 1) & 0xff) | 1; in put_tei_msg()
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h508 struct dpaa2_eth_bp *bp; member
579 struct dpaa2_eth_bp *bp[DPAA2_ETH_MAX_BPS]; member
813 void dpaa2_eth_free_dpbp(struct dpaa2_eth_priv *priv, struct dpaa2_eth_bp *bp);
834 struct dpaa2_eth_bp *bp);
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue292 @include media-breakpoint-up($responsive-layout-bp) {
322 @include media-breakpoint-up($responsive-layout-bp) {
337 @include media-breakpoint-down($responsive-layout-bp) {
366 @include media-breakpoint-up($responsive-layout-bp) {
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.h51 struct xfs_trans *tp, struct xfs_buf *bp,
/openbmc/qemu/hw/audio/
H A Dintel-hda.c141 uint32_t bsize, be, bp; member
427 if (copy > st->bpl[st->be].len - st->bp) in intel_hda_xfer()
428 copy = st->bpl[st->be].len - st->bp; in intel_hda_xfer()
431 st->be, st->bp, st->bpl[st->be].len, copy); in intel_hda_xfer()
433 pci_dma_rw(&d->pci, st->bpl[st->be].addr + st->bp, buf, copy, !output, in intel_hda_xfer()
436 st->bp += copy; in intel_hda_xfer()
440 if (st->bpl[st->be].len == st->bp) { in intel_hda_xfer()
445 st->bp = 0; in intel_hda_xfer()
490 st->bp = 0; in intel_hda_parse_bdl()

1...<<11121314151617181920>>...26