Lines Matching refs:mpc52xx_fec

60 	struct mpc52xx_fec __iomem *fec;
106 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_set_paddr()
173 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_adjust_link()
445 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_interrupt()
485 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_get_stats()
534 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_reset_stats()
538 offsetof(struct mpc52xx_fec, reserved10) - in mpc52xx_fec_reset_stats()
539 offsetof(struct mpc52xx_fec, rmon_t_drop)); in mpc52xx_fec_reset_stats()
551 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_set_multicast_list()
594 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_hw_init()
645 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_start()
699 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_stop()
739 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_reset()
866 if (resource_size(&mem) < sizeof(struct mpc52xx_fec)) { in mpc52xx_fec_probe()
869 sizeof(struct mpc52xx_fec)); in mpc52xx_fec_probe()
874 if (!request_mem_region(mem.start, sizeof(struct mpc52xx_fec), in mpc52xx_fec_probe()
890 priv->fec = ioremap(mem.start, sizeof(struct mpc52xx_fec)); in mpc52xx_fec_probe()
898 rx_fifo = ndev->base_addr + offsetof(struct mpc52xx_fec, rfifo_data); in mpc52xx_fec_probe()
899 tx_fifo = ndev->base_addr + offsetof(struct mpc52xx_fec, tfifo_data); in mpc52xx_fec_probe()
929 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_probe()
1000 release_mem_region(mem.start, sizeof(struct mpc52xx_fec)); in mpc52xx_fec_probe()
1028 release_mem_region(ndev->base_addr, sizeof(struct mpc52xx_fec)); in mpc52xx_fec_remove()