Searched refs:atlas_ctl (Results 1 – 1 of 1) sorted by relevance
1051 u32 atlas_ctl; in ixgbe_read_analog_reg8_82598() local1059 atlas_ctl = IXGBE_READ_REG(hw, IXGBE_ATLASCTL); in ixgbe_read_analog_reg8_82598()1060 *val = (u8)atlas_ctl; in ixgbe_read_analog_reg8_82598()1075 u32 atlas_ctl; in ixgbe_write_analog_reg8_82598() local1079 atlas_ctl = (reg << 8) | val; in ixgbe_write_analog_reg8_82598()1080 IXGBE_WRITE_REG(hw, IXGBE_ATLASCTL, atlas_ctl); in ixgbe_write_analog_reg8_82598()