Showing changes from revision #1 to #2:
Added | Removed | Changed
void HAL_PCIWriteConfigWord(int bus, int devfn, int addr, uint32_t value)
Entry | |
---|---|
bus | Bus number to write to |
devfn | Device number to write to |
addr | Address to write to |
value | Word to write |
Exit | |
---|---|
- |
Writes a configuration word to a device on the PCI bus.
This is an internal call for use by the PCI module and should not be used by user software. User software should use the PCI SWIs instead of talking to the HAL directly.