Showing changes from revision #2 to #3:
Added | Removed | Changed
uint16_t HAL_PCIReadConfigHalfword(int bus, int devfn, int addr)
Entry | |
---|---|
bus | Bus number to read from |
devfn | Device number to read from |
addr | Address to read from |
Exit | |
---|---|
- | Returns the read halfword |
Reads a configuration halfword from 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.