Searched refs:clear (Results 276 - 300 of 532) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/alpha/lib/
H A Dstxncpy.S100 zapnot t0, t8, t0 # e0 : clear src bytes > null
101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
H A Dev6-stxncpy.S125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S294 andw #0xe3ff,%d1 |clear out source specifier
458 beqs uns_den |if clear then now have a denorm
471 beqs uni_den |if clear then now have a denorm
515 andiw #0x000f,%d0 |clear all but last ni(y)bble
582 andiw #0x000f,%d0 |clear all but last ni(y)bble
H A Dsint.S209 clrl %d0 |clear d0 - initial g,r,s for
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S93 clr.b (FPD_FPSR+2,FPDATA) | clear the exception byte
105 clr.b (FPD_FPSR+2,FPDATA) | clear the exception byte
/linux-master/arch/arm/lib/
H A Dmemmove.S80 addne pc, pc, ip @ C is always clear here
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c214 CODEC_ACTION_STORE(clear); variable
408 static DEVICE_ATTR_WO(clear);
787 /* clear init verbs */
789 /* clear hints */
/linux-master/drivers/mfd/
H A Ducb1x00-core.c63 * ucb1x00_io_write - set or clear IO outputs
66 * @clear: bitfield of IO pins to set to logic '0'
70 * The @clear bitfield has priority over the @set bitfield -
78 void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int set, unsigned int clear) argument
84 ucb->io_out &= ~clear;
468 * Disable and clear interrupt.
/linux-master/drivers/pinctrl/
H A Dpinctrl-falcon.c41 #define pad_w32_mask(c, clear, set, reg) \
42 pad_w32(c, (pad_r32(c, reg) & ~(clear)) | (set), reg)
/linux-master/arch/s390/boot/
H A Dhead.S243 0: lmh %r0,%r15,0(%r13) # clear high-order half of gprs
251 xc 0x200(256),0x200 # partially clear lowcore
/linux-master/arch/m68k/ifpsp060/
H A Dos.S151 clr.l %d0 | clear whole longword
188 clr.l %d0 | clear whole longword
/linux-master/drivers/net/ethernet/
H A Dlantiq_xrx200.c103 static void xrx200_pmac_mask(struct xrx200_priv *priv, u32 clear, u32 set, argument
108 val &= ~(clear);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c471 goto clear;
475 clear:
/linux-master/fs/notify/
H A Dmark.c128 * When it's time to drop the reference, we only clear the HAS_IREF flag and
757 /* Skip selection step if we want to clear all marks. */
760 goto clear;
778 clear:
/linux-master/drivers/hid/
H A Dhid-picolcd_fb.c185 int picolcd_fb_reset(struct picolcd_data *data, int clear) argument
209 if (clear) {
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c280 * platforms; we'll only clear the multicast bit from the mask
561 * @clear: bits to clear during RMW
578 u32 clear, u32 set)
582 intel_gt_mcr_multicast_write(gt, reg, (val & ~clear) | set);
577 intel_gt_mcr_multicast_rmw(struct intel_gt *gt, i915_mcr_reg_t reg, u32 clear, u32 set) argument
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c370 * up there so we'll clean up here and clear out the previously set
696 * Let the tty clear the flip buff to make room.
846 unsigned int set, unsigned int clear)
852 return hp->ops->tiocmset(hp, set, clear);
845 hvc_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh475 devlink health dump clear $DL_HANDLE reporter dummy
476 check_err $? "Failed clear dump of dummy reporter"
530 devlink health dump clear $DL_HANDLE reporter dummy
531 check_err $? "Failed clear dump of dummy reporter"
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c417 u32 mxc_isi_channel_irq_status(struct mxc_isi_pipe *pipe, bool clear) argument
422 if (clear)
/linux-master/drivers/tty/serdev/
H A Dcore.c387 int serdev_device_set_tiocm(struct serdev_device *serdev, int set, int clear) argument
394 return ctrl->ops->set_tiocm(ctrl, set, clear);
/linux-master/arch/sparc/kernel/
H A Detrap_32.S210 andn %g1, %g2, %g1 ! clear this bit in %g1
/linux-master/arch/arm/mm/
H A Dproc-sa1100.S222 crval clear=0x00003f3f, mmuset=0x0000313d, ucset=0x00001130
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S32 bic \rd, \rn, #1 @ clear the Thumb bit if present
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc_fpga.h315 u8 clear[0x1]; member in struct:mlx5_ifc_fpga_query_qp_counters_in_bits
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c128 .clear = SYNTH_CLEAR,

Completed in 271 milliseconds

<<11121314151617181920>>