Searched refs:eventctrl1 (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c58 CHECKREG(TRCEVENTCTL1R, eventctrl1);
H A Dcoresight-etm4x-core.c442 etm4x_relaxed_write32(csa, config->eventctrl1, TRCEVENTCTL1R);
1357 config->eventctrl1 = 0x0;
H A Dcoresight-etm4x-sysfs.c192 config->eventctrl1 = 0x0;
388 config->eventctrl1 |= TRCEVENTCTL1R_ATB;
390 config->eventctrl1 &= ~TRCEVENTCTL1R_ATB;
395 config->eventctrl1 |= TRCEVENTCTL1R_LPOVERRIDE;
397 config->eventctrl1 &= ~TRCEVENTCTL1R_LPOVERRIDE;
538 val = FIELD_GET(TRCEVENTCTL1R_INSTEN_MASK, config->eventctrl1);
555 config->eventctrl1 &= ~TRCEVENTCTL1R_INSTEN_MASK;
559 config->eventctrl1 |= val & TRCEVENTCTL1R_INSTEN_1;
563 config->eventctrl1 |= val & (TRCEVENTCTL1R_INSTEN_0 | TRCEVENTCTL1R_INSTEN_1);
567 config->eventctrl1 |
[all...]
H A Dcoresight-etm4x.h800 * @eventctrl1: Controls the behavior of the events that @event_ctrl0 selects.
848 u32 eventctrl1; member in struct:etmv4_config

Completed in 200 milliseconds