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

Function rd32

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

Source from the content-addressed store, hash-verified

1810}
1811
1812static inline u32
1813rd32(struct txgbe_hw *hw, u32 reg)
1814{
1815 if (reg == TXGBE_REG_DUMMY)
1816 return 0;
1817 return txgbe_get32(TXGBE_REG_ADDR(hw, reg));
1818}
1819
1820static inline void
1821wr32(struct txgbe_hw *hw, u32 reg, u32 val)

Callers 15

txgbe_init_eeprom_paramsFunction · 0.70
txgbe_read_v2p_mailboxFunction · 0.70
txgbe_check_for_bit_pfFunction · 0.70
txgbe_check_for_rst_pfFunction · 0.70
txgbe_obtain_mbx_lock_pfFunction · 0.70
rd32mFunction · 0.70
wr32mFunction · 0.70
rd64Function · 0.70
po32mFunction · 0.70
txgbe_flushFunction · 0.70

Calls 1

txgbe_get32Function · 0.85

Tested by

no test coverage detected