Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dpti.h12 REG_PTI_CTL = 0x1c00, enumerator
H A Dpti.c162 iowrite32(ctl, pti->base + REG_PTI_CTL); in intel_th_pti_activate()
175 iowrite32(0, pti->base + REG_PTI_CTL); in intel_th_pti_deactivate()
180 u32 ctl = ioread32(pti->base + REG_PTI_CTL); in read_hw_config()