Lines Matching refs:csr15
527 int csr15; /* SIA General Register */ member
834 s32 csr15; /* Saved SIA General Register */ member
928 static int dc21040_state(struct net_device *dev, int csr13, int csr14, int csr15, int timeout, …
929 …t_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32 csr15, s32 msec);
2460 dc21040_state(struct net_device *dev, int csr13, int csr14, int csr15, int timeout, in dc21040_state() argument
2470 reset_init_sia(dev, csr13, csr14, csr15); in dc21040_state()
3325 test_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32 csr15, s32 mse… in test_media() argument
3334 reset_init_sia(dev, csr13, csr14, csr15); in test_media()
3751 lp->cache.csr15); in de4x5_cache_state()
3833 reset_init_sia(struct net_device *dev, s32 csr13, s32 csr14, s32 csr15) in reset_init_sia() argument
3846 csr15 = lp->cache.csr15; in reset_init_sia()
3849 outl(csr15 | lp->cache.gepc, DE4X5_SIGR); in reset_init_sia()
3850 outl(csr15 | lp->cache.gep, DE4X5_SIGR); in reset_init_sia()
3853 outl(csr15, DE4X5_SIGR); in reset_init_sia()
4672 lp->cache.csr15 = get_unaligned_le16(p); p += 2; in type2_infoblock()
4676 lp->cache.csr15 = CSR15; in type2_infoblock()
4757 lp->cache.csr15 = CSR15; in type4_infoblock()
5101 reset_init_sia(dev, lp->cache.csr13, lp->cache.csr14, lp->cache.csr15); in de4x5_switch_mac_port()
5122 outl((data<<16) | lp->cache.csr15, DE4X5_SIGR); in gep_wr()