Home
last modified time | relevance | path

Searched refs:iavf_wr32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iavf/
H A Diavf_osdep.h244 void iavf_wr32(struct iavf_hw *hw, uint32_t reg, uint32_t val);
247 #define wr32(hw, reg, val) iavf_wr32(hw, reg, val)
H A Diavf_osdep.c352 iavf_wr32(struct iavf_hw *hw, uint32_t reg, uint32_t val) in iavf_wr32() function