Home
last modified time | relevance | path

Searched refs:CountOffset (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
DInternalIsaIo.h188 IN UINT32 CountOffset,
DIsaIo.c297 IN UINT32 CountOffset, in WriteDmaPort() argument
319 Status = WritePort (This, CountOffset, (UINT8) (Count & 0xff)); in WriteDmaPort()
324 Status = WritePort (This, CountOffset, (UINT8) ((Count >> 8) & 0xff)); in WriteDmaPort()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
DIsaIo.h188 IN UINT32 CountOffset,
DIsaIo.c700 IN UINT32 CountOffset, in WriteDmaPort() argument
722 Status = WritePort (This, CountOffset, (UINT8) (Count & 0xff)); in WriteDmaPort()
727 Status = WritePort (This, CountOffset, (UINT8) ((Count >> 8) & 0xff)); in WriteDmaPort()