Searched refs:clear (Results 51 - 75 of 534) sorted by last modified time

1234567891011>>

/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/gpio/
H A Dgpio-graniterapids.c103 u32 clear = 0; local
109 clear = GNR_CFG_DW_TXSTATE;
111 gnr_gpio_configure_line(gc, gpio, clear, set);
134 u32 clear = GNR_CFG_DW_TXDIS; local
137 return gnr_gpio_configure_line(gc, gpio, clear, set);
/linux-master/drivers/firewire/
H A Dohci.c286 // clear, since the read access to the other registers is enough safe; e.g. 'Node ID' register,
2072 * to point to the current config rom and clear the
2198 * We need to clear this event bit in order to make
2252 int ret, clear, set, offset; local
2277 clear = 0;
2280 clear = PHY_ENABLE_ACCEL | PHY_ENABLE_MULTI;
2283 ret = update_phy_reg(ohci, 5, clear, set);
2641 * FIXME: Make sure this bitmask is cleared when we clear the busReset
/linux-master/drivers/edac/
H A Dqcom_edac.c221 goto clear;
230 goto clear;
240 goto clear;
248 clear:
/linux-master/drivers/devfreq/event/
H A Dexynos-ppmu.c284 u32 pmnc, clear; local
287 clear = (PPMU_CCNT_MASK | PPMU_PMCNT0_MASK | PPMU_PMCNT1_MASK
289 ret = regmap_write(info->regmap, PPMU_V2_FLAG, clear);
293 ret = regmap_write(info->regmap, PPMU_V2_INTENC, clear);
297 ret = regmap_write(info->regmap, PPMU_V2_CNTENC, clear);
301 ret = regmap_write(info->regmap, PPMU_V2_CNT_RESET, clear);
/linux-master/drivers/crypto/starfive/
H A Djh7110-hash.c159 alg_cr.clear = 1;
H A Djh7110-aes.c493 alg_cr.clear = 1;
H A Djh7110-cryp.h155 u32 clear :1; member in struct:starfive_alg_cr::__anon249
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl.c293 struct rl_sla *sla, bool clear)
298 u32 node_id = clear ? 0U : (sla->node_id & LEAF_MASK);
309 struct rl_sla *sla, bool clear)
315 u32 parent_id = clear ? 0U : (sla->parent->node_id & CLUSTER_MASK);
323 struct rl_sla *sla, bool clear)
329 u32 parent_id = clear ? 0U : (sla->parent->node_id & ROOT_MASK);
292 assign_rps_to_leaf(struct adf_accel_dev *accel_dev, struct rl_sla *sla, bool clear) argument
308 assign_leaf_to_cluster(struct adf_accel_dev *accel_dev, struct rl_sla *sla, bool clear) argument
322 assign_cluster_to_root(struct adf_accel_dev *accel_dev, struct rl_sla *sla, bool clear) argument
/linux-master/drivers/bluetooth/
H A Dhci_ldisc.c314 unsigned int clear = 0; local
336 clear = ~set;
339 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 |
341 status = tty->driver->ops->tiocmset(tty, set, clear);
349 clear = ~set;
352 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 |
354 status = tty->driver->ops->tiocmset(tty, set, clear);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h467 BUILD_VMX_MSR_BITMAP_HELPERS(void, clear, __clear)
/linux-master/arch/x86/kernel/
H A Dhead_64.S313 xorl %edx, %edx /* zero-extended to clear all of RDX */
418 xorl %ebp, %ebp # clear frame pointer
687 * Care must be taken to clear out undesired bits later, like _PAGE_RW
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c785 * Don't clear MCG_STATUS here because it's only defined for
899 * This decides if we keep the events around or clear them.
1056 * Now clear all the mces_seen so that they don't reappear on
1334 /* mce_clear_state will clear *final, save locally for use later */
1474 goto clear;
1532 * to see it will clear it.
1636 clear:
1899 * Lots of broken BIOS around that don't clear them
2267 * Called for each booted CPU to clear some machine checks opt-ins
2278 * Possibly to clear genera
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c448 void cr4_update_irqsoff(unsigned long set, unsigned long clear) argument
454 newval = (cr4 & ~clear) | set;
540 * Do not clear the X86_FEATURE_PKU bit. All of the
1425 * disabling AVX2. The only way to do this in HW is to clear XCR0[2],
1626 * enabled by this point we need to clear the feature bit to avoid
1678 * not clear the base, whereas writing zero to a segment
1679 * selector on Intel does clear the base. Intel's behavior
1813 * Hygon will clear it in ->c_init() below.
2046 * Flags to clear on syscall; clear a
[all...]
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c3820 goto clear;
3826 goto clear;
3833 clear:
/linux-master/arch/m68k/kernel/
H A Dentry.S277 bclr #7,%sp@(PT_OFF_SR) | clear trace bit in SR
/linux-master/arch/arm64/include/asm/
H A Dsysreg.h1159 * Modify bits in a sysreg. Bits in the clear mask are zeroed, then bits in the
1162 #define sysreg_clear_set(sysreg, clear, set) do { \
1164 u64 __scs_new = (__scs_val & ~(u64)(clear)) | (set); \
1169 #define sysreg_clear_set_s(sysreg, clear, set) do { \
1171 u64 __scs_new = (__scs_val & ~(u64)(clear)) | (set); \
/linux-master/include/linux/soc/mediatek/
H A Dmtk-cmdq.h203 * @clear: clear event or not after event arrive
207 int cmdq_pkt_wfe(struct cmdq_pkt *pkt, u16 event, bool clear);
225 * cmdq_pkt_clear_event() - append clear event command to the CMDQ packet
423 static inline int cmdq_pkt_wfe(struct cmdq_pkt *pkt, u16 event, bool clear) argument
/linux-master/drivers/soc/mediatek/
H A Dmtk-mutex.c1014 enum mtk_mutex_mod_index idx, bool clear)
1051 if (clear)
1013 mtk_mutex_write_mod(struct mtk_mutex *mutex, enum mtk_mutex_mod_index idx, bool clear) argument
H A Dmtk-cmdq-helper.c321 int cmdq_pkt_wfe(struct cmdq_pkt *pkt, u16 event, bool clear) argument
324 u32 clear_option = clear ? CMDQ_WFE_UPDATE : 0;
/linux-master/arch/s390/kernel/
H A Dipl.c933 __ATTR(clear, 0644, reipl_fcp_clear_show, reipl_fcp_clear_store);
1020 __ATTR(clear, 0644, reipl_nvme_clear_show, reipl_nvme_clear_store);
1041 __ATTR(clear, 0644, reipl_ccw_clear_show, reipl_ccw_clear_store);
1147 __ATTR(clear, 0644, reipl_eckd_clear_show, reipl_eckd_clear_store);
1932 * 'clear' sysfs attribute has been set on the panicked system
/linux-master/lib/
H A Dmaple_tree.c879 * mt_clear_meta() - clear the metadata information of a node, if it exists
3416 int clear = mt_slots[wr_mas->type] - bn->b_end; local
3418 memset(wr_mas->slots + bn->b_end, 0, sizeof(void *) * clear--);
3419 memset(wr_mas->pivots + bn->b_end, 0, sizeof(void *) * clear);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_workarounds.c187 "Discarding overwritten w/a for reg %04x (clear: %08x, set: %08x)\n",
218 u32 clear, u32 set, u32 read_mask, bool masked_reg)
222 .clr = clear,
232 u32 clear, u32 set, u32 read_mask, bool masked_reg)
236 .clr = clear,
247 wa_write_clr_set(struct i915_wa_list *wal, i915_reg_t reg, u32 clear, u32 set)
249 wa_add(wal, reg, clear, set, clear | set, false);
253 wa_mcr_write_clr_set(struct i915_wa_list *wal, i915_mcr_reg_t reg, u32 clear, u32 set)
255 wa_mcr_add(wal, reg, clear, se
215 wa_add(struct i915_wa_list *wal, i915_reg_t reg, u32 clear, u32 set, u32 read_mask, bool masked_reg) argument
229 wa_mcr_add(struct i915_wa_list *wal, i915_mcr_reg_t reg, u32 clear, u32 set, u32 read_mask, bool masked_reg) argument
245 wa_write_clr_set(struct i915_wa_list *wal, i915_reg_t reg, u32 clear, u32 set) argument
251 wa_mcr_write_clr_set(struct i915_wa_list *wal, i915_mcr_reg_t reg, u32 clear, u32 set) argument
[all...]
/linux-master/net/rxrpc/
H A Dar-internal.h278 /* clear connection security */
279 void (*clear)(struct rxrpc_connection *); member in struct:rxrpc_security
/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...]

Completed in 786 milliseconds

1234567891011>>