PciSetDword
Previous  Top  Next

 
   
procedure PciSetDword(bus,dev,func, offset : Word; val: Longword);  
 



Write one 32-bit double word to the configuration space of the PCI device.

Parameters:
 
bus - PCI bus number (0..GetLastPciBus),  
dev - PCI device on bus (0..31),  
func - function number of device (0..7),  
offset - the byte offset from the beginning of the configuration space,  
val - the 32-bit double word value being written.  

Return Value :

None.