TEMU
4.4
The Terma Emulator
|
Go to the source code of this file.
Functions | |
TEMU_API void | temu_writePCIeConfigRegister (temu_PCIExpressDevice *devConf, uint32_t offset, uint32_t value) |
TEMU_API temu_Propval | temu_readPCIeConfigRegister (temu_PCIExpressDevice *DevConf, uint32_t offset) |
TEMU_API void | temu_pciExpressDeviceRegister (temu_Class *C) |
TEMU_API void | temu_pciExpressBridgeRegister (temu_Class *C) |
TEMU_API void | temu_pciExpressBusRegister (temu_Class *C) |
TEMU_API void temu_pciExpressBridgeRegister | ( | temu_Class * | C | ) |
TEMU_API void temu_pciExpressBusRegister | ( | temu_Class * | C | ) |
TEMU_API void temu_pciExpressDeviceRegister | ( | temu_Class * | C | ) |
TEMU_API temu_Propval temu_readPCIeConfigRegister | ( | temu_PCIExpressDevice * | DevConf, |
uint32_t | offset | ||
) |
Read register value from PCIe configuration
DevConf | PCIe configuration |
offset | register offset in memory map. |
TEMU_API void temu_writePCIeConfigRegister | ( | temu_PCIExpressDevice * | devConf, |
uint32_t | offset, | ||
uint32_t | value | ||
) |
Write value to PCIe config to the register with given offset.
devConf | PCIe configuration |
offset | register offset in memory map. |
value | new value fot the register |