Home
last modified time | relevance | path

Searched refs:IPMI_NETFN_OEM (Results 1 – 7 of 7) sorted by relevance

/external/coreboot/src/drivers/ipmi/
Dsupermicro_oem.c11 #define IPMI_NETFN_OEM 0x30 macro
37 ret = ipmi_message(kcs_port, IPMI_NETFN_OEM, 0, IPMI_LUN0_SET_BIOS_STRING, in set_coreboot_ver()
56 ret = ipmi_message(kcs_port, IPMI_NETFN_OEM, 0, IPMI_LUN0_SET_BIOS_STRING, in set_coreboot_date()
/external/coreboot/src/drivers/ipmi/ocp/
Dipmi_ocp_romstage.c13 ret = ipmi_message(port, IPMI_NETFN_OEM, 0x0, in ipmi_set_post_start()
45 ret = ipmi_message(CONFIG_BMC_KCS_BASE, IPMI_NETFN_OEM, 0x0, in ipmi_set_cmos_clear()
59 ret = ipmi_message(CONFIG_BMC_KCS_BASE, IPMI_NETFN_OEM, 0x0, in ipmi_set_cmos_clear()
Dipmi_ocp.c31 ret = ipmi_message(dev->path.pnp.port, IPMI_NETFN_OEM, 0x0, IPMI_OEM_SET_PPIN, in ipmi_set_ppin()
Dipmi_sel.c92 ret = ipmi_message(port, IPMI_NETFN_OEM, 0x0, IPMI_OEM_GET_BOARD_ID, NULL, 0, in ipmi_get_board_config()
Dipmi_ocp.h9 #define IPMI_NETFN_OEM 0x30 macro
/external/coreboot/src/mainboard/ocp/deltalake/
Dipmi.c22 ret = ipmi_message(CONFIG_BMC_KCS_BASE, IPMI_NETFN_OEM, 0x0, in ipmi_get_pcie_config()
48 ret = ipmi_message(CONFIG_BMC_KCS_BASE, IPMI_NETFN_OEM, 0x0, IPMI_OEM_GET_BOARD_ID, in ipmi_get_slot_id()
/external/coreboot/src/mainboard/inventec/transformers/
Dipmi.c25 …ret = ipmi_message(CONFIG_BMC_KCS_BASE, IPMI_NETFN_OEM, 0x0, IPMI_OEM_GET_BOARD_ID, NULL, 0, (unsi… in ipmi_get_slot_id()