Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy_tbl.h43 uint16_t id2_mask; member
52 .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 …]
H A Dphy.c2215 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()