Lines Matching refs:val64
474 uint64_t data, mask, oldval, val64; in vhpet_mmio_write() local
554 val64 = vhpet_counter(vhpet, NULL); in vhpet_mmio_write()
555 update_register(&val64, data, mask); in vhpet_mmio_write()
556 vhpet->countbase = val64; in vhpet_mmio_write()
580 val64 = vhpet->timer[i].comprate; in vhpet_mmio_write()
581 update_register(&val64, data, mask); in vhpet_mmio_write()
582 vhpet->timer[i].comprate = val64; in vhpet_mmio_write()
585 vhpet->timer[i].compval = val64; in vhpet_mmio_write()
591 val64 = vhpet->timer[i].compval; in vhpet_mmio_write()
592 update_register(&val64, data, mask); in vhpet_mmio_write()
593 vhpet->timer[i].compval = val64; in vhpet_mmio_write()