Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c2043 u32 core_ctl; in ixgbe_read_analog_reg8_82599() local
2051 core_ctl = IXGBE_READ_REG(hw, IXGBE_CORECTL); in ixgbe_read_analog_reg8_82599()
2052 *val = (u8)core_ctl; in ixgbe_read_analog_reg8_82599()
2067 u32 core_ctl; in ixgbe_write_analog_reg8_82599() local
2071 core_ctl = (reg << 8) | val; in ixgbe_write_analog_reg8_82599()
2072 IXGBE_WRITE_REG(hw, IXGBE_CORECTL, core_ctl); in ixgbe_write_analog_reg8_82599()