Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Di8254.c22 outb(countdown & 0xff, PIT_BASE + PIT_T2); in i8254_set_beep_freq()
23 outb((countdown >> 8) & 0xff, PIT_BASE + PIT_T2); in i8254_set_beep_freq()
/openbmc/u-boot/arch/x86/include/asm/
H A Di8254.h14 #define PIT_T2 0x02 /* PIT channel 2 count/status */ macro