Searched refs:uid_high (Results 1 – 2 of 2) sorted by relevance
227 rt_uint32_t uid_high = 0; in get_ethernet_uid() local231 uid_high = bcmgenet_mdio_read(1, BCM54213PE_PHY_IDENTIFIER_HIGH); in get_ethernet_uid()233 uid = (uid_high << 16 | uid_low); in get_ethernet_uid()
233 rt_uint32_t uid_high = 0; in get_ethernet_uid() local237 uid_high = bcmgenet_mdio_read(1, BCM54213PE_PHY_IDENTIFIER_HIGH); in get_ethernet_uid()239 uid = (uid_high << 16 | uid_low); in get_ethernet_uid()
Completed in 8 milliseconds