Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c91 switch (drvdata->memwidth) { in tmc_get_memwidth_mask()
424 enum tmc_mem_intf_width memwidth; in tmc_get_memwidth() local
437 memwidth = TMC_MEM_INTF_WIDTH_32BITS; in tmc_get_memwidth()
440 memwidth = TMC_MEM_INTF_WIDTH_64BITS; in tmc_get_memwidth()
443 memwidth = TMC_MEM_INTF_WIDTH_128BITS; in tmc_get_memwidth()
446 memwidth = TMC_MEM_INTF_WIDTH_256BITS; in tmc_get_memwidth()
449 memwidth = 0; in tmc_get_memwidth()
452 return memwidth; in tmc_get_memwidth()
803 drvdata->memwidth = tmc_get_memwidth(devid); in __tmc_probe()