Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dec/tulip/
A Dde4x5.c1349 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()
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()
[all …]
A Dde4x5.h33 #define DE4X5_SISR iobase+(0x060 << lp->bus) /* SIA Status Register */ macro

Completed in 15 milliseconds