Searched refs:macid_hi (Results 1 – 1 of 1) sorted by relevance
56 u32 macid_hi; in cpsw_am33xx_cm_get_macid() local67 regmap_read(syscon, CTRL_MAC_HI_REG(offset, slave), &macid_hi); in cpsw_am33xx_cm_get_macid()71 mac_addr[3] = (macid_hi >> 24) & 0xff; in cpsw_am33xx_cm_get_macid()72 mac_addr[2] = (macid_hi >> 16) & 0xff; in cpsw_am33xx_cm_get_macid()73 mac_addr[1] = (macid_hi >> 8) & 0xff; in cpsw_am33xx_cm_get_macid()74 mac_addr[0] = macid_hi & 0xff; in cpsw_am33xx_cm_get_macid()