Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c95 switch (drvdata->memwidth) { in tmc_get_memwidth_mask()
429 enum tmc_mem_intf_width memwidth; in tmc_get_memwidth() local
442 memwidth = TMC_MEM_INTF_WIDTH_32BITS; in tmc_get_memwidth()
445 memwidth = TMC_MEM_INTF_WIDTH_64BITS; in tmc_get_memwidth()
448 memwidth = TMC_MEM_INTF_WIDTH_128BITS; in tmc_get_memwidth()
451 memwidth = TMC_MEM_INTF_WIDTH_256BITS; in tmc_get_memwidth()
454 memwidth = 0; in tmc_get_memwidth()
457 return memwidth; in tmc_get_memwidth()
808 drvdata->memwidth = tmc_get_memwidth(devid); in __tmc_probe()
H A Dcoresight-tmc.h268 enum tmc_mem_intf_width memwidth; member