Searched refs:BMC_EVENT_FLASH_CTRL_LOST (Results 1 – 6 of 6) sorted by relevance
40 #define BMC_EVENT_FLASH_CTRL_LOST 0x40 macro45 BMC_EVENT_FLASH_CTRL_LOST | \
86 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()
24 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()
56 #define BMC_EVENT_FLASH_CTRL_LOST 0x40 macro61 BMC_EVENT_FLASH_CTRL_LOST | \
195 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()
232 constexpr auto BMC_EVENT_FLASH_CTRL_LOST = 1 << 6; variable836 ctx->event_lookup["FlashControlLost"] = BMC_EVENT_FLASH_CTRL_LOST; in register_openpower_hiomap_commands()