Searched refs:cap_config (Results 1 – 1 of 1) sorted by relevance
89 uint64_t cap_config; /* Configuration */ member412 oldval = vhpet->timer[n].cap_config; in vhpet_timer_update_config()422 vhpet->timer[n].cap_config = newval; in vhpet_timer_update_config()430 allowed_irqs = vhpet->timer[n].cap_config >> 32; in vhpet_timer_update_config()436 vhpet->timer[n].cap_config &= ~HPET_TCNF_INT_ROUTE; in vhpet_timer_update_config()588 if ((vhpet->timer[i].cap_config & in vhpet_mmio_write()600 vhpet->timer[i].cap_config &= ~HPET_TCNF_VAL_SET; in vhpet_mmio_write()676 data = vhpet->timer[i].cap_config; in vhpet_mmio_read()734 vhpet->timer[i].cap_config = allowed_irqs << 32; in vhpet_init()735 vhpet->timer[i].cap_config |= HPET_TCAP_PER_INT; in vhpet_init()[all …]