Searched refs:OsMailboxCommand (Results 1 – 1 of 1) sorted by relevance
/openbmc/smbios-mdr/src/ |
H A D | sst_mailbox.cpp | 257 struct OsMailboxCommand struct 271 OsMailboxCommand(PECIManager& pm, uint8_t param1 = 0, uint8_t param2 = 0, in OsMailboxCommand() argument 273 OsMailboxCommand(pm, ErrorPolicy::Throw, param1, param2, param3, param4) in OsMailboxCommand() 276 OsMailboxCommand(PECIManager& pm, ErrorPolicy errorPolicy, in OsMailboxCommand() function 311 struct GetLevelsInfo : OsMailboxCommand<0x0> 313 using OsMailboxCommand::OsMailboxCommand; 321 struct GetConfigTdpControl : OsMailboxCommand<0x1> 323 using OsMailboxCommand::OsMailboxCommand; 330 struct SetConfigTdpControl : OsMailboxCommand<0x2> 332 using OsMailboxCommand::OsMailboxCommand; [all …]
|