Home
last modified time | relevance | path

Searched refs:stmspfeat2r (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-stm.c780 u32 stmspfeat2r; in stm_fundamental_data_size() local
785 stmspfeat2r = readl_relaxed(drvdata->base + STMSPFEAT2R); in stm_fundamental_data_size()
792 return BMVAL(stmspfeat2r, 12, 15) ? 8 : 4; in stm_fundamental_data_size()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-stm.c741 u32 stmspfeat2r; in stm_fundamental_data_size() local
746 stmspfeat2r = readl_relaxed(drvdata->base + STMSPFEAT2R); in stm_fundamental_data_size()
753 return BMVAL(stmspfeat2r, 12, 15) ? 8 : 4; in stm_fundamental_data_size()

Completed in 3 milliseconds