Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dmsu.h18 REG_MSU_MSC0SIZE = 0x010c, /* MSC0 output size */ enumerator
H A Dmsu.c776 msc->orig_sz = ioread32(msc->reg_base + REG_MSU_MSC0SIZE); in msc_configure()
783 iowrite32(reg, msc->reg_base + REG_MSU_MSC0SIZE); in msc_configure()
853 iowrite32(msc->orig_sz, msc->reg_base + REG_MSU_MSC0SIZE); in msc_disable()