MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rd64

Function rd64

dpdk/drivers/net/txgbe/base/txgbe_regs.h:1844–1850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1842}
1843
1844static inline u64
1845rd64(struct txgbe_hw *hw, u32 reg)
1846{
1847 u64 lsb = rd32(hw, reg);
1848 u64 msb = rd32(hw, reg + 4);
1849 return (lsb | msb << 32);
1850}
1851
1852static inline void
1853wr64(struct txgbe_hw *hw, u32 reg, u64 val)

Callers 2

txgbe_clear_hw_cntrsFunction · 0.70

Calls 1

rd32Function · 0.70

Tested by

no test coverage detected