Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c192 config->eventctrl1 = 0x0; in reset_store()
383 config->eventctrl1 |= BIT(11); in mode_store()
385 config->eventctrl1 &= ~BIT(11); in mode_store()
390 config->eventctrl1 |= BIT(12); in mode_store()
392 config->eventctrl1 &= ~BIT(12); in mode_store()
533 val = BMVAL(config->eventctrl1, 0, 3); in event_instren_show()
550 config->eventctrl1 &= ~(BIT(0) | BIT(1) | BIT(2) | BIT(3)); in event_instren_store()
554 config->eventctrl1 |= val & BIT(1); in event_instren_store()
558 config->eventctrl1 |= val & (BIT(0) | BIT(1)); in event_instren_store()
562 config->eventctrl1 |= val & (BIT(0) | BIT(1) | BIT(2)); in event_instren_store()
[all …]
Dcoresight-etm4x-cfg.c58 CHECKREG(TRCEVENTCTL1R, eventctrl1); in etm4_cfg_map_reg_offset()
Dcoresight-etm4x-core.c372 etm4x_relaxed_write32(csa, config->eventctrl1, TRCEVENTCTL1R); in etm4_enable_hw()
1224 config->eventctrl1 = 0x0; in etm4_set_default_config()
Dcoresight-etm4x.h769 u32 eventctrl1; member