Searched refs:p_phy (Results 1 – 1 of 1) sorted by relevance
2211 static uint32_t phy_check_id(MAC_ENGINE *p_eng, const struct phy_desc *p_phy) in phy_check_id() argument2215 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() local2240 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()