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

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

Completed in 72 milliseconds