Lines Matching refs:csr14
526 int csr14; /* SIA TX/RX Register */ member
833 s32 csr14; /* Saved SIA TX/RX Register */ member
928 static int dc21040_state(struct net_device *dev, int csr13, int csr14, int csr15, int timeout, …
929 static int test_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32…
2461 dc21040_state(struct net_device *dev, int csr13, int csr14, int csr15, int timeout, in dc21040_state() argument
2471 reset_init_sia(dev, csr13, csr14, csr15); in dc21040_state()
3326 test_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32 csr15, s32 mse… in test_media() argument
3335 reset_init_sia(dev, csr13, csr14, csr15); in test_media()
3751 reset_init_sia(dev, lp->cache.csr13, lp->cache.csr14, in de4x5_cache_state()
3834 reset_init_sia(struct net_device *dev, s32 csr13, s32 csr14, s32 csr15) in reset_init_sia() argument
3848 csr14 = lp->cache.csr14; in reset_init_sia()
3856 outl(csr14, DE4X5_STRR); in reset_init_sia()
4405 outl(lp->cache.csr14, DE4X5_STRR); in srom_exec()
4674 lp->cache.csr14 = get_unaligned_le16(p); p += 2; in type2_infoblock()
4678 lp->cache.csr14 = CSR14; in type2_infoblock()
4755 lp->cache.csr14 = CSR14; in type4_infoblock()
5096 reset_init_sia(dev, lp->cache.csr13, lp->cache.csr14, lp->cache.csr15); in de4x5_switch_mac_port()