Searched refs:core_ctl (Results 1 – 2 of 2) sorted by relevance
180 uint64_t core_ctl; /* Event Select bits */ member1574 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 …]
1849 u32 core_ctl; in ixgbe_read_analog_reg8_82599() local1857 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() local1877 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()