HomeSort by: relevance | last modified time | path
    Searched refs:ints (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_interrupts.c 136 * via the enumerated bitmask in ints.
139 ar5212SetInterrupts(struct ath_hal *ah, HAL_INT ints)
146 __func__, omask, ints);
154 mask = ints & HAL_INT_COMMON;
156 if (ints & HAL_INT_TX) {
166 if (ints & HAL_INT_RX)
168 if (ints & (HAL_INT_BMISC)) {
170 if (ints & HAL_INT_TIM)
172 if (ints & HAL_INT_DTIM)
174 if (ints & HAL_INT_DTIMSYNC
    [all...]
ar5212.h 435 extern HAL_INT ar5212SetInterrupts(struct ath_hal *ah, HAL_INT ints);
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_interrupts.c 89 ar5210SetInterrupts(struct ath_hal *ah, HAL_INT ints)
96 __func__, omask, ints);
108 mask = ints & (HAL_INT_COMMON - HAL_INT_BNR);
109 if (ints & HAL_INT_RX)
111 if (ints & HAL_INT_TX) {
125 ahp->ah_maskReg = ints;
128 if (ints & HAL_INT_GLOBAL) {
ar5210_xmit.c 332 HAL_INT ints = ar5210GetInterrupts(ah); local in function:ar5210UpdateTxTrigLevel
338 (void) ar5210SetInterrupts(ah, ints &~ HAL_INT_GLOBAL);
352 ar5210SetInterrupts(ah, ints);
359 ar5210SetInterrupts(ah, ints);
ar5210.h 272 extern HAL_INT ar5210SetInterrupts(struct ath_hal *, HAL_INT ints);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_interrupts.c 103 * via the enumerated bitmask in ints.
106 ar5211SetInterrupts(struct ath_hal *ah, HAL_INT ints)
113 __func__, omask, ints);
127 mask = ints & HAL_INT_COMMON;
128 if (ints & HAL_INT_TX) {
138 if (ints & HAL_INT_RX)
140 if (ints & HAL_INT_FATAL) {
151 ahp->ah_maskReg = ints;
154 if (ints & HAL_INT_GLOBAL) {
ar5211_xmit.c 41 HAL_INT ints = ar5211GetInterrupts(ah); local in function:ar5211UpdateTxTrigLevel
47 ar5211SetInterrupts(ah, ints &~ HAL_INT_GLOBAL);
62 ar5211SetInterrupts(ah, ints);
70 ar5211SetInterrupts(ah, ints);
ar5211.h 302 extern HAL_INT ar5211SetInterrupts(struct ath_hal *, HAL_INT ints);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_interrupts.c 171 * via the enumerated bitmask in ints.
174 ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints)
181 __func__, omask, ints);
195 mask = ints & HAL_INT_COMMON;
198 if (ints & HAL_INT_TX) {
208 if (ints & HAL_INT_RX)
215 mask = ints & HAL_INT_COMMON;
216 if (ints & HAL_INT_TX)
218 if (ints & HAL_INT_RX)
221 if (ints & (HAL_INT_BMISC))
    [all...]
ar5416.h 134 extern HAL_INT ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints);
  /src/sys/arch/hppa/spmath/
fpudispatch.c 666 struct { unsigned i1; unsigned i2; } ints; member in union:decode_06::__anon9edda888010a
716 fpregs[tm] = mtmp.ints.i1;
717 fpregs[tm+1] = mtmp.ints.i2;
718 fpregs[ta] = atmp.ints.i1;
719 fpregs[ta+1] = atmp.ints.i2;
769 fpregs[tm] = mtmp.ints.i1;
770 fpregs[ta] = atmp.ints.i1;
790 struct { unsigned i1; unsigned i2; } ints; member in union:decode_26::__anon9edda888030a
823 fpregs[tm] = mtmp.ints.i1;
824 fpregs[tm+1] = mtmp.ints.i2
    [all...]
  /src/sys/arch/luna68k/stand/boot/
sc.c 423 printf("sc%d: abort phase=0x%x, ssts=0x%x, ints=0x%x\n",
654 uint8_t ints, temp; local in function:scintr
662 if ((ints = hd->scsi_ints) != 0)
676 printf("scintr: INTS 0x%x, SSTS 0x%x, PCTL 0x%x, PSNS 0x%x 0x%x\n",
677 ints, hd->scsi_ssts, hd->scsi_pctl, hd->scsi_psns, hs->sc_phase);
679 if (ints & INTS_RESEL) {
689 } else if (ints & INTS_DISCON) {
701 hd->scsi_ints = ints;
705 } else if (ints & INTS_CMD_DONE) {
710 hd->scsi_ints = ints;
    [all...]
  /src/sys/arch/hp300/stand/common/
scsi.c 197 uint8_t ints; local in function:wait_for_select
200 while ((ints = hd->scsi_ints) == 0) {
205 hd->scsi_ints = ints;
271 uint8_t phase, ints; local in function:scsiicmd
353 while ((ints = hd->scsi_ints) == 0) {
358 hd->scsi_ints = ints;
359 if (ints & INTS_SRV_REQ)
361 else if (ints & INTS_DISCON)
363 else if ((ints & INTS_CMD_DONE) == 0)
  /src/sys/arch/mips/rmi/
rmixl_spl.S 88 mtc0 zero, MIPS_COP_0_STATUS ## disable all ints in STATUS
  /src/sys/dev/ic/
mb89352.c 228 bus_space_write_1(iot, ioh, INTS, 0);
357 bus_space_write_1(iot, ioh, INTS, 0);
618 if (bus_space_read_1(iot, ioh, INTS) != 0)
936 if (bus_space_read_1(iot, ioh, INTS) != 0) {
970 * We have to read INTS before checking SSTS to avoid
975 intstat = bus_space_read_1(iot, ioh, INTS);
986 bus_space_read_1(iot, ioh, INTS) != 0)
1367 if (bus_space_read_1(iot, ioh, INTS) != 0)
1378 if (bus_space_read_1(iot, ioh, INTS) != 0) {
1470 if (bus_space_read_1(iot, ioh, INTS) != 0
1643 uint8_t ints; local in function:spc_intr
    [all...]
  /src/sys/arch/x68k/dev/
kbd.c 445 u_char ints, c; local in function:kbdcngetc
448 ints = mfp_get_iera();
454 mfp_set_iera(ints);
mha.c 1640 u_char ints;
1675 while (((ints = SSR) & SS_IREQUEST) == 0)
1677 SPC_MISC(("ints = 0x%x ", ints));
1679 ints = SSR;
  /src/sys/arch/arm/sunxi/
sunxi_thermal.c 485 uint32_t ints; local in function:sunxi_thermal_intr
489 ints = RD4(sc, THS_INTS);
490 WR4(sc, THS_INTS, ints);
492 if ((ints & SHUT_INT_ALL) != 0)
495 if ((ints & ALARM_INT_ALL) != 0) {
  /src/sys/arch/amiga/dev/
kbd.c 264 * collides with external ints from SCSI, watch out for this when
629 u_char ints, mask, c, in; local in function:kbdgetcn
656 for (ints = 0; ! ((mask = ciaa.icr) & CIA_ICR_SP);
657 ints |= mask) ;
675 if (ints)
676 dispatch_cia_ints (0, ints);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_gf100.c 508 u32 ints = (intr >> (unkn * 0x04)) & inte; local in function:gf100_fifo_intr_engine_unit
509 if (ints & 0x1) {
511 ints &= ~1;
513 if (ints) {
515 engn, unkn, ints);
516 nvkm_mask(device, 0x002628, ints, 0);
  /src/sys/arch/x68k/x68k/
iodevice.h 240 char pad08; unsigned char ints; member in struct:spc
  /src/sys/arch/shark/shark/
profile.c 283 static int ints = 0; variable in typeref:typename:int
  /src/sys/arch/amiga/amiga/
locore.s 473 movb %a0@(CIAICR),%d0 | read irc register (clears ints!)
575 * as we return. Block generation of level 6 ints until
614 movb %a0@(CIAICR),%d0 | read irc register (clears ints!)
1386 .asciz "kbd/soft" | 1: native keyboard, soft ints
  /src/sys/arch/mips/mips/
locore_mips1.S 970 xor t0, a1 # turns off the FPU & ints on

Completed in 85 milliseconds