Searched defs:smcRegData_r (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp794 static int smcRegData_r(PDEVSMC pThis, uint8_t uReg, uint8_t *pbValue) function
809 Log(("smcRegData_r: Reading too much or at wrong time during SMC_CMD_GET_KEY_INFO! bState=%#x offValue=%#x\n",
832 Log(("smcRegData_r: Reading too much or at wrong time during SMC_CMD_GET_KEY_INFO! bState=%#x offValue=%#x\n",
850 Log(("smcRegData_r: Reading too much or at wrong time during GET_KEY_BY_INDEX! bState=%#x offValue=%#x\n",
858 Log(("smcRegData_r: Attempting to read data during PUT_KEY!\n"));
865 Log(("smcRegData_r: Unknown command attempts reading data\n"));
1149 /* [0x00] = */ { smcRegData_w, smcRegData_r },

Completed in 283 milliseconds