Searched refs:macid_lo (Results 1 – 1 of 1) sorted by relevance
45 u32 macid_lo; in cpsw_am33xx_cm_get_macid() local56 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