Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c2211 static uint32_t phy_check_id(MAC_ENGINE *p_eng, const struct phy_desc *p_phy) in phy_check_id() argument
2215 value = (p_eng->phy.id1 << 16) | (p_eng->phy.id2 & p_phy->id2_mask); in phy_check_id()
2216 id = (p_phy->id1 << 16) | (p_phy->id2 & p_phy->id2_mask); in phy_check_id()
2228 const struct phy_desc *p_phy; in phy_select() local
2240 p_phy = &phy_lookup_tbl[i]; in phy_select()
2241 if (phy_check_id(eng, p_phy)) { in phy_select()
2243 (char *)p_phy->name); in phy_select()
2244 phyeng->fp_set = p_phy->cfg.fp_set; in phy_select()
2245 phyeng->fp_clr = p_phy->cfg.fp_clr; in phy_select()