Searched refs:DE4X5_SIGR (Results 1 – 2 of 2) sorted by relevance
1353 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()
36 #define DE4X5_SIGR iobase+(0x078 << lp->bus) /* SIA General Register */ macro