Searched refs:I8254_PORT_COUNTER0 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/boot/compressed/
H A Daslr.c18 #define I8254_PORT_COUNTER0 0x40 macro
29 status = inb(I8254_PORT_COUNTER0); i8254()
30 timer = inb(I8254_PORT_COUNTER0); i8254()
31 timer |= inb(I8254_PORT_COUNTER0) << 8; i8254()

Completed in 69 milliseconds