Home
last modified time | relevance | path

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

/openbmc/hiomapd/
H A Dmboxd.h40 #define BMC_EVENT_FLASH_CTRL_LOST 0x40 macro
45 BMC_EVENT_FLASH_CTRL_LOST | \
H A Dcontrol.c86 rc = protocol_events_set(context, BMC_EVENT_FLASH_CTRL_LOST); in control_suspend()
111 rc = protocol_events_clear(context, BMC_EVENT_FLASH_CTRL_LOST); in control_resume()
H A Dtransport_dbus.c24 if (events & BMC_EVENT_FLASH_CTRL_LOST) { in transport_dbus_property_update()
439 value = context->bmc_events & BMC_EVENT_FLASH_CTRL_LOST; in transport_dbus_get_property()
/openbmc/phosphor-mboxd/
H A Dmbox.h56 #define BMC_EVENT_FLASH_CTRL_LOST 0x40 macro
61 BMC_EVENT_FLASH_CTRL_LOST | \
H A Dmboxd_dbus.c195 rc = set_bmc_events(context, BMC_EVENT_FLASH_CTRL_LOST, SET_BMC_EVENT); in dbus_handle_suspend()
233 rc = clr_bmc_events(context, BMC_EVENT_FLASH_CTRL_LOST, SET_BMC_EVENT); in dbus_handle_resume()
/openbmc/openpower-host-ipmi-flash/
H A Dhiomap.cpp232 constexpr auto BMC_EVENT_FLASH_CTRL_LOST = 1 << 6; variable
836 ctx->event_lookup["FlashControlLost"] = BMC_EVENT_FLASH_CTRL_LOST; in register_openpower_hiomap_commands()