Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dde4x5.c1353 printk("\tsigr: 0x%08x\n", inl(DE4X5_SIGR)); in de4x5_open()
3843 outl(csr15 | lp->cache.gepc, DE4X5_SIGR); in reset_init_sia()
3844 outl(csr15 | lp->cache.gep, DE4X5_SIGR); in reset_init_sia()
3847 outl(csr15, DE4X5_SIGR); in reset_init_sia()
5110 outl((data<<16) | lp->cache.csr15, DE4X5_SIGR); in gep_wr()
5123 return inl(DE4X5_SIGR) & 0x000fffff; in gep_rd()
5447 tmp.lval[7] = inl(DE4X5_SIGR); j+=4; in de4x5_ioctl()
Dde4x5.h36 #define DE4X5_SIGR iobase+(0x078 << lp->bus) /* SIA General Register */ macro