Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dvsc8575_phy.c213 static vtss_inst_t g_vtss_inst_p; in MSS_MAC_VSC8575_phy_init() local
235 vrc = vtss_inst_create(&g_vtss_create_inst, &g_vtss_inst_p); in MSS_MAC_VSC8575_phy_init()
237 vrc = vtss_init_conf_get(g_vtss_inst_p, &g_vtss_init_conf); in MSS_MAC_VSC8575_phy_init()
244 vrc = vtss_init_conf_set(g_vtss_inst_p, &g_vtss_init_conf); in MSS_MAC_VSC8575_phy_init()
254 vrc = vtss_phy_pre_reset(g_vtss_inst_p, 0); in MSS_MAC_VSC8575_phy_init()
256 vrc = vtss_phy_reset(g_vtss_inst_p, 0, &vts_phy_init_params); in MSS_MAC_VSC8575_phy_init()
262 vtss_phy_conf_get(g_vtss_inst_p, 0 /* port_no */, &g_phy); in MSS_MAC_VSC8575_phy_init()
319 vtss_phy_clock_conf_set(g_vtss_inst_p, 0, 0, &clock_conf); in MSS_MAC_VSC8575_phy_init()
323 vrc = vtss_phy_conf_set(g_vtss_inst_p, 0 /*port_no*/, &g_phy); in MSS_MAC_VSC8575_phy_init()
326 vrc = vtss_phy_post_reset(g_vtss_inst_p, 0); in MSS_MAC_VSC8575_phy_init()