DE4X5_SISR       1347 drivers/net/ethernet/dec/tulip/de4x5.c 	printk("\tsisr: 0x%08x\n", inl(DE4X5_SISR));
DE4X5_SISR       2630 drivers/net/ethernet/dec/tulip/de4x5.c 		    if (inl(DE4X5_SISR) & SISR_NRA) {
DE4X5_SISR       2663 drivers/net/ethernet/dec/tulip/de4x5.c 		if (!(inl(DE4X5_SISR) & SISR_SRA) && (lp->autosense == AUTO)) {
DE4X5_SISR       3042 drivers/net/ethernet/dec/tulip/de4x5.c 		if (!(inl(DE4X5_SISR) & SISR_SRA) && (lp->autosense == AUTO)) {
DE4X5_SISR       3346 drivers/net/ethernet/dec/tulip/de4x5.c 	    csr12 = inl(DE4X5_SISR);
DE4X5_SISR       3347 drivers/net/ethernet/dec/tulip/de4x5.c 	    outl(csr12, DE4X5_SISR);
DE4X5_SISR       3373 drivers/net/ethernet/dec/tulip/de4x5.c     sisr = (inl(DE4X5_SISR) & ~TIMER_CB) & (SISR_LKF | SISR_NCR);
DE4X5_SISR       3482 drivers/net/ethernet/dec/tulip/de4x5.c 	    return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0;
DE4X5_SISR       3505 drivers/net/ethernet/dec/tulip/de4x5.c 	    return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0;
DE4X5_SISR       3527 drivers/net/ethernet/dec/tulip/de4x5.c 		    (~inl(DE4X5_SISR)&SISR_LS10):
DE4X5_SISR       3544 drivers/net/ethernet/dec/tulip/de4x5.c 	return (inl(DE4X5_SISR) & SISR_LPN) >> 12;
DE4X5_SISR       3570 drivers/net/ethernet/dec/tulip/de4x5.c     sisr = inl(DE4X5_SISR);
DE4X5_SISR       3801 drivers/net/ethernet/dec/tulip/de4x5.c     ans = inl(DE4X5_SISR) & SISR_ANS;
DE4X5_SISR       5450 drivers/net/ethernet/dec/tulip/de4x5.c 	tmp.lval[4] = inl(DE4X5_SISR); j+=4;