Home
last modified time | relevance | path

Searched refs:wr64 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_osdep.h231 #define wr64(a, reg, value) (\ macro
/freebsd/sys/dev/ice/
H A Dice_osdep.c256 wr64(struct ice_hw *hw, uint32_t reg, uint64_t val) in wr64() function
H A Dice_osdep.h88 void wr64(struct ice_hw *hw, uint32_t reg, uint64_t val);
/freebsd/sys/dev/irdma/
H A Dosdep.h187 #define wr64(a, reg, value) irdma_wr64((a)->dev_context, (reg), (value)) macro