Home
last modified time | relevance | path

Searched refs:pit (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/hw/i386/kvm/
H A Di8254.c87 static void kvm_pit_get(PITCommonState *pit) in kvm_pit_get() argument
89 KVMPITState *s = KVM_PIT(pit); in kvm_pit_get()
105 pit->channels[0].irq_disabled = kpit.flags & KVM_PIT_FLAGS_HPET_LEGACY; in kvm_pit_get()
108 sc = &pit->channels[i]; in kvm_pit_get()
124 sc = &pit->channels[0]; in kvm_pit_get()
129 static void kvm_pit_put(PITCommonState *pit) in kvm_pit_put() argument
131 KVMPITState *s = KVM_PIT(pit); in kvm_pit_put()
142 kpit.flags = pit->channels[0].irq_disabled ? KVM_PIT_FLAGS_HPET_LEGACY : 0; in kvm_pit_put()
145 sc = &pit->channels[i]; in kvm_pit_put()
213 PITCommonState *pit = opaque; in kvm_pit_irq_control() local
[all …]
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dcpu.c28 at91_pit_t *pit = (at91_pit_t *) ATMEL_BASE_PIT; in arch_preboot_os() local
30 cpiv = AT91_PIT_MR_PIV_MASK(readl(&pit->piir)); in arch_preboot_os()
37 writel(cpiv + 0x1000, &pit->mr); in arch_preboot_os()
H A Dtimer.c39 at91_pit_t *pit = (at91_pit_t *) ATMEL_BASE_PIT; in timer_init() local
44 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr); in timer_init()
/openbmc/u-boot/arch/arm/mach-at91/armv7/
H A Dcpu.c30 at91_pit_t *pit = (at91_pit_t *)ATMEL_BASE_PIT; in arch_preboot_os() local
32 cpiv = AT91_PIT_MR_PIV_MASK(readl(&pit->piir)); in arch_preboot_os()
39 writel(cpiv + 0x1000, &pit->mr); in arch_preboot_os()
H A Dtimer.c42 at91_pit_t *pit = (at91_pit_t *)ATMEL_BASE_PIT; in timer_init() local
48 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr); in timer_init()
/openbmc/qemu/hw/isa/
H A Di82378.c69 ISADevice *pit; in i82378_realize() local
103 pit = i8254_pit_init(isabus, 0x40, 0, NULL); in i82378_realize()
107 object_property_set_link(OBJECT(pcspk), "pit", OBJECT(pit), &error_fatal); in i82378_realize()
/openbmc/qemu/hw/i386/
H A Dx86.c237 OnOffAuto pit = x86ms->pit; in x86_machine_get_pit() local
239 visit_type_OnOffAuto(v, name, &pit, errp); in x86_machine_get_pit()
247 visit_type_OnOffAuto(v, name, &x86ms->pit, errp); in x86_machine_set_pit()
366 x86ms->pit = ON_OFF_AUTO_AUTO; in x86_machine_initfn()
H A Dmicrovm.c262 if (x86ms->pit == ON_OFF_AUTO_ON || x86ms->pit == ON_OFF_AUTO_AUTO) { in microvm_devices_init()
/openbmc/u-boot/board/samsung/smdk5420/
H A DKconfig36 default "peach-pit"
H A DMAINTAINERS5 F: include/configs/peach-pit.h
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h633 rtclk83xx_t pit; /* Periodic Interval Timer */ member
687 rtclk83xx_t pit; /* Periodic Interval Timer */ member
722 rtclk83xx_t pit; /* Periodic Interval Timer */ member
767 rtclk83xx_t pit; /* Periodic Interval Timer */ member
811 rtclk83xx_t pit; /* Periodic Interval Timer */ member
851 rtclk83xx_t pit; /* Periodic Interval Timer */ member
887 rtclk83xx_t pit; /* Periodic Interval Timer */ member
H A Dfsl_pci.h91 pit_t pit[4]; /* 0xd80 - 0xdff Inbound ATMU's 3, 2, 1 and 0 */ member
/openbmc/u-boot/configs/
H A Dpeach-pit_defconfig29 CONFIG_DEFAULT_DEVICE_TREE="exynos5420-peach-pit"
/openbmc/qemu/include/hw/i386/
H A Dx86.h79 OnOffAuto pit; member
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5800-peach-pi.dts16 compatible = "google,pit-rev#", "google,pit",
H A Dexynos5420-peach-pit.dts17 compatible = "google,pit-rev#", "google,pit",
H A Dsama5d2.dtsi688 pit: timer@f8048030 { label
689 compatible = "atmel,at91sam9260-pit";
H A Dat91sam9261.dtsi846 pit: timer@fffffd30 { label
847 compatible = "atmel,at91sam9260-pit";
H A Dat91sam9n12.dtsi387 pit: timer@fffffe30 { label
388 compatible = "atmel,at91sam9260-pit";
H A Dat91sam9rl.dtsi1042 pit: timer@fffffd30 { label
1043 compatible = "atmel,at91sam9260-pit";
H A Dat91sam9260.dtsi377 pit: timer@fffffd30 { label
378 compatible = "atmel,at91sam9260-pit";
H A Dat91sam9263.dtsi375 pit: timer@fffffd30 { label
376 compatible = "atmel,at91sam9260-pit";
/openbmc/qemu/docs/system/i386/
H A Dmicrovm.rst49 - microvm.pit=OnOffAuto (Enable i8254 PIT)
97 -M microvm,x-option-roms=off,pit=off,pic=off,isa-serial=off,rtc=off \
/openbmc/qemu/hw/timer/
H A Dmeson.build2 system_ss.add(when: 'CONFIG_ALLWINNER_A10_PIT', if_true: files('allwinner-a10-pit.c'))
/openbmc/u-boot/drivers/pci/
H A Dfsl_pci_init.c332 pi = &pci->pit[2]; /* 0xDC0 */ in fsl_pci_init()
334 pi = &pci->pit[3]; /* 0xDE0 */ in fsl_pci_init()

12