Home
last modified time | relevance | path

Searched refs:rd64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_osdep.h226 #define rd64(a, reg) (\ macro
H A Dixl_pf_main.c2337 u64 new_data = rd64(hw, reg); in _ixl_stat_update_helper()
/freebsd/sys/dev/ice/
H A Dice_osdep.c199 * rd64 - Read a 64bit hardware register value
209 rd64(struct ice_hw *hw, uint32_t reg) in rd64() function
H A Dice_osdep.h86 uint64_t rd64(struct ice_hw *hw, uint32_t reg);
H A Dice_common.c5897 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_get_cur_lldp_persist_status()
/freebsd/sys/dev/irdma/
H A Dosdep.h186 #define rd64(a, reg) irdma_rd64((a)->dev_context, (reg)) macro