Searched refs:IPMI_NETFN_OEM (Results 1 – 7 of 7) sorted by relevance
/external/coreboot/src/drivers/ipmi/ |
D | supermicro_oem.c | 11 #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/ |
D | ipmi_ocp_romstage.c | 13 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()
|
D | ipmi_ocp.c | 31 ret = ipmi_message(dev->path.pnp.port, IPMI_NETFN_OEM, 0x0, IPMI_OEM_SET_PPIN, in ipmi_set_ppin()
|
D | ipmi_sel.c | 92 ret = ipmi_message(port, IPMI_NETFN_OEM, 0x0, IPMI_OEM_GET_BOARD_ID, NULL, 0, in ipmi_get_board_config()
|
D | ipmi_ocp.h | 9 #define IPMI_NETFN_OEM 0x30 macro
|
/external/coreboot/src/mainboard/ocp/deltalake/ |
D | ipmi.c | 22 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/ |
D | ipmi.c | 25 …ret = ipmi_message(CONFIG_BMC_KCS_BASE, IPMI_NETFN_OEM, 0x0, IPMI_OEM_GET_BOARD_ID, NULL, 0, (unsi… in ipmi_get_slot_id()
|