Searched refs:intstat (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Dsa.c51 unsigned short intstat, mask; local
53 intstat = sa_readw(dev, DoorbellReg_p);
62 if (intstat & mask) {
63 if (intstat & PrintfReady) {
67 } else if (intstat & DOORBELL_1) { // dev -> Host Normal Command Ready
70 } else if (intstat & DOORBELL_2) { // dev -> Host Normal Response Ready
73 } else if (intstat & DOORBELL_3) { // dev -> Host Normal Command Not Full
75 } else if (intstat & DOORBELL_4) { // dev -> Host Normal Response Not Full
H A Drx.c52 u8 intstat, mask; local
53 intstat = rx_readb(dev, MUnit.OISR);
61 if (intstat & mask)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h487 u_int intstat; local
497 intstat = CMDCMPLT;
499 intstat = ahc_inb(ahc, INTSTAT);
502 if (intstat & CMDCMPLT) {
521 if (intstat == 0xFF && (ahc->features & AHC_REMOVABLE) != 0)
525 if ((intstat & INT_PEND) == 0) {
539 if (intstat & BRKADRINT) {
545 if ((intstat & (SEQINT|SCSIINT)) != 0)
548 if ((intstat & SEQINT) != 0)
549 ahc_handle_seqint(ahc, intstat);
[all...]
H A Daic7xxx.h1140 void ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat);
1142 u_int intstat);
H A Daic7xxx_core.c401 ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat) argument
415 switch (intstat & SEQINT_MASK) {
443 devinfo.target, intstat, scb_index);
759 if ((intstat & SCSIINT) == 0
922 "intstat == 0x%x, scsisigi = 0x%x\n",
923 intstat, ahc_inb(ahc, SCSISIGI));
936 ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat) argument
4784 int intstat; local
4789 intstat = 0;
4794 if (intstat
[all...]
/asus-wl-520gu-7.0.1.45/src/include/
H A Dsbmemc.h54 uint32 intstat; member in struct:sbmemcregs
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c946 InterruptStatus intstat; local
963 intstat = DisableInterrupts();
967 RestoreInterrupts(intstat);
997 RestoreInterrupts(intstat);
1120 InterruptStatus intstat = DisableInterrupts(); local
1122 RestoreInterrupts(intstat);
1144 InterruptStatus intstat = DisableInterrupts(); local
1172 RestoreInterrupts(intstat);
1351 InterruptStatus intstat = DisableInterrupts(); local
1358 RestoreInterrupts(intstat);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptbase.c3708 u32 intstat; local
3712 intstat = CHIPREG_READ32(&ioc->chip->IntStatus);
3713 if (! (intstat & MPI_HIS_IOP_DOORBELL_STATUS))
3722 intstat = CHIPREG_READ32(&ioc->chip->IntStatus);
3723 if (! (intstat & MPI_HIS_IOP_DOORBELL_STATUS))
3759 u32 intstat; local
3763 intstat = CHIPREG_READ32(&ioc->chip->IntStatus);
3764 if (intstat & MPI_HIS_DOORBELL_INTERRUPT)
3773 intstat = CHIPREG_READ32(&ioc->chip->IntStatus);
3774 if (intstat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c4346 aic7xxx_handle_seqint(struct aic7xxx_host *p, unsigned char intstat) argument
4368 switch (intstat & SEQINT_MASK)
4669 p->host_no, channel, target, lun, intstat, scb_index);
4678 " cmd 0x%lx.\n", p->host_no, channel, target, lun, intstat,
5351 p->host_no, channel, target, lun, intstat,
6117 aic7xxx_handle_scsiint(struct aic7xxx_host *p, unsigned char intstat) argument
6829 unsigned char intstat; local
6838 if (!((intstat = aic_inb(p, INTSTAT)) & INT_PEND))
6875 if (intstat & CMDCMPLT)
6880 if (intstat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dcmpci.c1160 unsigned int intsrc, intstat; local
1168 intstat = inb(s->iobase + CODEC_CMI_INT_HLDCLR + 2);
1174 outb(intstat & ~mask, s->iobase + CODEC_CMI_INT_HLDCLR + 2);
1175 outb(intstat | mask, s->iobase + CODEC_CMI_INT_HLDCLR + 2);

Completed in 120 milliseconds