Home
last modified time | relevance | path

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

/xnu-10002.61.3/pexpert/pexpert/arm64/
H A Dapple_arm64_regs.h98 #define CORE_THRTL_CFG2_c1pptThrtlRate_shift (56) macro
99 #define CORE_THRTL_CFG2_c1pptThrtlRate_mask (0xFFULL << CORE_THRTL_CFG2_c1pptThrtlRate_shift)
/xnu-10002.61.3/osfmk/arm/
H A Dmachine_routines_apple.c104 reg_val |= c1pptThrtlRate << CORE_THRTL_CFG2_c1pptThrtlRate_shift; in configure_late_apple_regs()