Searched refs:wr64 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | i40e_osdep.h | 231 #define wr64(a, reg, value) (\ macro
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.c | 245 * wr64 - Write a 64bit hardware register 256 wr64(struct ice_hw *hw, uint32_t reg, uint64_t val) in wr64() function
|
H A D | ice_osdep.h | 88 void wr64(struct ice_hw *hw, uint32_t reg, uint64_t val);
|
/freebsd/sys/dev/irdma/ |
H A D | osdep.h | 187 #define wr64(a, reg, value) irdma_wr64((a)->dev_context, (reg), (value)) macro
|