Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Deth.c36 static void dtsec_configure_serdes(struct fm_eth *priv) in dtsec_configure_serdes()
104 struct fm_eth *fm_eth = dev->priv; in dtsec_init_phy() local
112 if (fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII || in dtsec_init_phy()
113 fm_eth->enet_if == PHY_INTERFACE_MODE_QSGMII || in dtsec_init_phy()
114 fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII_2500) in dtsec_init_phy()
115 dtsec_configure_serdes(fm_eth); in dtsec_init_phy()
121 struct fm_eth *fm = dev->priv; in tgec_is_fibre()
218 static int fm_eth_rx_port_parameter_init(struct fm_eth *fm_eth) in fm_eth_rx_port_parameter_init() argument
228 struct fm_bmi_rx_port *bmi_rx_port = fm_eth->rx_port; in fm_eth_rx_port_parameter_init()
232 pram = (struct fm_port_global_pram *)fm_muram_alloc(fm_eth->fm_index, in fm_eth_rx_port_parameter_init()
[all …]
H A Dfm.h119 struct fm_eth { struct