Home
last modified time | relevance | path

Searched refs:DE4X5_SISR (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c1347 printk("\tsisr: 0x%08x\n", inl(DE4X5_SISR)); in de4x5_open()
2631 if (inl(DE4X5_SISR) & SISR_NRA) { in dc21041_autoconf()
2664 if (!(inl(DE4X5_SISR) & SISR_SRA) && (lp->autosense == AUTO)) { in dc21041_autoconf()
3043 if (!(inl(DE4X5_SISR) & SISR_SRA) && (lp->autosense == AUTO)) { in dc2114x_autoconf()
3347 csr12 = inl(DE4X5_SISR); in test_media()
3348 outl(csr12, DE4X5_SISR); in test_media()
3374 sisr = (inl(DE4X5_SISR) & ~TIMER_CB) & (SISR_LKF | SISR_NCR); in test_tp()
3483 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100()
3506 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up()
3528 (~inl(DE4X5_SISR)&SISR_LS10): in is_10_up()
[all …]
Dde4x5.h33 #define DE4X5_SISR iobase+(0x060 << lp->bus) /* SIA Status Register */ macro