Home
last modified time | relevance | path

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

/freebsd/sys/dev/iavf/
H A Diavf_osdep.h243 uint32_t iavf_rd32(struct iavf_hw *hw, uint32_t reg);
246 #define rd32(hw, reg) iavf_rd32(hw, reg)
H A Diavf_osdep.c331 iavf_rd32(struct iavf_hw *hw, uint32_t reg) in iavf_rd32() function