Home
last modified time | relevance | path

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

/openbmc/hiomapd/
H A Ddbus.h43 #define LPC_STATE_FLASH 0x01 /* LPC Maps Flash Directly */ macro
H A Dcontrol.c31 return LPC_STATE_FLASH; in control_lpc_state()
H A Dmboxctl.c141 (resp == LPC_STATE_FLASH ? in handle_cmd_lpc_state()
/openbmc/phosphor-mboxd/
H A Ddbus.h43 #define LPC_STATE_FLASH 0x01 /* LPC Maps Flash Directly */ macro
H A Dmboxd_dbus.c92 resp->args[0] = LPC_STATE_FLASH; in dbus_handle_lpc_state()
H A Dmboxctl.c250 (resp.args[0] == LPC_STATE_FLASH ? in handle_cmd_lpc_state()