Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/intel_th/
Dmsu.h18 REG_MSU_MSC0SIZE = 0x010c, /* MSC0 output size */ enumerator
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()