Lines Matching refs:__iomem

108 	fep->fcc.mem = (void __iomem *)cpm2_immr;  in do_pd_setup()
154 fep->ring_base = (void __iomem __force *)dma_alloc_coherent(fep->dev, in allocate_bd()
183 fcc_t __iomem *fccp = fep->fcc.fccp; in set_promiscuous_mode()
191 fcc_enet_t __iomem *ep = fep->fcc.ep; in set_multicast_start()
200 fcc_enet_t __iomem *ep = fep->fcc.ep; in set_multicast_one()
216 fcc_t __iomem *fccp = fep->fcc.fccp; in set_multicast_finish()
217 fcc_enet_t __iomem *ep = fep->fcc.ep; in set_multicast_finish()
252 fcc_t __iomem *fccp = fep->fcc.fccp; in restart()
253 fcc_c_t __iomem *fcccp = fep->fcc.fcccp; in restart()
254 fcc_enet_t __iomem *ep = fep->fcc.ep; in restart()
264 out_8((u8 __iomem *)ep + i, 0); in restart()
413 fcc_t __iomem *fccp = fep->fcc.fccp; in stop()
430 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_clear_rx_event()
438 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_enable_rx()
446 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_disable_rx()
454 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_clear_tx_event()
462 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_enable_tx()
470 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_disable_tx()
483 fcc_t __iomem *fccp = fep->fcc.fccp; in tx_kickstart()
491 fcc_t __iomem *fccp = fep->fcc.fccp; in get_int_events()
499 fcc_t __iomem *fccp = fep->fcc.fccp; in clear_int_events()
547 fcc_t __iomem *fccp = fep->fcc.fccp; in tx_restart()
549 fcc_enet_t __iomem *ep = fep->fcc.ep; in tx_restart()
550 cbd_t __iomem *curr_tbptr; in tx_restart()
551 cbd_t __iomem *recheck_bd; in tx_restart()
552 cbd_t __iomem *prev_bd; in tx_restart()
553 cbd_t __iomem *last_tx_bd; in tx_restart()
558 recheck_bd = curr_tbptr = (cbd_t __iomem *) in tx_restart()