/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);
|
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_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_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);
|
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_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_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)
|
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)
|
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)
|
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
|
profile.c | 283 static int ints = 0; variable in typeref:typename:int
|
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);
|
kbd.c | 445 u_char ints, c; local in function:kbdcngetc 448 ints = mfp_get_iera(); 454 mfp_set_iera(ints);
|
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...] |
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...] |
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);
|
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...] |
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...] |