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

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp1053 static int smcRegGen_r(PDEVSMC pThis, uint8_t uReg, uint8_t *pbValue) function
1055 Log(("smcRegGen_r: %#04x: %#x (read)\n", uReg, pThis->u.abRegsRW[uReg]));
1153 /* [0x04] = */ { smcRegCmd_w, smcRegGen_r },
1165 /* [0x10] = */ { smcRegGen_w, smcRegGen_r },
1166 /* [0x11] = */ { smcRegGen_w, smcRegGen_r },
1167 /* [0x12] = */ { smcRegGen_w, smcRegGen_r },
1168 /* [0x13] = */ { smcRegGen_w, smcRegGen_r },
1169 /* [0x14] = */ { smcRegGen_w, smcRegGen_r },
1170 /* [0x15] = */ { smcRegGen_w, smcRegGen_r },
1171 /* [0x16] = */ { smcRegGen_w, smcRegGen_r },
[all...]

Completed in 96 milliseconds