Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_eth.c227 rt_uint32_t uid_high = 0; in get_ethernet_uid() local
231 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()
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_eth.c233 rt_uint32_t uid_high = 0; in get_ethernet_uid() local
237 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