| /freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/ |
| D | ar5416_interrupts.c | 68 ar5416GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked) in ar5416GetPendingInterrupts() argument 76 *masked = 0; in ar5416GetPendingInterrupts() 86 *masked = 0; in ar5416GetPendingInterrupts() 117 *masked = 0; in ar5416GetPendingInterrupts() 121 *masked = isr & HAL_INT_COMMON; in ar5416GetPendingInterrupts() 123 *masked |= HAL_INT_RX; in ar5416GetPendingInterrupts() 125 *masked |= HAL_INT_TX; in ar5416GetPendingInterrupts() 138 *masked |= HAL_INT_TIM_TIMER; in ar5416GetPendingInterrupts() 144 *masked |= HAL_INT_RX; in ar5416GetPendingInterrupts() 146 *masked |= HAL_INT_TX; in ar5416GetPendingInterrupts() [all …]
|
| D | ar5416.h | 178 extern HAL_BOOL ar5416GetPendingInterrupts(struct ath_hal *, HAL_INT *masked);
|
| /freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/ |
| D | ar5211_interrupts.c | 49 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-9-stable/sys/dev/ath/ath_hal/ar5210/ |
| D | ar5210_interrupts.c | 42 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-9-stable/sys/dev/ath/ath_hal/ar5212/ |
| D | ar5212_interrupts.c | 55 ar5212GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked) in ar5212GetPendingInterrupts() argument 78 *masked = 0; in ar5212GetPendingInterrupts() 82 *masked = isr & HAL_INT_COMMON; in ar5212GetPendingInterrupts() 85 *masked |= HAL_INT_FATAL; in ar5212GetPendingInterrupts() 87 *masked |= HAL_INT_RX; in ar5212GetPendingInterrupts() 89 *masked |= HAL_INT_TX; in ar5212GetPendingInterrupts() 106 *masked |= HAL_INT_FATAL; in ar5212GetPendingInterrupts() 108 *masked |= mask2; in ar5212GetPendingInterrupts() 113 if (*masked & HAL_INT_FATAL) { in ar5212GetPendingInterrupts()
|
| /freebsd-9-stable/contrib/ntp/html/hints/ |
| D | solaris.xtra.patchfreq | 65 let masked="(16#$store_mask & 16#$instr) - 16#$store" 66 if [ $masked -ne 0 ]; then
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | ntp_restrict.c | 290 struct in6_addr masked; in match_restrict6_addr() local 298 MASK_IPV6_ADDR(&masked, addr, &res->u.v6.mask); in match_restrict6_addr() 299 if (ADDR6_EQ(&masked, &res->u.v6.addr) in match_restrict6_addr()
|
| /freebsd-9-stable/sys/dev/fdt/ |
| D | fdt_pci.c | 252 pcell_t child_spec[4], masked[4]; in fdt_pci_route_intr() local 294 masked[j] = child_spec[j] & in fdt_pci_route_intr() 297 if (masked[j] != fdt32_to_cpu(map_ptr[j])) in fdt_pci_route_intr()
|
| /freebsd-9-stable/sys/x86/x86/ |
| D | local_apic.c | 620 lapic_set_lvt_mask(u_int apic_id, u_int pin, u_char masked) in lapic_set_lvt_mask() argument 626 lvts[pin].lvt_masked = masked; in lapic_set_lvt_mask() 632 lapics[apic_id].la_lvts[pin].lvt_masked = masked; in lapic_set_lvt_mask() 638 printf(" LINT%u %s\n", pin, masked ? "masked" : "unmasked"); in lapic_set_lvt_mask()
|
| /freebsd-9-stable/sys/amd64/include/ |
| D | apicvar.h | 219 int lapic_set_lvt_mask(u_int apic_id, u_int lvt, u_char masked);
|
| /freebsd-9-stable/contrib/gcc/config/s390/ |
| D | s390-modes.def | 103 If bits of an integer masked with an AND instruction are checked, the test under 105 The simple cases are checks whether all masked bits are zero or ones:
|
| /freebsd-9-stable/sys/i386/include/ |
| D | apicvar.h | 249 int lapic_set_lvt_mask(u_int apic_id, u_int lvt, u_char masked);
|
| /freebsd-9-stable/sys/dev/sound/isa/ |
| D | mss.c | 1087 u_char masked = 0, i11, mc11, c = 0; in opti931_intr() local 1112 if (mc11 & masked) BVDDB(printf("irq reset failed, mc11 0x%02x, 0x%02x\n",\ in opti931_intr() 1113 mc11, masked)); in opti931_intr() 1114 masked |= mc11; in opti931_intr()
|
| /freebsd-9-stable/contrib/smbfs/ |
| D | HISTORY | 34 - In all previous versions of smbfs signals weren't properly masked,
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | README-interworking | 231 bottom bit masked out), and if the bottom bit is set, then Thumb
|
| /freebsd-9-stable/contrib/ncurses/doc/ |
| D | hackguide.doc | 168 of the bugs we've seen are either triggered or masked by these.
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog | 1056 (queue_fixup_recursively): Add signed RELC support. Change from masked
|
| /freebsd-9-stable/sys/netpfil/ipfw/ |
| D | dummynet.txt | 803 masked. The enqueue() must call dn_queue_packet(q, m) function to really
|
| /freebsd-9-stable/contrib/gcc/ |
| D | combine.c | 5819 rtx mask, cleared, masked; in expand_field_assignment() local 5921 masked = simplify_gen_binary (ASHIFT, compute_mode, in expand_field_assignment() 5930 cleared, masked)); in expand_field_assignment()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | Mips16InstrInfo.td | 1421 // setcc instead and earlier I had implemented setcc first so may have masked
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | ChangeLog-9899 | 999 will be masked later.
|
| /freebsd-9-stable/share/doc/IPv6/ |
| D | IMPLEMENTATION | 2029 (masked with 0xfc) from inner (use inner TOS bits as is) 2033 CE (masked with 0xfe) from change. if outer ECN CE bit
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | README | 456 NAMELISTMASK If defined, values returned by nlist(3) are masked
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 2774 behaviour is masked when SSL_OP_ALL is used due to 4701 from the external cache. This problem was masked, when 8519 already masked variable.
|
| /freebsd-9-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-2 | 2077 gate so that interrupts are masked while the handler runs. The
|