Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Di8254.h56 #define KVM_PIT_CHANNEL_MASK 0x3 macro
H A Di8254.c451 addr &= KVM_PIT_CHANNEL_MASK; in pit_ioport_write()
474 access = (val >> 4) & KVM_PIT_CHANNEL_MASK; in pit_ioport_write()
524 addr &= KVM_PIT_CHANNEL_MASK; in pit_ioport_read()