| /openbmc/qemu/hw/i386/kvm/ |
| H A D | i8254.c | 87 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 D | cpu.c | 28 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 D | timer.c | 39 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 D | cpu.c | 30 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 D | timer.c | 42 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 D | i82378.c | 69 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 D | x86.c | 237 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 D | microvm.c | 262 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 D | Kconfig | 36 default "peach-pit"
|
| H A D | MAINTAINERS | 5 F: include/configs/peach-pit.h
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | immap_83xx.h | 633 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 D | fsl_pci.h | 91 pit_t pit[4]; /* 0xd80 - 0xdff Inbound ATMU's 3, 2, 1 and 0 */ member
|
| /openbmc/u-boot/configs/ |
| H A D | peach-pit_defconfig | 29 CONFIG_DEFAULT_DEVICE_TREE="exynos5420-peach-pit"
|
| /openbmc/qemu/include/hw/i386/ |
| H A D | x86.h | 79 OnOffAuto pit; member
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | exynos5800-peach-pi.dts | 16 compatible = "google,pit-rev#", "google,pit",
|
| H A D | exynos5420-peach-pit.dts | 17 compatible = "google,pit-rev#", "google,pit",
|
| H A D | sama5d2.dtsi | 688 pit: timer@f8048030 { label 689 compatible = "atmel,at91sam9260-pit";
|
| H A D | at91sam9261.dtsi | 846 pit: timer@fffffd30 { label 847 compatible = "atmel,at91sam9260-pit";
|
| H A D | at91sam9n12.dtsi | 387 pit: timer@fffffe30 { label 388 compatible = "atmel,at91sam9260-pit";
|
| H A D | at91sam9rl.dtsi | 1042 pit: timer@fffffd30 { label 1043 compatible = "atmel,at91sam9260-pit";
|
| H A D | at91sam9260.dtsi | 377 pit: timer@fffffd30 { label 378 compatible = "atmel,at91sam9260-pit";
|
| H A D | at91sam9263.dtsi | 375 pit: timer@fffffd30 { label 376 compatible = "atmel,at91sam9260-pit";
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | microvm.rst | 49 - 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 D | meson.build | 2 system_ss.add(when: 'CONFIG_ALLWINNER_A10_PIT', if_true: files('allwinner-a10-pit.c'))
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | fsl_pci_init.c | 332 pi = &pci->pit[2]; /* 0xDC0 */ in fsl_pci_init() 334 pi = &pci->pit[3]; /* 0xDE0 */ in fsl_pci_init()
|