NdisSetPhysicalAddressLow

VOID
NdisSetPhysicalAddressLow(

IN NDIS_PHYSICAL_ADDRESS PhysicalAddress,
IN ULONG Value
);

NdisSetPhysicalAddressLow sets the low-order part of a given physical address to a given value.

Parameters

PhysicalAddress

Specifies a physical address of an OS-dependent size.

Value

Specifies the value to be written into the low-order part of the address.

Comments

Callers of NdisSetPhysicalAddressLow can be running at any IRQL.

See Also

NdisGetPhysicalAddressLow, NDIS_PHYSICAL_ADDRESS, NdisSetPhysicalAddressHigh