Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvatpit.c98 bool cr_sel; /* read MSB from control register */ member
426 if (!c->cr_sel) { in vatpit_handler()
428 c->cr_sel = true; in vatpit_handler()
431 c->cr_sel = false; in vatpit_handler()
564 (src->cr_sel ? (1 << 2) : 0) | in vatpit_data_read()
620 out->cr_sel = (chan->vac_status & (1 << 2)) != 0; in vatpit_data_write()