Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-etm4x.c113 writel_relaxed(drvdata->stall_ctrl, drvdata->base + TRCSTALLCTLR); in etm4_enable_hw()
454 drvdata->stall_ctrl = 0x0; in reset_store()
652 drvdata->stall_ctrl |= BIT(8); in mode_store()
654 drvdata->stall_ctrl &= ~BIT(8); in mode_store()
658 drvdata->stall_ctrl |= BIT(10); in mode_store()
660 drvdata->stall_ctrl &= ~BIT(10); in mode_store()
665 drvdata->stall_ctrl |= BIT(13); in mode_store()
667 drvdata->stall_ctrl &= ~BIT(13); in mode_store()
2477 drvdata->stall_ctrl = 0x0; in etm4_init_default_data()
Dcoresight-etm4x.h322 u32 stall_ctrl; member