Home
last modified time | relevance | path

Searched refs:fcccp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c102 fep->fcc.fcccp = of_iomap(ofdev->dev.of_node, 2); in do_pd_setup()
103 if (!fep->fcc.fcccp) in do_pd_setup()
116 iounmap(fep->fcc.fcccp); in do_pd_setup()
247 fcc_c_t __iomem *fcccp = fep->fcc.fcccp; in restart() local
368 C8(fcccp, fcc_gfemr, 0x20); in restart()
370 S8(fcccp, fcc_gfemr, 0x20); in restart()
494 memcpy_fromio(p, fep->fcc.fcccp, 1); in get_regs()
H A Dfs_enet.h184 void __iomem *fcccp; /* hw registers cont. */ member