Home
last modified time | relevance | path

Searched refs:PITCTL_PORT (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/
H A Dmicrofind.c96 outb(PITCTL_PORT, PIT_LOADMODE); in microfind()
103 outb(PITCTL_PORT, PIT_READBACK|PIT_READBACKC0); in microfind()
208 outb(PITCTL_PORT, PIT_C0 | PIT_LOADMODE | PIT_SQUAREMODE); in microfind()
/titanic_41/usr/src/uts/common/sys/
H A Dpit.h43 #define PITCTL_PORT 0x43 /* PIT control port */ macro
/titanic_41/usr/src/uts/i86pc/ml/
H A Dgenassym.c158 printf("#define\tPITCTL_PORT 0x%x\n", PITCTL_PORT); in main()
H A Dlocore.s2197 outb $PITCTL_PORT
/titanic_41/usr/src/uts/intel/io/
H A Dpit_beep.c268 outb(PITCTL_PORT, PIT_C2 | PIT_READMODE | PIT_RATEMODE); in pit_beep_freq()
/titanic_41/usr/src/uts/i86pc/io/psm/
H A Duppc.c268 outb(PITCTL_PORT, (PIT_C0|PIT_NDIVMODE|PIT_READMODE)); in uppc_clkinit()
1058 outb(PITCTL_PORT, 0); /* latch counter 0 */ in uppc_gethrtime()