Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_eth.c228 rt_uint32_t uid_low = 0; in get_ethernet_uid() local
232 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()
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_eth.c234 rt_uint32_t uid_low = 0; in get_ethernet_uid() local
238 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