IOMappedWrite32
Write four bytes to the desired "Physical" IOSpace address.
Declaration
void IOMappedWrite32(IOPhysicalAddress address, UInt32 value);Parameters
- address:
The desired address, as returned by IOMemoryDescriptor::getPhysicalSegment.
- value:
Data to be writen to the desired location
Discussion
Write four bytes to the desired "Physical" IOSpace address. This function allows the developer to write to an address returned from any memory descriptor's getPhysicalSegment routine.