Searched refs:clear (Results 201 - 225 of 532) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/user_events/
H A Dftrace_test.c123 static int clear(int *check) function
166 ret = clear(check);
233 if (clear(&self->check) != 0)
/linux-master/drivers/net/dsa/
H A Dlantiq_gswip.c365 static void gswip_switch_mask(struct gswip_priv *priv, u32 clear, u32 set, argument
370 val &= ~(clear);
394 static void gswip_mdio_mask(struct gswip_priv *priv, u32 clear, u32 set, argument
399 val &= ~(clear);
414 static void gswip_mii_mask(struct gswip_priv *priv, u32 clear, u32 set, argument
419 val &= ~(clear);
424 static void gswip_mii_mask_cfg(struct gswip_priv *priv, u32 clear, u32 set, argument
429 gswip_mii_mask(priv, clear, set, GSWIP_MII_CFGp(port));
432 static void gswip_mii_mask_pcdu(struct gswip_priv *priv, u32 clear, u32 set, argument
437 gswip_mii_mask(priv, clear, se
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c1110 * @clear: if true clear the entries
1118 bool clear)
1126 bool flush_tlb = clear;
1133 if (clear || !bo) {
1172 if (clear || (bo && bo->tbo.base.resv ==
1178 if (!clear && bo_va->base.moved) {
1182 } else if (bo_va->cleared != clear) {
1228 bo_va->cleared = clear;
1365 * amdgpu_vm_clear_freed - clear free
1117 amdgpu_vm_bo_update(struct amdgpu_device *adev, struct amdgpu_bo_va *bo_va, bool clear) argument
1436 bool clear, unlock; local
[all...]
/linux-master/arch/x86/include/asm/
H A Dpgtable.h321 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) argument
325 return native_make_pte(v & ~clear);
500 static inline pmd_t pmd_clear_flags(pmd_t pmd, pmdval_t clear) argument
504 return native_make_pmd(v & ~clear);
608 static inline pud_t pud_clear_flags(pud_t pud, pudval_t clear) argument
612 return native_make_pud(v & ~clear);
995 * split_huge_page will temporarily clear the present bit (but
997 * _PAGE_PRESENT bit is clear).
/linux-master/arch/alpha/lib/
H A Dstxcpy.S85 zapnot t1, t6, t1 # e0 : clear src bytes >= null
87 zap t0, t8, t0 # e0 : clear dst bytes <= null
H A Dev6-stxcpy.S100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
103 zap t0, t8, t0 # E : clear dst bytes <= null
/linux-master/arch/arm/mm/
H A Dabort-lv4t.S23 bic r1, r1, #1 << 11 | 1 << 10 @ clear bits 11 and 10 of FSR
25 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
H A Dproc-v6.S225 bic r0, r0, r5 @ clear bits them
253 crval clear=0x01e0fb7f, mmuset=0x00c0387d, ucset=0x00c0187c
H A Dproc-sa110.S184 crval clear=0x00003f3f, mmuset=0x0000113d, ucset=0x00001130
/linux-master/fs/ocfs2/
H A Duptodate.c100 int clear)
105 if (clear) {
99 ocfs2_metadata_cache_reset(struct ocfs2_caching_info *ci, int clear) argument
/linux-master/drivers/soc/mediatek/
H A Dmtk-cmdq-helper.c302 int cmdq_pkt_wfe(struct cmdq_pkt *pkt, u16 event, bool clear) argument
305 u32 clear_option = clear ? CMDQ_WFE_UPDATE : 0;
/linux-master/drivers/i2c/busses/
H A Di2c-emev2.c75 static inline void em_clear_set_bit(struct em_i2c_device *priv, u8 clear, u8 set, u8 reg) argument
77 writeb((readb(priv->base + reg) & ~clear) | set, priv->base + reg);
H A Di2c-riic.c108 static inline void riic_clear_set_bit(struct riic_dev *riic, u8 clear, u8 set, u8 reg) argument
110 writeb((readb(riic->base + reg) & ~clear) | set, riic->base + reg);
/linux-master/arch/arc/kernel/
H A Dentry-compact.S189 sr r8, [AUX_IRQ_LV12] ; clear bit in Sticky Status Reg
244 sr r8, [AUX_IRQ_LV12] ; clear bit in Sticky Status Reg
/linux-master/drivers/net/phy/qcom/
H A Dqcom-phy-lib.c30 u16 clear, u16 set)
40 val &= ~clear;
29 at803x_debug_reg_mask(struct phy_device *phydev, u16 reg, u16 clear, u16 set) argument
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c173 .clear = VOP_REG_SYNC(RK3036_INT_STATUS, 0xf, 8),
267 .clear = VOP_REG_MASK_SYNC(PX30_INTR_CLEAR, 0xffff, 0),
506 .clear = VOP_REG(RK3066_INT_STATUS, 0xf, 8),
613 .clear = VOP_REG(RK3188_INT_STATUS, 0xf, 8),
760 .clear = VOP_REG(RK3288_INTR_CTRL0, 0xf, 8),
798 .clear = VOP_REG_MASK_SYNC(RK3368_INTR_CLEAR, 0x3fff, 0),
890 .clear = VOP_REG_MASK_SYNC(RK3366_INTR_CLEAR0, 0xffff, 0),
1155 .clear = VOP_REG_MASK_SYNC(RK3328_INTR_CLEAR0, 0xffff, 0),
/linux-master/arch/s390/kernel/
H A Dentry.S231 xgr %r0,%r0 # clear guest registers to
269 # clear user controlled register to prevent speculative use
351 # clear user controlled registers to prevent speculative use
412 # clear user controlled registers to prevent speculative use
520 # clear user controlled registers to prevent speculative use
/linux-master/drivers/usb/core/
H A Dhub.c814 /* Need to clear both directions for control ep */
843 struct usb_tt_clear *clear; local
849 clear = list_entry(next, struct usb_tt_clear, clear_list);
850 list_del(&clear->clear_list);
854 status = hub_clear_tt_buffer(hdev, clear->devinfo, clear->tt);
857 "clear tt %d (%04x) error %d\n",
858 clear->tt, clear->devinfo, status);
861 drv = clear
923 struct usb_tt_clear *clear; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S178 | If bit 2 is set, round is forced to double. If it is clear,
179 | and bit 6 is set, round is forced to single. If both are clear,
213 clrl %d0 |clear g,r,s for round
357 | ;clear denorm stag to norm
474 | If bit 2 is set, round is forced to double. If it is clear,
475 | and bit 6 is set, round is forced to single. If both are clear,
626 | for this condition. The restore flag (RES_FLG) is left clear.
1456 fmovel #0,%FPSR |clear any cc bits from res_func
1474 fmovel #0,%FPSR |clear any cc bits from res_func
1729 clrl %d0 |clear
[all...]
H A Dx_fline.S89 clrl EXC_EA(%a6) |clear the EXC_EA field
/linux-master/include/linux/
H A Dpci.h388 unsigned int clear_retrain_link:1; /* Need to clear Retrain Link
524 * frees it. Use driver_set_override() to set or clear it.
1245 u32 clear, u32 set);
1252 u16 clear, u16 set);
1254 u16 clear, u16 set);
1256 u32 clear, u32 set);
1262 * @clear: Clear bitmask
1265 * Perform a Read-Modify-Write (RMW) operation using @clear and @set
1272 u16 clear, u16 set)
1278 clear, se
1270 pcie_capability_clear_and_set_word(struct pci_dev *dev, int pos, u16 clear, u16 set) argument
1297 pcie_capability_clear_word(struct pci_dev *dev, int pos, u16 clear) argument
1303 pcie_capability_clear_dword(struct pci_dev *dev, int pos, u32 clear) argument
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1240 clr.b SPCOND_FLG(%a6) # clear special condition flag
1449 andi.l &0x7fffffff,LOCAL_HI(%a0) # clear j-bit
1456 andi.w &0x8000,LOCAL_EX(%a0) # clear old exponent
1461 andi.w &0x8000,LOCAL_EX(%a0) # clear bogus exponent
1465 andi.b &0x7f,LOCAL_HI(%a0) # clear j-bit
1479 andi.l &0x7fffffff,LOCAL_HI(%a0) # clear j-bit
1488 andi.w &0x8000,LOCAL_EX(%a0) # clear old exponent
2322 andi.w &0x8000,FP_SRC_EX(%a6) # clear old exponent
2337 clr.l %d0 # clear g,r,s
2537 andi.b &0x0f,%d0 # clear al
[all...]
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S114 mov.l 3f, k4 ! SR bits to clear in k4
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Di2c_.fuc347 clear b32 $r7
366 clear b32 $r7
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ring2.c199 .clear = xgene_enet_clear_ring,

Completed in 600 milliseconds

1234567891011>>