Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe_82598.c1085 uint32_t atlas_ctl; in ixgbe_read_analog_reg8_82598() local
1093 atlas_ctl = IXGBE_READ_REG(hw, IXGBE_ATLASCTL); in ixgbe_read_analog_reg8_82598()
1094 *val = (uint8_t)atlas_ctl; in ixgbe_read_analog_reg8_82598()
1109 uint32_t atlas_ctl; in ixgbe_write_analog_reg8_82598() local
1113 atlas_ctl = (reg << 8) | val; in ixgbe_write_analog_reg8_82598()
1114 IXGBE_WRITE_REG(hw, IXGBE_ATLASCTL, atlas_ctl); in ixgbe_write_analog_reg8_82598()