Lines Matching refs:scc
99 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
100 if (!fep->scc.sccp) in do_pd_setup()
103 fep->scc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
104 if (!fep->scc.ep) { in do_pd_setup()
105 iounmap(fep->scc.sccp); in do_pd_setup()
122 fep->scc.hthi = 0; in setup_data()
123 fep->scc.htlo = 0; in setup_data()
164 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode()
172 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start()
183 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_one()
199 scc_t __iomem *sccp = fep->scc.sccp; in set_multicast_finish()
200 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_finish()
237 scc_t __iomem *sccp = fep->scc.sccp; in restart()
238 scc_enet_t __iomem *ep = fep->scc.ep; in restart()
357 scc_t __iomem *sccp = fep->scc.sccp; in stop()
375 scc_t __iomem *sccp = fep->scc.sccp; in napi_clear_event_fs()
383 scc_t __iomem *sccp = fep->scc.sccp; in napi_enable_fs()
391 scc_t __iomem *sccp = fep->scc.sccp; in napi_disable_fs()
409 scc_t __iomem *sccp = fep->scc.sccp; in get_int_events()
417 scc_t __iomem *sccp = fep->scc.sccp; in clear_int_events()
436 memcpy_fromio(p, fep->scc.sccp, sizeof(scc_t)); in get_regs()
439 memcpy_fromio(p, fep->scc.ep, sizeof(scc_enet_t __iomem *)); in get_regs()