Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c180 uint64_t core_ctl; /* Event Select bits */ member
1574 if (conf->core_ctl & n->restricted_bits) { in check_cpc_securitypolicy()
1618 conf.core_ctl = eventcode->eventselect; in configure_gpc()
1619 conf.core_ctl |= eventcode->unitmask << in configure_gpc()
1626 conf.core_ctl = event_num & 0xFF; in configure_gpc()
1637 conf.core_ctl = k->event_num; in configure_gpc()
1638 conf.core_ctl |= k->umask << CORE_UMASK_SHIFT; in configure_gpc()
1699 conf.core_ctl = n->event_num; /* Event Select */ in configure_gpc()
1718 conf.core_ctl &= ~ (CORE_UMASK_MASK << in configure_gpc()
1721 conf.core_ctl |= attrs[i].ka_val << in configure_gpc()
[all …]
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82599.c1849 u32 core_ctl; in ixgbe_read_analog_reg8_82599() local
1857 core_ctl = IXGBE_READ_REG(hw, IXGBE_CORECTL); in ixgbe_read_analog_reg8_82599()
1858 *val = (u8)core_ctl; in ixgbe_read_analog_reg8_82599()
1873 u32 core_ctl; in ixgbe_write_analog_reg8_82599() local
1877 core_ctl = (reg << 8) | val; in ixgbe_write_analog_reg8_82599()
1878 IXGBE_WRITE_REG(hw, IXGBE_CORECTL, core_ctl); in ixgbe_write_analog_reg8_82599()