Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/dec/tulip/
Dde4x5.c1347 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()
3346 csr12 = inl(DE4X5_SISR); in test_media()
3347 outl(csr12, DE4X5_SISR); in test_media()
3373 sisr = (inl(DE4X5_SISR) & ~TIMER_CB) & (SISR_LKF | SISR_NCR); in test_tp()
3482 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100()
3505 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up()
3527 (~inl(DE4X5_SISR)&SISR_LS10): in is_10_up()
[all …]
Dde4x5.h33 #define DE4X5_SISR iobase+(0x060 << lp->bus) /* SIA Status Register */ macro