Lines Matching full:scc
3 * Ethernet on Serial Communications Controller (SCC) driver for Motorola MPC8xx and MPC82xx.
75 * Delay to wait for SCC reset command to complete (in us)
94 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
95 if (!fep->scc.sccp) in do_pd_setup()
98 fep->scc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
99 if (!fep->scc.ep) { in do_pd_setup()
100 iounmap(fep->scc.sccp); in do_pd_setup()
117 fep->scc.hthi = 0; in setup_data()
118 fep->scc.htlo = 0; in setup_data()
159 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode()
167 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start()
178 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_one()
194 scc_t __iomem *sccp = fep->scc.sccp; in set_multicast_finish()
195 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_finish()
233 scc_t __iomem *sccp = fep->scc.sccp; in restart()
234 scc_enet_t __iomem *ep = fep->scc.ep; in restart()
353 scc_t __iomem *sccp = fep->scc.sccp; in stop()
360 dev_warn(fep->dev, "SCC timeout on graceful transmit stop\n"); in stop()
371 scc_t __iomem *sccp = fep->scc.sccp; in napi_clear_event_fs()
379 scc_t __iomem *sccp = fep->scc.sccp; in napi_enable_fs()
387 scc_t __iomem *sccp = fep->scc.sccp; in napi_disable_fs()
405 scc_t __iomem *sccp = fep->scc.sccp; in get_int_events()
413 scc_t __iomem *sccp = fep->scc.sccp; in clear_int_events()
422 dev_warn(fep->dev, "SCC ERROR(s) 0x%x\n", int_events); in ev_error()
432 memcpy_fromio(p, fep->scc.sccp, sizeof(scc_t)); in get_regs()
435 memcpy_fromio(p, fep->scc.ep, sizeof(scc_enet_t __iomem *)); in get_regs()