Home
last modified time | relevance | path

Searched refs:DE4X5_SICR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddc2114x.c35 #define DE4X5_SICR 0x068 /* SIA Connectivity Register */ macro
476 OUTL(dev, 0, DE4X5_SICR); in dc21x4x_halt()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c721 #define RESET_SIA outl(0, DE4X5_SICR); /* Reset SIA connectivity regs */
1348 printk("\tsicr: 0x%08x\n", inl(DE4X5_SICR)); in de4x5_open()
3843 outl(1, DE4X5_SICR); in reset_init_sia()
3856 outl(csr13, DE4X5_SICR); in reset_init_sia()
4403 outl(lp->cache.csr13, DE4X5_SICR); in srom_exec()
5161 outl(0, DE4X5_SICR); in yawn()
5178 outl(0, DE4X5_SICR); in yawn()
5457 tmp.lval[5] = inl(DE4X5_SICR); j+=4; in de4x5_ioctl()
H A Dde4x5.h34 #define DE4X5_SICR iobase+(0x068 << lp->bus) /* SIA Connectivity Register */ macro