Lines Matching refs:mpc52xx_fec

60 	struct mpc52xx_fec __iomem *fec;
105 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_set_paddr()
172 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()
834 if (resource_size(&mem) < sizeof(struct mpc52xx_fec)) { in mpc52xx_fec_probe()
837 sizeof(struct mpc52xx_fec)); in mpc52xx_fec_probe()
842 if (!request_mem_region(mem.start, sizeof(struct mpc52xx_fec), in mpc52xx_fec_probe()
858 priv->fec = ioremap(mem.start, sizeof(struct mpc52xx_fec)); in mpc52xx_fec_probe()
866 rx_fifo = ndev->base_addr + offsetof(struct mpc52xx_fec, rfifo_data); in mpc52xx_fec_probe()
867 tx_fifo = ndev->base_addr + offsetof(struct mpc52xx_fec, tfifo_data); in mpc52xx_fec_probe()
895 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_probe()
966 release_mem_region(mem.start, sizeof(struct mpc52xx_fec)); in mpc52xx_fec_probe()
994 release_mem_region(ndev->base_addr, sizeof(struct mpc52xx_fec)); in mpc52xx_fec_remove()