Home
last modified time | relevance | path

Searched refs:PIT_CMD_CTR2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Di8254.c42 outb(PIT_CMD_CTR2 | PIT_CMD_BOTH | PIT_CMD_MODE3, in i8254_init()
55 outb(PIT_CMD_CTR2 | PIT_CMD_BOTH | PIT_CMD_MODE3, in i8254_enable_beep()
/openbmc/u-boot/arch/x86/include/asm/
H A Di8254.h21 #define PIT_CMD_CTR2 0x80 /* Select PIT counter 2 */ macro