memwidth           85 drivers/hwtracing/coresight/coresight-tmc.c 	switch (drvdata->memwidth) {
memwidth          222 drivers/hwtracing/coresight/coresight-tmc.c 	enum tmc_mem_intf_width memwidth;
memwidth          235 drivers/hwtracing/coresight/coresight-tmc.c 		memwidth = TMC_MEM_INTF_WIDTH_32BITS;
memwidth          238 drivers/hwtracing/coresight/coresight-tmc.c 		memwidth = TMC_MEM_INTF_WIDTH_64BITS;
memwidth          241 drivers/hwtracing/coresight/coresight-tmc.c 		memwidth = TMC_MEM_INTF_WIDTH_128BITS;
memwidth          244 drivers/hwtracing/coresight/coresight-tmc.c 		memwidth = TMC_MEM_INTF_WIDTH_256BITS;
memwidth          247 drivers/hwtracing/coresight/coresight-tmc.c 		memwidth = 0;
memwidth          250 drivers/hwtracing/coresight/coresight-tmc.c 	return memwidth;
memwidth          466 drivers/hwtracing/coresight/coresight-tmc.c 	drvdata->memwidth = tmc_get_memwidth(devid);
memwidth          203 drivers/hwtracing/coresight/coresight-tmc.h 	enum tmc_mem_intf_width	memwidth;