Searched refs:numsp (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-stm.c126 * @numsp: the total number of stimulus port support by this STM.
142 u32 numsp; member in struct:stm_drvdata
375 if (channel >= drvdata->numsp)
410 if (channel >= drvdata->numsp)
754 u32 numsp; local
756 numsp = readl_relaxed(drvdata->base + CORESIGHT_DEVID);
761 numsp &= 0x1ffff;
762 if (!numsp)
763 numsp = STM_32_CHANNEL;
764 return numsp;
[all...]

Completed in 195 milliseconds