Home
last modified time | relevance | path

Searched refs:tsec_mii_mng (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/u-boot/drivers/net/
H A Dfsl_mdio.c15 void tsec_local_mdio_write(struct tsec_mii_mng __iomem *phyregs, int port_addr, in tsec_local_mdio_write()
29 int tsec_local_mdio_read(struct tsec_mii_mng __iomem *phyregs, int port_addr, in tsec_local_mdio_read()
61 struct tsec_mii_mng __iomem *regs = in fsl_pq_mdio_reset()
62 (struct tsec_mii_mng __iomem *)bus->priv; in fsl_pq_mdio_reset()
77 struct tsec_mii_mng __iomem *phyregs = in tsec_phy_read()
78 (struct tsec_mii_mng __iomem *)bus->priv; in tsec_phy_read()
86 struct tsec_mii_mng __iomem *phyregs = in tsec_phy_write()
87 (struct tsec_mii_mng __iomem *)bus->priv; in tsec_phy_write()
/openbmc/u-boot/include/
H A Dfsl_mdio.h14 struct tsec_mii_mng { struct
45 void tsec_local_mdio_write(struct tsec_mii_mng __iomem *phyregs, int port_addr,
47 int tsec_local_mdio_read(struct tsec_mii_mng __iomem *phyregs, int port_addr,
58 struct tsec_mii_mng __iomem *regs;
H A Dtsec.h40 (struct tsec_mii_mng __iomem *)\
399 struct tsec_mii_mng __iomem *phyregs_sgmii;
418 struct tsec_mii_mng __iomem *miiregs_sgmii;
/openbmc/u-boot/board/keymile/kmp204x/
H A Deth.c22 (struct tsec_mii_mng *)CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR; in board_eth_init()
/openbmc/u-boot/board/varisys/cyrus/
H A Deth.c66 (struct tsec_mii_mng *)CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/p1023rdb/
H A Dp1023rdb.c111 (struct tsec_mii_mng *)CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/c29xpcie/
H A Dc29xpcie.c106 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/p2041rdb/
H A Deth.c135 (struct tsec_mii_mng *)CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/p1_twr/
H A Dp1_twr.c213 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/ls1021aqds/
H A Deth.c173 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/mpc8572ds/
H A Dmpc8572ds.c223 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/ls1021aiot/
H A Dls1021aiot.c148 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/mpc8536ds/
H A Dmpc8536ds.c263 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c289 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/mpc8544ds/
H A Dmpc8544ds.c297 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/p1022ds/
H A Dp1022ds.c299 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c341 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd.c321 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/bsc9132qds/
H A Dbsc9132qds.c247 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c133 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/corenet_ds/
H A Deth_hydra.c384 (struct tsec_mii_mng *)CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR; in board_eth_init()
H A Deth_p4080.c305 (struct tsec_mii_mng *)CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR; in board_eth_init()
H A Deth_superhydra.c440 (struct tsec_mii_mng *)CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/p1010rdb/
H A Dp1010rdb.c358 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()
/openbmc/u-boot/board/freescale/ls1021atwr/
H A Dls1021atwr.c282 mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; in board_eth_init()

12