Home
last modified time | relevance | path

Searched refs:phy_init (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-snps-pcie3.c61 int (*phy_init)(struct rockchip_p3phy_priv *priv); member
117 .phy_init = &rockchip_p3phy_rk3568_init,
175 .phy_init = &rockchip_p3phy_rk3588_init,
192 if (priv->ops->phy_init) { in rochchip_p3phy_init()
193 ret = priv->ops->phy_init(priv); in rochchip_p3phy_init()
/rk3399_rockchip-uboot/net/
H A Deth_common.c69 phy_init(); in eth_common_init()
/rk3399_rockchip-uboot/include/
H A Dphy.h257 int phy_init(void);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3066/
H A Dsdram_rk3066.c290 static void phy_init(struct rk3288_ddr_publ *publ) in phy_init() function
725 phy_init(publ); in sdram_init()
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rk3188.c301 static void phy_init(struct rk3288_ddr_publ *publ) in phy_init() function
745 phy_init(publ); in sdram_init()
H A Dsdram_rk3288.c359 static void phy_init(struct rk3288_ddr_publ *publ) in phy_init() function
826 phy_init(publ); in sdram_init()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c83 bool phy_init; member
296 data->phy_init = true; in get_public_phy()
374 if (!data->phy_init) { in connector_phy_init()
2357 data->phy_init = false; in rockchip_display_probe()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c462 int phy_init(void) in phy_init() function