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

/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp790 const char *abbrev; member in struct:HDAREGDESC
794 #define RA(abbrev) HDA_MEM_IND_NAME(abbrev), #abbrev
796 #define IA(abbrev) HDA_MEM_IND_NAME(abbrev), "I"#abbrev
798 #define OA(abbrev) HDA_MEM_IND_NAME(abbrev), "O"#abbrev
[all...]
/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1338 const char *abbrev; member in struct:E1kRegMap_st
1343 /* offset size read mask write mask read callback write callback abbrev full name */
5516 pThis->szPrf, offset, g_aE1kRegMap[index].abbrev, g_aE1kRegMap[index].name));
5586 pThis->szPrf, offset, value, g_aE1kRegMap[index].abbrev, g_aE1kRegMap[index].name));
5745 pThis->szPrf, offReg, e1kU32toHex(u32, mask, buf), g_aE1kRegMap[index].abbrev, g_aE1kRegMap[index].name));
5747 pThis->szPrf, offReg, e1kU32toHex(u32, mask, buf), g_aE1kRegMap[index].abbrev, g_aE1kRegMap[index].name));
5753 pThis->szPrf, offReg, e1kU32toHex(u32, mask, buf), g_aE1kRegMap[index].abbrev, g_aE1kRegMap[index].name));
5803 pThis->szPrf, offReg, *pu32, g_aE1kRegMap[idxReg].abbrev, g_aE1kRegMap[idxReg].name));
5840 pThis->szPrf, offReg, u32Value, g_aE1kRegMap[index].abbrev, g_aE1kRegMap[index].name));
5852 pThis->szPrf, offReg, u32Value, g_aE1kRegMap[index].abbrev, g_aE1kRegMa
[all...]

Completed in 87 milliseconds