Home
last modified time | relevance | path

Searched refs:BMC_EVENT_WINDOW_RESET (Results 1 – 6 of 6) sorted by relevance

/openbmc/hiomapd/
H A Dmboxd.h37 #define BMC_EVENT_WINDOW_RESET 0x02 macro
39 BMC_EVENT_WINDOW_RESET)
44 BMC_EVENT_WINDOW_RESET | \
H A Dcontrol.c70 protocol_events_set(context, BMC_EVENT_WINDOW_RESET); in control_modified()
H A Dtransport_dbus.c32 if (events & BMC_EVENT_WINDOW_RESET) { in transport_dbus_property_update()
443 value = context->bmc_events & BMC_EVENT_WINDOW_RESET; in transport_dbus_get_property()
/openbmc/phosphor-mboxd/
H A Dmbox.h53 #define BMC_EVENT_WINDOW_RESET 0x02 macro
55 BMC_EVENT_WINDOW_RESET)
60 BMC_EVENT_WINDOW_RESET | \
H A Dmboxd_windows.c397 set_bmc_events(context, BMC_EVENT_WINDOW_RESET, SET_BMC_EVENT); in close_current_window()
/openbmc/openpower-host-ipmi-flash/
H A Dhiomap.cpp233 constexpr auto BMC_EVENT_WINDOW_RESET = 1 << 1; variable
837 ctx->event_lookup["WindowReset"] = BMC_EVENT_WINDOW_RESET; in register_openpower_hiomap_commands()