Searched refs:rd64 (Results 1 – 6 of 6) sorted by relevance
226 #define rd64(a, reg) (\ macro
2337 u64 new_data = rd64(hw, reg); in _ixl_stat_update_helper()
199 * rd64 - Read a 64bit hardware register value209 rd64(struct ice_hw *hw, uint32_t reg) in rd64() function
86 uint64_t rd64(struct ice_hw *hw, uint32_t reg);
5897 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_get_cur_lldp_persist_status()
186 #define rd64(a, reg) irdma_rd64((a)->dev_context, (reg)) macro