Searched refs:mask (Results 351 - 375 of 1780) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpidebug.h180 void siTraceFuncEnter(agsaRoot_t *agRoot, bit32 mask, bit32 fileid, char *funcid);
183 GLOBAL void siTraceFuncExit( agsaRoot_t *agRoot, bit32 mask, char fileid, char * funcid, char exitId );
186 void siTrace(agsaRoot_t *agRoot, bit32 mask, char *uId, bit32 value, bit32 dataSizeInBits);
187 void siTrace64(agsaRoot_t *agRoot, bit32 mask, char *uId, bit64 value, bit32 dataSizeInBits);
189 void siTraceListRemove(agsaRoot_t *agRoot, bit32 mask, char listId, bitptr exchangeId);
190 void siTraceListAdd(agsaRoot_t *agRoot, bit32 mask, char listId, bitptr exchangeId);
191 void siTraceState(agsaRoot_t *agRoot, bit32 mask, bit32 statemachine, bit32 currentstate, bit32 triggerevent);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dhrowpic.c215 uint64_t mask; local
221 mask = hrowpic_read_reg(sc, HPIC_STATUS, HPIC_SECONDARY);
223 mask = (mask << 32) | reg;
224 if (mask == 0)
229 if (mask & 1)
231 mask >>= 1;
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_chip.c119 ar71xx_chip_device_stop(uint32_t mask) argument
124 ATH_WRITE_REG(AR71XX_RST_RESET, reg | mask);
128 ar71xx_chip_device_start(uint32_t mask) argument
133 ATH_WRITE_REG(AR71XX_RST_RESET, reg & ~mask);
137 ar71xx_chip_device_stopped(uint32_t mask) argument
142 return ((reg & mask) == mask);
H A Dqca953x_chip.c157 qca953x_chip_device_stop(uint32_t mask) argument
162 ATH_WRITE_REG(QCA953X_RESET_REG_RESET_MODULE, reg | mask);
166 qca953x_chip_device_start(uint32_t mask) argument
171 ATH_WRITE_REG(QCA953X_RESET_REG_RESET_MODULE, reg & ~mask);
175 qca953x_chip_device_stopped(uint32_t mask) argument
180 return ((reg & mask) == mask);
H A Dqca955x_chip.c158 qca955x_chip_device_stop(uint32_t mask) argument
163 ATH_WRITE_REG(QCA955X_RESET_REG_RESET_MODULE, reg | mask);
167 qca955x_chip_device_start(uint32_t mask) argument
172 ATH_WRITE_REG(QCA955X_RESET_REG_RESET_MODULE, reg & ~mask);
176 qca955x_chip_device_stopped(uint32_t mask) argument
181 return ((reg & mask) == mask);
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2fs.h248 int mask; member in struct:ext2_feature
337 #define EXT2_HAS_COMPAT_FEATURE(sb,mask) \
338 ( EXT2_SB(sb)->e2fs->e2fs_features_compat & htole32(mask) )
339 #define EXT2_HAS_RO_COMPAT_FEATURE(sb,mask) \
340 ( EXT2_SB(sb)->e2fs->e2fs_features_rocompat & htole32(mask) )
341 #define EXT2_HAS_INCOMPAT_FEATURE(sb,mask) \
342 ( EXT2_SB(sb)->e2fs->e2fs_features_incompat & htole32(mask) )
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_mem_ops.c49 uint32_t mask; local
51 mask = oct->fn_list.bar1_idx_read(oct, idx);
52 mask = (mask & 0x2) ? (mask & ~2) : (mask | 2);
53 oct->fn_list.bar1_idx_write(oct, idx, mask);
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dslabhash.c64 sl->mask = (uint32_t)(sl->size - 1);
65 if(sl->mask == 0) {
68 log_assert( (sl->size & sl->mask) == 0
71 while(!(sl->mask & 0x80000000)) {
72 sl->mask <<= 1;
113 return ((hash & sl->mask) >> sl->shift);
137 log_info("Slabhash %s: %u tables mask=%x shift=%d",
138 id, (unsigned)sl->size, (unsigned)sl->mask, sl->shift);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c217 int mask = vap->va_mask; local
220 if (mask & AT_SIZE) {
227 if (mask & AT_MODE) {
245 if (mask & (AT_UID | AT_GID)) {
255 if (((mask & AT_UID) && vap->va_uid != ovap->va_uid) ||
256 ((mask & AT_GID) && vap->va_gid != ovap->va_gid &&
265 if (((mask & AT_UID) && vap->va_uid != ovap->va_uid) ||
266 ((mask & AT_GID) && vap->va_gid != ovap->va_gid)) {
270 if (mask & (AT_ATIME | AT_MTIME)) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh115 sigset_t mask;
124 (void) sigemptyset(&mask);
125 (void) sigsuspend(&mask);
/freebsd-11-stable/contrib/gcc/config/
H A Dopenbsd.h308 long mask = ~(size-1); \
309 char *page = (char *) (((long) addr) & mask); \
310 char *end = (char *) ((((long) (addr + TRAMPOLINE_SIZE)) & mask) + size); \
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_isa.c303 unsigned instr, mask; local
366 mask = 0;
414 if (mask & (1 << i.IType.rt))
416 mask |= (1 << i.IType.rt);
445 if (mask & (1 << i.IType.rt))
447 mask |= (1 << i.IType.rt);
511 uint32_t opcode, mask; local
520 mask = 0;
583 if (mask & (1 << i.IType.rt))
585 mask |
[all...]
/freebsd-11-stable/sys/mips/adm5120/
H A Dadmpci.c207 uint32_t shift, mask; local
238 mask = 0xff;
239 data = (data >> shift) & mask;
242 mask = 0xffff;
244 data = data & mask;
246 data = (data >> 16) & mask;
266 uint32_t shift, mask; local
291 mask = 0xff;
292 data = (reg_data & ~ (mask << shift)) | (data << shift);
295 mask
[all...]
/freebsd-11-stable/sys/mips/idt/
H A Didtpci.c174 /* Zero status and mask DA interrupts */
293 uint32_t shift, mask; local
321 mask = 0xff;
322 data = (data >> shift) & mask;
325 mask = 0xffff;
327 data = data & mask;
329 data = (data >> 16) & mask;
350 uint32_t shift, mask; local
375 mask = 0xff;
376 data = (reg_data & ~ (mask << shif
[all...]
H A Dobio.c83 int ip_bit, mask, mask_register; local
85 /* mask IRQ */
89 mask = ICU_REG_READ(mask_register);
90 ICU_REG_WRITE(mask_register, mask | ip_bit);
97 int ip_bit, mask, mask_register; local
103 mask = ICU_REG_READ(mask_register);
104 ICU_REG_WRITE(mask_register, mask & ~ip_bit);
230 /* XXX: should we mask/unmask IRQ here? */
240 /* XXX: should we mask/unmask IRQ here? */
271 int irq, ip_bit, error, mask, mask_registe local
307 uint32_t mask_register, mask, ip_bit; local
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_gpio.c411 unsigned int mask = 0; local
414 mask = ahp->ah_gpio_cause;
415 return mask;
535 * get the GPIO input pin mask
543 u_int32_t mask = (1 << (AR9382_MAX_GPIO_INPUT_PIN_NUM + 1) ) - 1; local
546 mask = (1 << AR9382_MAX_GPIO_PIN_NUM) - 1;
547 mask &= ~(1 << AR9382_GPIO_PIN_8_RESERVED);
549 return mask;
553 ar9300_gpio_set_mask(struct ath_hal *ah, u_int32_t mask, u_int32_t pol_map) argument
561 if (mask
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_boot.c65 int mask; member in struct:__anon5351
84 * the flags we encounter. Later, to get a howto mask, we grovel through these
90 * @brief convert the env vars in howto_names into a howto mask
101 howto |= howto_names[i].mask;
116 if (howto & howto_names[i].mask)
121 * @brief Helper routine to parse a single arg and return its mask
123 * Parse all the - options to create a mask (or a serial speed in the
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h89 /// Return bitmask of domains that are available and in mask.
90 unsigned getCommonDomains(unsigned mask) const {
91 return AvailableDomains & mask;
202 /// A soft instruction can be changed to work in other domains given by mask.
203 void visitSoftInstr(MachineInstr *, unsigned mask);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h49 uint32_t mask = ((1u << (msbit - lsbit + 1)) - 1);
50 bits &= ~(mask << lsbit);
51 bits |= (val & mask) << lsbit;
72 // Create a mask that starts at bit zero and includes "bit"
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dfilesize.c43 svn_filesize_t mask;
62 if (abs_size > order[index].mask)
138 This is division by (order[index].mask + 1), which is the base-2^10
185 This is division by (order[index].mask + 1), which is the
193 const svn_filesize_t divisor = (order[index - 1].mask + 1);
41 svn_filesize_t mask; member in struct:filesize_order_t
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c239 if ((fs1->mask.pfvf_vld || fs1->mask.ovlan_vld) &&
242 if (fs1->mask.vlan_vld && fs1->val.vlan != fs2->val.vlan)
244 if (fs1->mask.macidx && fs1->val.macidx != fs2->val.macidx)
246 if (fs1->mask.frag && fs1->val.frag != fs2->val.frag)
248 if (fs1->mask.matchtype && fs1->val.matchtype != fs2->val.matchtype)
250 if (fs1->mask.iport && fs1->val.iport != fs2->val.iport)
252 if (fs1->mask.fcoe && fs1->val.fcoe != fs2->val.fcoe)
254 if (fs1->mask.proto && fs1->val.proto != fs2->val.proto)
256 if (fs1->mask
431 uint64_t mask; local
1093 set_tcb_field(struct adapter *sc, u_int tid, uint16_t word, uint64_t mask, uint64_t val, int no_reply) argument
1612 mk_set_tcb_field_ulp(struct ulp_txpkt *ulpmc, uint64_t word, uint64_t mask, uint64_t val, uint32_t tid, uint32_t qid) argument
[all...]
/freebsd-11-stable/sbin/routed/
H A Dtable.c83 * mask and differing only in the least significant bit of the network
84 * number can be combined into a single route with a coarser mask.
87 * coarse mask provided no incompatible routes with intermediate masks
90 * an intermediate mask, since the suppressed route would be covered
197 * mask is appropriate. This is ensured by scanning the routes
198 * in lexical order, and with the most restrictive mask first
203 naddr lim_mask, /* matching this mask */
235 /* We found a route with a coarser mask that
284 naddr mask,
305 if ((mask
283 ag_check(naddr dst, naddr mask, naddr gate, naddr nhop, char metric, char pref, u_int new_seqno, u_short tag, u_short state, void (*out)(struct ag_info *)) argument
676 rtioctl(int action, naddr dst, naddr gate, naddr mask, int metric, int flags) argument
784 kern_find(naddr dst, naddr mask, struct khash ***ppk) argument
799 kern_add(naddr dst, naddr mask) argument
889 naddr mask; local
1158 naddr mask, gate; local
1556 del_static(naddr dst, naddr mask, naddr gate, int gone) argument
1669 rtget(naddr dst, naddr mask) argument
1699 rtadd(naddr dst, naddr mask, u_int state, struct rt_spare *new) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_nist.c379 PTR_SIZE_INT mask; local
480 mask =
483 mask &= 0 - (PTR_SIZE_INT) carry;
486 (((PTR_SIZE_INT) res & ~mask) | ((PTR_SIZE_INT) r_d & mask));
520 PTR_SIZE_INT mask; local
657 mask = 0 - (PTR_SIZE_INT) carry;
658 u.p = ((PTR_SIZE_INT) bn_sub_words & mask) |
659 ((PTR_SIZE_INT) bn_add_words & ~mask);
664 mask
701 PTR_SIZE_INT mask; local
947 PTR_SIZE_INT mask; local
1209 PTR_SIZE_INT mask; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clone.c96 sigset_t mask; local
118 sigemptyset(&mask);
119 sigaddset(&mask, SIGUSR1);
121 ATF_REQUIRE_ERRNO(errno, sigprocmask(SIG_BLOCK, &mask, NULL) != -1);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_hashtab.h53 unsigned long mask; member in struct:drm_open_hash

Completed in 163 milliseconds

<<11121314151617181920>>