Searched refs:uid_low (Results 1 – 2 of 2) sorted by relevance
228 rt_uint32_t uid_low = 0; in get_ethernet_uid() local232 uid_low = bcmgenet_mdio_read(1, BCM54213PE_PHY_IDENTIFIER_LOW); in get_ethernet_uid()233 uid = (uid_high << 16 | uid_low); in get_ethernet_uid()
234 rt_uint32_t uid_low = 0; in get_ethernet_uid() local238 uid_low = bcmgenet_mdio_read(1, BCM54213PE_PHY_IDENTIFIER_LOW); in get_ethernet_uid()239 uid = (uid_high << 16 | uid_low); in get_ethernet_uid()
Completed in 13 milliseconds