Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-tmc.c288 enum tmc_mem_intf_width memwidth; in tmc_etb_dump_hw() local
294 memwidth = BMVAL(readl_relaxed(drvdata->base + CORESIGHT_DEVID), 8, 10); in tmc_etb_dump_hw()
295 if (memwidth == TMC_MEM_INTF_WIDTH_32BITS) in tmc_etb_dump_hw()
297 else if (memwidth == TMC_MEM_INTF_WIDTH_64BITS) in tmc_etb_dump_hw()
299 else if (memwidth == TMC_MEM_INTF_WIDTH_128BITS) in tmc_etb_dump_hw()