Home
last modified time | relevance | path

Searched refs:roll (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c357 u8 drop, roll; in rtw89_chanctx_ops_remove() local
363 roll = find_next_bit(hal->entity_map, NUM_OF_RTW89_SUB_ENTITY, drop + 1); in rtw89_chanctx_ops_remove()
366 if (roll == NUM_OF_RTW89_SUB_ENTITY) in rtw89_chanctx_ops_remove()
372 hal->sub[roll].cfg->idx = RTW89_SUB_ENTITY_0; in rtw89_chanctx_ops_remove()
373 hal->sub[RTW89_SUB_ENTITY_0] = hal->sub[roll]; in rtw89_chanctx_ops_remove()
376 if (rtwvif->sub_entity_idx == roll) in rtw89_chanctx_ops_remove()
380 atomic_cmpxchg(&hal->roc_entity_idx, roll, RTW89_SUB_ENTITY_0); in rtw89_chanctx_ops_remove()
382 drop = roll; in rtw89_chanctx_ops_remove()
/openbmc/linux/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S104 roll $1, RT0d; \
118 roll $1, RT0d; \
286 roll $1, RT0d; \
296 roll $1, RT2d; \
310 roll $1, RT2d; \
320 roll $1, RT1d; \
H A Ddes3_ede-asm_64.S89 roll $4, RT0d; \
99 roll $1, right##d; \
104 roll $1, left##d; \
270 roll $4, RT0d; \
291 roll $1, right##0d; \
296 roll $1, left##0d; \
300 roll $1, right##1d; \
305 roll $1, left##1d; \
309 roll $1, right##2d; \
314 roll $1, left##2d; \
H A Dtwofish-x86_64-asm_64-3way.S124 roll $1, ab ## d; \
137 roll $1, ba ## d; \
H A Dsm3-avx-asm_64.S146 roll $(v), reg;
150 roll $(v), dst;
/openbmc/linux/arch/x86/lib/
H A Dchecksum_32.S65 roll $8, %eax
126 roll $8, %eax
172 roll $8, %eax
244 roll $8, %eax
H A Dcsum-copy_64.S249 roll $8, %eax
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.c39 u32 roll; member
630 int omap_gem_roll(struct drm_gem_object *obj, u32 roll) in omap_gem_roll() argument
636 if (roll > npages) { in omap_gem_roll()
637 dev_err(obj->dev->dev, "invalid roll: %d\n", roll); in omap_gem_roll()
641 omap_obj->roll = roll; in omap_gem_roll()
652 roll, true); in omap_gem_roll()
763 ret = tiler_pin(block, omap_obj->pages, npages, omap_obj->roll, true); in omap_gem_pin_tiler()
1110 omap_obj->roll, true); in omap_gem_resume()
1142 omap_obj->vaddr, omap_obj->roll); in omap_gem_describe()
H A Domap_dmm_tiler.c345 struct page **pages, u32 npages, u32 roll) in dmm_txn_append() argument
376 int n = i + roll; in dmm_txn_append()
460 u32 npages, u32 roll, bool wait) in fill() argument
491 dmm_txn_append(txn, &p_area, pages, npages, roll); in fill()
493 roll += tcm_sizeof(slice); in fill()
508 u32 npages, u32 roll, bool wait) in tiler_pin() argument
512 ret = fill(&block->area, pages, npages, roll, wait); in tiler_pin()
H A Domap_gem.h68 int omap_gem_roll(struct drm_gem_object *obj, u32 roll);
H A Domap_dmm_tiler.h83 u32 npages, u32 roll, bool wait);
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/
H A Drsync_3.4.1.bb50 #| If you can't fix the issue, re-run ./configure with --disable-roll-simd.
51 EXTRA_OECONF:append:libc-musl = " --disable-roll-simd"
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dentry.S300 ! - roll back gRB
302 ! k0 returns original sp (after roll back)
308 ! Check for roll back gRB (User and Kernel)
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-cable-systems.rst19 supports a subset of the Annex A modulation types, and a roll-off of
/openbmc/linux/drivers/s390/net/
H A Dctcm_mpc.h189 __u8 roll; member
H A Dctcm_mpc.c1593 grp->roll = XSIDE; in mpc_validate_xid()
1598 grp->roll = YSIDE; in mpc_validate_xid()
1890 if (grp->roll == YSIDE) { in mpc_action_doxid7()
1907 if (grp->roll == YSIDE) { in mpc_action_doxid7()
/openbmc/openbmc-tools/
H A DREADME.md45 the repository to your PATH might be a bit of a dice-roll. We may also move or
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-xhci_hcd21 port will roll back to the xHCI.
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c147 int roll = 2; in am65_cpsw_port_est_get_free_buf_num() local
149 while (roll--) { in am65_cpsw_port_est_get_free_buf_num()
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst18 guaranteed to either complete atomically or roll back and undo any partial
59 state will roll back to that at the 'tbegin', and control will continue from
/openbmc/linux/Documentation/accounting/
H A Dpsi.rst15 roll the dice and frequently suffer the disruptions resulting from
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_spi.c668 u32 roll = (pattern & 0x80000000) ? 1 : 0; in spi_dv_device_echo_buffer() local
671 pattern = (pattern << 1) | roll; in spi_dv_device_echo_buffer()
/openbmc/docs/designs/
H A Dfail-boot-on-hw-error.md123 other then IBM sees value, we could roll this into the PEL-specific portion of
/openbmc/linux/Documentation/fb/
H A Dudlfb.rst164 roll over very quickly. To get reliable results, design
/openbmc/linux/Documentation/accel/qaic/
H A Dqaic.rst56 roll back userspace activity. To ensure that a userspace client's resources

12