Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/user_events/
H A Ddyn_test.c40 static int reg_event(int fd, int *check, int bit, const char *value) in reg_event() function
81 ret = reg_event(fd, check, 31, value + 2); in parse()
101 if (reg_event(fd, check, 31, first) == -1) in check_match()
104 if (reg_event(fd, check, 30, second) == -1) { in check_match()
/openbmc/qemu/include/hw/timer/
H A Dcadence_ttc.h36 uint32_t reg_event; member
/openbmc/qemu/hw/timer/
H A Dcadence_ttc.c273 return s->reg_event; in cadence_ttc_read_imp()
437 VMSTATE_UINT32(reg_event, CadenceTimerState),