Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/ti/
A Dcpsw-common.c46 u32 macid_hi; in cpsw_am33xx_cm_get_macid() local
57 regmap_read(syscon, CTRL_MAC_HI_REG(offset, slave), &macid_hi); in cpsw_am33xx_cm_get_macid()
61 mac_addr[3] = (macid_hi >> 24) & 0xff; in cpsw_am33xx_cm_get_macid()
62 mac_addr[2] = (macid_hi >> 16) & 0xff; in cpsw_am33xx_cm_get_macid()
63 mac_addr[1] = (macid_hi >> 8) & 0xff; in cpsw_am33xx_cm_get_macid()
64 mac_addr[0] = macid_hi & 0xff; in cpsw_am33xx_cm_get_macid()

Completed in 3 milliseconds