Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c1350 printk("\tsigr: 0x%08x\n", inl(DE4X5_SIGR)); in de4x5_open()
3850 outl(csr15 | lp->cache.gepc, DE4X5_SIGR); in reset_init_sia()
3851 outl(csr15 | lp->cache.gep, DE4X5_SIGR); in reset_init_sia()
3854 outl(csr15, DE4X5_SIGR); in reset_init_sia()
5117 outl((data<<16) | lp->cache.csr15, DE4X5_SIGR); in gep_wr()
5130 return inl(DE4X5_SIGR) & 0x000fffff; in gep_rd()
5454 tmp.lval[7] = inl(DE4X5_SIGR); j+=4; in de4x5_ioctl()
Dde4x5.h36 #define DE4X5_SIGR iobase+(0x078 << lp->bus) /* SIA General Register */ macro