Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dpayload_vatpit_freq.c31 outb(IOP_ATPIT_C0, 0xff); in timer0_reset()
32 outb(IOP_ATPIT_C0, 0xff); in timer0_reset()
44 val = inb(IOP_ATPIT_C0); in timer0_read()
45 val |= (uint16_t)inb(IOP_ATPIT_C0) << 8; in timer0_read()
H A Dtest_defs.h20 #define IOP_ATPIT_C0 0x40 macro