Home
last modified time | relevance | path

Searched refs:masked (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c68 ar5416GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked) in ar5416GetPendingInterrupts() argument
85 *masked = 0; in ar5416GetPendingInterrupts()
98 *masked = 0; in ar5416GetPendingInterrupts()
145 *masked = 0; in ar5416GetPendingInterrupts()
149 *masked = isr & HAL_INT_COMMON; in ar5416GetPendingInterrupts()
152 *masked |= HAL_INT_RX; in ar5416GetPendingInterrupts()
154 *masked |= HAL_INT_TX; in ar5416GetPendingInterrupts()
170 *masked |= HAL_INT_RX; in ar5416GetPendingInterrupts()
173 *masked |= HAL_INT_RX; in ar5416GetPendingInterrupts()
178 *masked |= HAL_INT_TX; in ar5416GetPendingInterrupts()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c49 ar5211GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked) in ar5211GetPendingInterrupts() argument
55 *masked = 0; in ar5211GetPendingInterrupts()
59 *masked = isr & HAL_INT_COMMON; in ar5211GetPendingInterrupts()
62 *masked |= HAL_INT_FATAL; in ar5211GetPendingInterrupts()
64 *masked |= HAL_INT_RX; in ar5211GetPendingInterrupts()
66 *masked |= HAL_INT_TX; in ar5211GetPendingInterrupts()
75 *masked |= HAL_INT_FATAL; in ar5211GetPendingInterrupts()
81 if (*masked & HAL_INT_FATAL) { in ar5211GetPendingInterrupts()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c42 ar5210GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked) in ar5210GetPendingInterrupts() argument
51 *masked = 0; in ar5210GetPendingInterrupts()
62 *masked = (isr & (HAL_INT_COMMON - HAL_INT_BNR)) & ahp->ah_maskReg; in ar5210GetPendingInterrupts()
65 *masked |= HAL_INT_FATAL; in ar5210GetPendingInterrupts()
67 *masked |= HAL_INT_RX; in ar5210GetPendingInterrupts()
69 *masked |= HAL_INT_TX; in ar5210GetPendingInterrupts()
74 if (*masked & HAL_INT_FATAL) { in ar5210GetPendingInterrupts()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c54 ar5212GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked) in ar5212GetPendingInterrupts() argument
77 *masked = 0; in ar5212GetPendingInterrupts()
81 *masked = isr & HAL_INT_COMMON; in ar5212GetPendingInterrupts()
84 *masked |= HAL_INT_FATAL; in ar5212GetPendingInterrupts()
86 *masked |= HAL_INT_RX; in ar5212GetPendingInterrupts()
88 *masked |= HAL_INT_TX; in ar5212GetPendingInterrupts()
105 *masked |= HAL_INT_FATAL; in ar5212GetPendingInterrupts()
107 *masked |= mask2; in ar5212GetPendingInterrupts()
112 if (*masked & HAL_INT_FATAL) { in ar5212GetPendingInterrupts()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c83 HAL_INT *masked, in ar9300_get_pending_interrupts() argument
98 *masked = 0; in ar9300_get_pending_interrupts()
104 *masked = HAL_INT_RXHP; in ar9300_get_pending_interrupts()
109 *masked = HAL_INT_RXLP; in ar9300_get_pending_interrupts()
113 *masked = HAL_INT_TX; in ar9300_get_pending_interrupts()
212 *masked = 0; in ar9300_get_pending_interrupts()
217 *masked = isr & HAL_INT_COMMON; in ar9300_get_pending_interrupts()
227 *masked |= HAL_INT_RXLP; in ar9300_get_pending_interrupts()
232 *masked |= HAL_INT_TX; in ar9300_get_pending_interrupts()
237 *masked |= HAL_INT_RXLP; in ar9300_get_pending_interrupts()
[all …]
H A Dar9300_freebsd.h18 HAL_INT *masked);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/
H A Dtmpfile_stat_mode.c55 mode_t masked = 0777 & ~mask; in test_stat_mode() local
83 if (mode != masked) in test_stat_mode()
84 errx(5, "fstat(2) %o != %o\n", mode, masked); in test_stat_mode()
95 if (mode != masked) in test_stat_mode()
96 errx(8, "fstat(2) %o != %o\n", mode, masked); in test_stat_mode()
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.patchfreq65 let masked="(16#$store_mask & 16#$instr) - 16#$store"
66 if [ $masked -ne 0 ]; then
/freebsd/crypto/openssh/
H A Dsrclimit.c71 srclimit_mask_addr(const struct xaddr *addr, int bits, struct xaddr *masked) in srclimit_mask_addr() argument
77 addr_and(masked, addr, &xmask) != 0) { in srclimit_mask_addr()
348 struct xaddr masked; in srclimit_penalise() local
396 if (srclimit_mask_addr(addr, bits, &masked) != 0) in srclimit_penalise()
420 penalty->addr = masked; in srclimit_penalise()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DLanai.def10 // 21-bit symbol relocation with last two bits masked to 0
/freebsd/contrib/ntp/ntpd/
H A Dntp_restrict.c362 struct in6_addr masked; in match_restrict4_addr()
369 MASK_IPV6_ADDR(&masked, addr, &res->u.v6.mask); in match_restrict6_addr()
370 if (ADDR6_EQ(&masked, &res->u.v6.addr) in match_restrict6_addr()
375 struct in6_addr masked; match_restrict6_addr() local
/freebsd/contrib/file/magic/Magdir/
H A Drpi36 # masked with MAGIC_MASK and then compared with MAGIC
/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c296 * Otherwise the event channel is left masked and without a handler, in xen_intr_bind_isrc()
394 * if we masked out all events, wrap around in xen_intr_handle_upcall()
410 /* if we masked out all events, move on */ in xen_intr_handle_upcall()
661 int error, masked; in xen_intr_assign_cpu()
676 masked = evtchn_test_and_set_mask(isrc->xi_port); in xen_intr_assign_cpu()
704 if (masked == 0) in xen_intr_disable_source()
724 * NB: checking if the event channel is already masked is in xen_intr_enable_source()
642 int error, masked; xen_intr_assign_cpu() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrMMA.td39 // Defines 4 instructions, masked/unmasked with masks 8, 4, 4 bits.
80 // Defines 4 instructions, masked/unmasked with masks 4, 4, 4 bits.
121 // Defines 4 instructions, masked/unmasked with masks 2, 4, 4 bits.
160 // Defines 4 instructions, masked/unmasked with masks 2, 4, 4 bits.
222 // Defines 10 instructions, operand negating, unmasked, masked with 2, 4, 4
223 // bits. Upper nibble are masked with 0x8, 0x4, 0xC for negating operands.
304 // Upper nibble are masked with 0x8, 0x4, 0xC for negating operands.
338 // Defines 10 instructions, operand negating, unmasked, masked with 4, 4 bits.
339 // Upper nibble are masked with 0x8, 0x4, 0xC for negating operands.
419 // Defines 10 instructions, operand negating, unmasked, masked with 4, 2 bits.
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite.shlib39 # value to prevent real failures from being masked by the unexpected
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.h145 unsigned masked; member
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dst_fdma.txt51 -bit 2-0: Holdoff value, dreq will be masked for
/freebsd/sys/x86/include/
H A Dapicvar.h251 int lapic_set_lvt_mask(u_int apic_id, u_int lvt, u_char masked);
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c2120 bhnd_addr_t masked; in bhndb_get_dma_translation() local
2134 masked = (dwin->addr_mask | dwin->addrext_mask) & addr_mask; in bhndb_get_dma_translation()
2135 if (masked == 0) in bhndb_get_dma_translation()
2139 if (match == NULL || masked > match_addr_mask) { in bhndb_get_dma_translation()
2141 match_addr_mask = masked; in bhndb_get_dma_translation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsLoongArch.td47 // @llvm.loongarch.masked.cmpxchg.i64.<p>(
/freebsd/sys/x86/x86/
H A Dlocal_apic.c1116 lapic_set_lvt_mask(u_int apic_id, u_int pin, u_char masked) in lapic_set_lvt_mask() argument
1122 lvts[pin].lvt_masked = masked; in lapic_set_lvt_mask()
1128 lapics[apic_id].la_lvts[pin].lvt_masked = masked; in lapic_set_lvt_mask()
1134 printf(" LINT%u %s\n", pin, masked ? "masked" : "unmasked"); in lapic_set_lvt_mask()
/freebsd/lib/libc/amd64/string/
H A Dmemrchr.S131 sub %edx, %ecx # number of bytes to be masked out
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci-iommu.txt95 * function bits masked out.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td67 // * The destination vector register group for a masked vector instruction
83 // source register and, if masked, cannot overlap the mask register ('v0').
86 // if masked, cannot overlap the mask register ('v0').
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DPPCTargetParser.def68 // data member is masked by Mask.
71 // then masked by Mask.

123