Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/ti/
A Dcpsw-common.c45 u32 macid_lo; in cpsw_am33xx_cm_get_macid() local
56 regmap_read(syscon, CTRL_MAC_LO_REG(offset, slave), &macid_lo); in cpsw_am33xx_cm_get_macid()
59 mac_addr[5] = (macid_lo >> 8) & 0xff; in cpsw_am33xx_cm_get_macid()
60 mac_addr[4] = macid_lo & 0xff; in cpsw_am33xx_cm_get_macid()

Completed in 3 milliseconds