Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc.c187 enum tmc_mem_intf_width memwidth; in tmc_get_memwidth() local
200 memwidth = TMC_MEM_INTF_WIDTH_32BITS; in tmc_get_memwidth()
203 memwidth = TMC_MEM_INTF_WIDTH_64BITS; in tmc_get_memwidth()
206 memwidth = TMC_MEM_INTF_WIDTH_128BITS; in tmc_get_memwidth()
209 memwidth = TMC_MEM_INTF_WIDTH_256BITS; in tmc_get_memwidth()
212 memwidth = 0; in tmc_get_memwidth()
215 return memwidth; in tmc_get_memwidth()
417 drvdata->memwidth = tmc_get_memwidth(devid); in tmc_probe()
Dcoresight-tmc-etf.c44 for (i = 0; i < drvdata->memwidth; i++) { in tmc_etb_dump_hw()
437 switch (drvdata->memwidth) { in tmc_update_etf_buffer()
Dcoresight-tmc.h189 enum tmc_mem_intf_width memwidth; member