Searched refs:smcRegData_w (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp883 static int smcRegData_w(PDEVSMC pThis, uint8_t uReg, uint8_t bValue) function
922 Log(("smcRegData_w: Guest attempts to get/put too many value bytes: %#x (max %#x)!\n",
942 Log(("smcRegData_w: Writing too much data on %s command!\n", pThis->bCmd == SMC_CMD_PUT_KEY ? "put" : "get"));
973 Log(("smcRegData_w: Writing data beyond 5th byte on get %s command!\n",
981 Log(("smcRegData_w: Unknown command %#x!\n", bValue));
1149 /* [0x00] = */ { smcRegData_w, smcRegData_r },

Completed in 236 milliseconds