/src/sys/external/isc/atheros_hal/dist/ar5210/ |
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);
|
/src/sys/external/isc/atheros_hal/dist/ar5211/ |
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);
|
/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/shark/shark/ |
profile.c | 283 static int ints = 0; variable in typeref:typename:int
|
/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);
|
/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/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/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/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/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/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/x68k/x68k/ |
iodevice.h | 240 char pad08; unsigned char ints; member in struct:spc
|