Searched refs:rd64 (Results 1 – 6 of 6) sorted by relevance
226 #define rd64(a, reg) (\ macro
2404 u64 new_data = rd64(hw, reg); in _ixl_stat_update_helper()
209 rd64(struct ice_hw *hw, uint32_t reg) in rd64() function
86 uint64_t rd64(struct ice_hw *hw, uint32_t reg);
5906 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_stat_update40()
191 #define rd64(a, reg) irdma_rd64((a)->dev_context, (reg)) macro