Lines Matching refs:scc
105 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
106 if (!fep->scc.sccp) in do_pd_setup()
109 fep->scc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
110 if (!fep->scc.ep) { in do_pd_setup()
111 iounmap(fep->scc.sccp); in do_pd_setup()
130 fep->scc.hthi = 0; in setup_data()
131 fep->scc.htlo = 0; in setup_data()
174 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode()
182 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start()
193 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_one()
209 scc_t __iomem *sccp = fep->scc.sccp; in set_multicast_finish()
210 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_finish()
247 scc_t __iomem *sccp = fep->scc.sccp; in restart()
248 scc_enet_t __iomem *ep = fep->scc.ep; in restart()
367 scc_t __iomem *sccp = fep->scc.sccp; in stop()
385 scc_t __iomem *sccp = fep->scc.sccp; in napi_clear_rx_event()
393 scc_t __iomem *sccp = fep->scc.sccp; in napi_enable_rx()
401 scc_t __iomem *sccp = fep->scc.sccp; in napi_disable_rx()
409 scc_t __iomem *sccp = fep->scc.sccp; in napi_clear_tx_event()
417 scc_t __iomem *sccp = fep->scc.sccp; in napi_enable_tx()
425 scc_t __iomem *sccp = fep->scc.sccp; in napi_disable_tx()
443 scc_t __iomem *sccp = fep->scc.sccp; in get_int_events()
451 scc_t __iomem *sccp = fep->scc.sccp; in clear_int_events()
470 memcpy_fromio(p, fep->scc.sccp, sizeof(scc_t)); in get_regs()
473 memcpy_fromio(p, fep->scc.ep, sizeof(scc_enet_t __iomem *)); in get_regs()