Searched refs:IStatus (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skxmac2.c | 3910 SK_U16 IStatus) /* Interrupt Status word to analyse */ in SkXmAutoNegLipaXmac() argument 3917 (IStatus & (XM_IS_LIPA_RC | XM_IS_RX_PAGE | XM_IS_AND)) != 0) { in SkXmAutoNegLipaXmac() 3921 Port, IStatus)); in SkXmAutoNegLipaXmac() 3984 SK_U16 IStatus; /* Interrupt status read from the XMAC */ in SkXmIrq() local 3992 XM_IN16(IoC, Port, XM_ISRC, &IStatus); in SkXmIrq() 3996 SkXmAutoNegLipaXmac(pAC, IoC, Port, IStatus); in SkXmIrq() 4000 IStatus &= ~(XM_IS_LNK_AE | XM_IS_LIPA_RC | in SkXmIrq() 4006 ("XmacIrq Port %d Isr 0x%04X\n", Port, IStatus)); in SkXmIrq() 4015 if ((IStatus & XM_IS_INP_ASS) != 0) { in SkXmIrq() 4021 Port, IStatus, IStatus2)); in SkXmIrq() [all …]
|
D | skgehwt.c | 129 SK_U32 IStatus; in SkHwtRead() local 138 SK_IN32(Ioc, B0_ISRC, &IStatus); in SkHwtRead() 141 if ((TRead > pAC->Hwt.TStart) || (IStatus & IS_TIMINT)) { in SkHwtRead()
|
D | skgesirq.c | 2134 SK_U16 IStatus) /* Interrupt Status */ 2141 if ((IStatus & PHY_B_IS_PSE) != 0) { 2147 if ((IStatus & (PHY_B_IS_AN_PR | PHY_B_IS_LST_CHANGE)) != 0) { 2177 SK_U16 IStatus) /* Interrupt Status */ 2185 if ((IStatus & (PHY_M_IS_AN_PR | PHY_M_IS_LST_CHANGE)) != 0) { 2206 if ((IStatus & PHY_M_IS_AN_ERROR) != 0) { 2211 if ((IStatus & PHY_M_IS_FIFO_ERROR) != 0) { 2233 SK_U16 IStatus) /* Interrupt Status */ 2237 if (IStatus & (PHY_L_IS_DUP | PHY_L_IS_ISOL)) {
|
/linux-2.4.37.9/drivers/net/sk98lin/h/ |
D | skgeinit.h | 302 SK_U16 IStatus, SK_U64 SK_FAR *pVal); 600 SK_U16 IStatus); 674 SK_U16 IStatus); 714 SK_U16 IStatus,
|
/linux-2.4.37.9/drivers/scsi/ |
D | gdth.c | 3546 unchar IStatus; in gdth_interrupt() local 3574 if ((hanum = gdth_get_status(&IStatus,irq)) == -1) { in gdth_interrupt() 3592 if (IStatus == COALINDEX) { in gdth_interrupt() 3604 IStatus = (unchar)(pcs->status & 0xff); in gdth_interrupt() 3609 if (IStatus & 0x80) { /* error flag */ in gdth_interrupt() 3610 IStatus &= ~0x80; in gdth_interrupt() 3612 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status)); in gdth_interrupt() 3623 if (IStatus & 0x80) { /* error flag */ in gdth_interrupt() 3624 IStatus &= ~0x80; in gdth_interrupt() 3626 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status)); in gdth_interrupt() [all …]
|
/linux-2.4.37.9/drivers/net/tokenring/ |
D | smctr.c | 1880 tp->isb_ptr->IStatus[i].IType = 0xf0; in smctr_init_shared_memory() 1881 tp->isb_ptr->IStatus[i].ISubtype = 0; in smctr_init_shared_memory() 2036 while((tp->isb_ptr->IStatus[tp->current_isb_index].IType & 0xf0) == 0) in smctr_interrupt() 2039 isb_type = tp->isb_ptr->IStatus[isb_index].IType; in smctr_interrupt() 2040 isb_subtype = tp->isb_ptr->IStatus[isb_index].ISubtype; in smctr_interrupt() 2054 tp->isb_ptr->IStatus[isb_index].IType |= 0xf0; in smctr_interrupt()
|
D | smctr.h | 880 Interrupt_Status_Word IStatus[NUM_OF_INTERRUPTS]; member
|