HomeSort by relevance Sort by last modified time
    Searched refs:TIMER0_COUNT_PORT (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
Timer.h 47 #define TIMER0_COUNT_PORT 0x40
Timer.c 67 IoWrite8 (TIMER0_COUNT_PORT, (UINT8)(Count & 0xff));
68 IoWrite8 (TIMER0_COUNT_PORT, (UINT8)((Count >> 8) & 0xff));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
Thunk.c 33 IoWrite8 (TIMER0_COUNT_PORT, (UINT8) (Count & 0xFF));
34 IoWrite8 (TIMER0_COUNT_PORT, (UINT8) ((Count>>8) & 0xFF));
LegacyBiosInterface.h 533 #define TIMER0_COUNT_PORT 0x40
    [all...]

Completed in 70 milliseconds