Lines Matching refs:DE4X5_SISR
1350 printk("\tsisr: 0x%08x\n", inl(DE4X5_SISR)); in de4x5_open()
2630 if (inl(DE4X5_SISR) & SISR_NRA) { in dc21041_autoconf()
2663 if (!(inl(DE4X5_SISR) & SISR_SRA) && (lp->autosense == AUTO)) { in dc21041_autoconf()
3042 if (!(inl(DE4X5_SISR) & SISR_SRA) && (lp->autosense == AUTO)) { in dc2114x_autoconf()
3340 csr12 = inl(DE4X5_SISR); in test_media()
3341 outl(csr12, DE4X5_SISR); in test_media()
3367 sisr = (inl(DE4X5_SISR) & ~TIMER_CB) & (SISR_LKF | SISR_NCR); in test_tp()
3476 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100()
3499 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up()
3521 (~inl(DE4X5_SISR)&SISR_LS10): in is_10_up()
3538 return (inl(DE4X5_SISR) & SISR_LPN) >> 12; in is_anc_capable()
3564 sisr = inl(DE4X5_SISR); in ping_media()
3795 ans = inl(DE4X5_SISR) & SISR_ANS; in test_ans()
5444 tmp.lval[4] = inl(DE4X5_SISR); j+=4; in de4x5_ioctl()