Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tmc-core.c88 switch (drvdata->memwidth) { in tmc_get_memwidth_mask()
223 enum tmc_mem_intf_width memwidth; in tmc_get_memwidth() local
236 memwidth = TMC_MEM_INTF_WIDTH_32BITS; in tmc_get_memwidth()
239 memwidth = TMC_MEM_INTF_WIDTH_64BITS; in tmc_get_memwidth()
242 memwidth = TMC_MEM_INTF_WIDTH_128BITS; in tmc_get_memwidth()
245 memwidth = TMC_MEM_INTF_WIDTH_256BITS; in tmc_get_memwidth()
248 memwidth = 0; in tmc_get_memwidth()
251 return memwidth; in tmc_get_memwidth()
463 drvdata->memwidth = tmc_get_memwidth(devid); in tmc_probe()
Dcoresight-tmc.h207 enum tmc_mem_intf_width memwidth; member