Lines Matching refs:DE4X5_SISR
1349 printk("\tsisr: 0x%08x\n", inl(DE4X5_SISR)); in de4x5_open()
2632 if (inl(DE4X5_SISR) & SISR_NRA) { in dc21041_autoconf()
2665 if (!(inl(DE4X5_SISR) & SISR_SRA) && (lp->autosense == AUTO)) { in dc21041_autoconf()
3044 if (!(inl(DE4X5_SISR) & SISR_SRA) && (lp->autosense == AUTO)) { in dc2114x_autoconf()
3348 csr12 = inl(DE4X5_SISR); in test_media()
3349 outl(csr12, DE4X5_SISR); in test_media()
3375 sisr = (inl(DE4X5_SISR) & ~TIMER_CB) & (SISR_LKF | SISR_NCR); in test_tp()
3484 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100()
3507 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up()
3529 (~inl(DE4X5_SISR)&SISR_LS10): in is_10_up()
3546 return (inl(DE4X5_SISR) & SISR_LPN) >> 12; in is_anc_capable()
3572 sisr = inl(DE4X5_SISR); in ping_media()
3803 ans = inl(DE4X5_SISR) & SISR_ANS; in test_ans()
5460 tmp.lval[4] = inl(DE4X5_SISR); j+=4; in de4x5_siocdevprivate()