Searched refs:id2_mask (Results 1 – 2 of 2) sorted by relevance
43 uint16_t id2_mask; member52 .id2_mask = 0xffff,58 .id2_mask = 0xffff,64 .id2_mask = 0xfff0,70 .id2_mask = 0xffff,76 .id2_mask = 0xffff,82 .id2_mask = 0xffff,88 .id2_mask = 0xffff,94 .id2_mask = 0xffff,100 .id2_mask = 0xfff0,[all …]
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()