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

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp1038 static int smcRegGen_w(PDEVSMC pThis, uint8_t uReg, uint8_t bValue) function
1040 Log(("smcRegGen_w: %#04x: %#x -> %#x (write)\n", uReg, pThis->u.abRegsRW[uReg], bValue));
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 },
1172 /* [0x17] = */ { smcRegGen_w, smcRegGen_
[all...]

Completed in 2602 milliseconds