Searched refs:set (Results 251 - 275 of 2145) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/memory/
H A Dstm32-fmc2-ebi.c217 * @reset_val: the default value that have to be set in case the property
222 * set in nanoseconds in the device tree in clock cycles or in
224 * @set: this callback applies the values in the registers
236 int (*set)(struct stm32_fmc2_ebi *ebi, member in struct:stm32_fmc2_prop
928 .set = stm32_fmc2_ebi_set_trans_type,
936 .set = stm32_fmc2_ebi_set_bit_field,
944 .set = stm32_fmc2_ebi_set_bit_field,
949 .set = stm32_fmc2_ebi_set_buswidth,
956 .set = stm32_fmc2_ebi_set_bit_field,
964 .set
[all...]
/linux-master/drivers/phy/sunplus/
H A Dphy-sunplus-usb2.c84 u32 val, set; local
96 set = *(otp_v + 1);
97 set = (set << (sizeof(char) * 8)) | *otp_v;
98 set = (set >> usbphy->disc_vol_addr_off) & J_DISC;
101 if (IS_ERR(otp_v) || set == 0)
102 set = OTP_DISC_LEVEL_DEFAULT;
105 val = (val & ~J_DISC) | set;
/linux-master/drivers/net/bonding/
H A Dbond_options.c249 .set = bond_option_mode_set
257 .set = bond_option_pps_set
264 .set = bond_option_xmit_hash_policy_set
273 .set = bond_option_arp_validate_set
280 .set = bond_option_arp_all_targets_set
285 .desc = "For active-backup, do not set all slaves to the same MAC",
288 .set = bond_option_fail_over_mac_set
297 .set = bond_option_arp_interval_set
306 .set = bond_option_missed_max_set
313 .set
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dscale.S63 | and set unfl.
71 orl #unfl_mask,USER_FPSR(%a6) |set UNFL
128 blts nden_exit |if set, not denorm
132 orl #unfl_bit,USER_FPSR(%a6) |set unfl
186 | ;set unfl, aunfl, ainex
195 orw #0x8000,FPTEMP_EX(%a6) |set sign bit
205 | Result is zero. Check for rounding mode to set lsb. If the
216 bnes no_dir |if set, neg op, no inc
217 movel #1,FPTEMP_LO(%a6) |set lsb
222 movel #1,FPTEMP_LO(%a6) |set ls
[all...]
H A Dget_op.S185 bsr chk_dy_mo |set the dyadic/monadic flag
206 btstb #E1,E_BYTE(%a6) |if set, there is a packed operand
211 orb DTAG(%a6),%d0 |check if either of STAG/DTAG msb set
218 bsr chk_dy_mo |set dyadic/monadic flag
250 bnes src_sd_dnrm |if bit 5 set, handle sgl/dbl denorms
288 bset #15,%d1 |set sign bit because it is negative
295 orw #0x0800,%d1 |set source specifier to extended prec
310 bsr chk_dy_mo |set dyadic/monadic flag
321 bsetl %d1,%d0 |set up d0 as a dynamic register mask
327 | Dest is not denormalized. Check for norm, and set fpte1
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-priv.h28 * Small helper function to determine if the autocluster is set to manual
37 * Small helper function to determine if the autocluster will be set to manual
73 bool set, u32 ch_flags);
82 struct video_device *vdev, bool set);
93 struct v4l2_ext_controls *cs, bool set);
/linux-master/arch/mips/alchemy/common/
H A Dgpiolib.c100 .set = gpio1_set,
110 .set = gpio2_set,
148 .set = alchemy_gpic_set,
H A Dsleeper.S17 .set noreorder
18 .set noat
60 /* Now set up the scratch registers so the boot rom will
94 .set arch=r4000
99 .set mips0
120 .set arch=r4000
125 .set mips0
162 .set arch=r4000
169 .set mips0
240 * the write-only Config[OD] bit and set i
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/irq/
H A Dirq_service.c115 if (info->funcs && info->funcs->set) {
116 if (info->funcs->set == dal_irq_service_dummy_set) {
122 return info->funcs->set(irq_service, info, enable);
/linux-master/fs/efivarfs/
H A Dfile.c24 bool set = false; local
40 data, &set);
41 if (!set && bytes) {
/linux-master/drivers/atm/
H A Dsuni.c109 if (set) PUT(GET(reg) | bit,reg); \
115 static int change_diag(struct atm_dev *dev,void __user *arg,int set) argument
137 int set; local
139 set = 0;
140 if (GET(TSOP_DIAG) & SUNI_TSOP_DIAG_DBIP8) set |= SONET_INS_SBIP;
141 if (GET(TLOP_DIAG) & SUNI_TLOP_DIAG_DBIP) set |= SONET_INS_LBIP;
142 if (GET(TPOP_CD) & SUNI_TPOP_DIAG_DB3) set |= SONET_INS_PBIP;
144 if (GET(TSOP_CTRL) & SUNI_TSOP_CTRL_LAIS) set |= SONET_INS_LAIS;
145 if (GET(TPOP_CD) & SUNI_TPOP_DIAG_PAIS) set |= SONET_INS_PAIS;
146 if (GET(TSOP_DIAG) & SUNI_TSOP_DIAG_DLOS) set |
[all...]
/linux-master/arch/s390/kernel/
H A Dsignal.c220 sigset_t set; local
222 if (__copy_from_user(&set.sig, &frame->sc.oldmask, _SIGMASK_COPY_SIZE))
224 set_current_blocked(&set);
242 sigset_t set; local
244 if (__copy_from_user(&set.sig, &frame->uc.uc_sigmask, sizeof(set)))
246 set_current_blocked(&set);
286 sigset_t *set, struct pt_regs * regs)
311 memcpy(&sc.oldmask, &set->sig, _SIGMASK_COPY_SIZE);
354 /* set extr
285 setup_frame(int sig, struct k_sigaction *ka, sigset_t *set, struct pt_regs * regs) argument
362 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
[all...]
/linux-master/arch/sparc/include/asm/
H A Dbackoff.h68 set BACKOFF_LIMIT, tmp; \
/linux-master/drivers/staging/media/omap4iss/
H A Diss.h203 * @set: bit mask to be set
207 u32 offset, u32 set)
211 iss_reg_write(iss, res, offset, v | set);
215 * iss_reg_update - Clear and set bits in an OMAP4 ISS register
220 * @set: bit mask to be set
222 * Clear the clr mask first and then set the set mask.
226 u32 offset, u32 clr, u32 set)
206 iss_reg_set(struct iss_device *iss, enum iss_mem_resources res, u32 offset, u32 set) argument
225 iss_reg_update(struct iss_device *iss, enum iss_mem_resources res, u32 offset, u32 clr, u32 set) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c112 unsigned int routing, addr, mask, set; local
117 &routing, &addr, &mask, &set);
128 if ((mask > 0xFFFF) || (set > 0xFFFF))
136 val |= set;
188 unsigned int routing, addr, mask, set; local
193 &routing, &addr, &mask, &set);
204 if ((mask > 0xFFFFFFFF) || (set > 0xFFFFFFFF))
212 val |= set;
260 unsigned int addr, mask, set; local
264 res = sscanf(buf, "0x%X 0x%X 0x%X", &addr, &mask, &set);
324 unsigned int addr, mask, set; local
[all...]
/linux-master/arch/mips/include/asm/
H A Dhazards.h70 " .set push \n" \
71 " .set "MIPS_ISA_LEVEL" \n" \
74 " .set pop \n" \
146 " .set push \n" \
147 " .set mips64r2 \n" \
150 " .set pop \n" \
272 .set push; \
273 .set mips64; \
274 .set noreorder; \
278 .set po
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dcoprocessor.h23 .set .Lxchal_pofs_, 0
24 .set .Lxchal_ofs_, 0
28 .set .Lxchal_ofs_, .Lxchal_ofs_ + .Lxchal_pofs_ + \totalign - 1
29 .set .Lxchal_ofs_, (.Lxchal_ofs_ & -\totalign) - .Lxchal_pofs_
98 * CPENABLE bit is set.
/linux-master/arch/arm/mach-pxa/
H A Dstandby.S80 ldr r0, [r1, #PXA3_DMCIER] @ set DMIER[EDLP]
84 ldr r0, [r1, #PXA3_DDR_HCAL] @ clear HCRNG, set HCPROG, HCEN
93 ldr r0, [r1, #PXA3_MDCNFG] @ set PXA3_MDCNFG[DMCEN]
100 ldr r0, [r1, #PXA3_DDR_HCAL] @ set PXA3_DDR_HCAL[HCRNG]
/linux-master/include/linux/usb/
H A Dtypec_retimer.h25 typec_retimer_set_fn_t set; member in struct:typec_retimer_desc
/linux-master/fs/reiserfs/
H A Dxattr_user.c41 .set = user_set,
/linux-master/fs/ext4/
H A Dxattr_trusted.c46 .set = ext4_xattr_trusted_set,
H A Dxattr_user.c49 .set = ext4_xattr_user_set,
H A Dxattr_hurd.c51 .set = ext4_xattr_hurd_set,
/linux-master/fs/ext2/
H A Dxattr_user.c49 .set = ext2_xattr_user_set,
/linux-master/fs/jffs2/
H A Dxattr_trusted.c45 .set = jffs2_trusted_setxattr,

Completed in 435 milliseconds

<<11121314151617181920>>