Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dpti.h20 #define PTI_CLKDIV 0x000f0000 macro
H A Dpti.c159 ctl |= pti->clkdiv << __ffs(PTI_CLKDIV); in intel_th_pti_activate()
183 pti->clkdiv = (ctl & PTI_CLKDIV) >> __ffs(PTI_CLKDIV); in read_hw_config()