Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c1118 conf.core_ctl = k->event_num; in configure_gpc()
1206 conf.core_ctl |= CORE_EDGE; in configure_gpc()
1209 conf.core_ctl |= CORE_INV; in configure_gpc()
1225 conf.core_ctl |= CORE_ANYTHR; in configure_gpc()
1232 conf.core_ctl |= CORE_USR; in configure_gpc()
1234 conf.core_ctl |= CORE_OS; in configure_gpc()
1236 conf.core_ctl |= CORE_INT; in configure_gpc()
1237 conf.core_ctl |= CORE_EN; in configure_gpc()
1272 conf->core_ctl = 0; in configure_ffc()
1300 conf->core_ctl |= CORE_FFC_OS_EN; in configure_ffc()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c2078 u32 core_ctl; in ixgbe_read_analog_reg8_82599() local
2086 core_ctl = IXGBE_READ_REG(hw, IXGBE_CORECTL); in ixgbe_read_analog_reg8_82599()
2087 *val = (u8)core_ctl; in ixgbe_read_analog_reg8_82599()
2102 u32 core_ctl; in ixgbe_write_analog_reg8_82599() local
2106 core_ctl = (reg << 8) | val; in ixgbe_write_analog_reg8_82599()
2107 IXGBE_WRITE_REG(hw, IXGBE_CORECTL, core_ctl); in ixgbe_write_analog_reg8_82599()