Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Di8254.h78 void pit_set_gate(ISADevice *dev, int channel, int val);
/openbmc/qemu/hw/audio/
H A Dpcspk.c156 pit_set_gate(s->pit, 2, gate); in pcspk_io_write()
/openbmc/qemu/hw/timer/
H A Di8254_common.c35 void pit_set_gate(ISADevice *dev, int channel, int val) in pit_set_gate() function
/openbmc/linux/arch/x86/kvm/
H A Di8254.c54 static void pit_set_gate(struct kvm_pit *pit, int channel, u32 val) in pit_set_gate() function
598 pit_set_gate(pit, 2, val & 1); in speaker_ioport_write()