Searched refs:hh_art_ctl (Results 1 – 1 of 1) sorted by relevance
1976 u32 hh_lock, hh_art_ctl; in ice_ptp_get_syncdevicetime() local1987 hh_art_ctl = rd32(hw, GLHH_ART_CTL); in ice_ptp_get_syncdevicetime()1988 hh_art_ctl = hh_art_ctl | GLHH_ART_CTL_ACTIVE_M; in ice_ptp_get_syncdevicetime()1989 wr32(hw, GLHH_ART_CTL, hh_art_ctl); in ice_ptp_get_syncdevicetime()1995 hh_art_ctl = rd32(hw, GLHH_ART_CTL); in ice_ptp_get_syncdevicetime()1996 if (hh_art_ctl & GLHH_ART_CTL_ACTIVE_M) { in ice_ptp_get_syncdevicetime()