/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91_pit.h | 8 * Periodic Interval Timer (PIT) - System peripherals regsters. 18 u32 pivr; /* 0x08 Periodic Interval Value Register */ 19 u32 piir; /* 0x0C Periodic Interval Image Register */
|
/openbmc/qemu/tests/qtest/ |
H A D | test-arm-mptimer.c | 31 #define PERIODIC 1 macro 43 static void timer_start(int periodic, uint32_t scale) in timer_start() argument 47 if (periodic) { in timer_start() 185 timer_start(PERIODIC, scaler); in test_timer_periodic() 210 timer_start(PERIODIC, scaler); in test_timer_oneshot_to_periodic() 224 timer_start(PERIODIC, scaler); in test_timer_periodic_to_oneshot() 316 timer_start(PERIODIC, scaler); in test_timer_set_periodic_counter_to_0() 332 timer_start(PERIODIC, scaler); in test_timer_set_periodic_counter_to_0() 370 timer_start(PERIODIC, scaler); in test_timer_noload_periodic() 413 timer_start(PERIODIC, scaler); in test_timer_zero_load_periodic() [all …]
|
H A D | cmsdk-apb-dualtimer-test.c | 88 /* enable in periodic, wrapping, interrupt mode, prescale 256 */ in test_prescale() 102 /* In periodic mode the tick VALUE now reloads */ in test_prescale()
|
/openbmc/telemetry/src/types/ |
H A D | reporting_type.hpp | 14 periodic, enumerator 37 "xyz.openbmc_project.Telemetry.Report.ReportingType.Periodic", 38 ReportingType::periodic)}};
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | metric_report_definition.hpp | 12 Periodic, enumerator 48 {MetricReportDefinitionType::Periodic, "Periodic"},
|
/openbmc/openbmc-test-automation/redfish/telemetry_service/ |
H A D | test_telemetry_report.robot | 34 processor temperature Periodic LogToMetricReportsCollection 500 35 dimm temperature Periodic LogToMetricReportsCollection 1000 39 battery voltage Periodic LogToMetricReportsCollection 100 51 Create Basic Telemetry Report total power Periodic LogToMetricReportsCollection 56 ... total power Periodic LogToMetricReportsCollection expected_result=fail
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | timer.hpp | 92 int start(std::chrono::microseconds usec, bool periodic = false) in start() argument 98 if (periodic) in start() 100 // A periodic timer means that when the timer goes off, in start() 153 /** @brief timer run type (oneshot or periodic) */
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_events.c | 100 * Run a 10 ms periodic timer and check that it is called 10 times 104 * while waiting for 100 ms periodic timer for two periods. 145 efi_st_printf("Notification count periodic: %u\n", timer_ticks); in execute()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_host.h | 33 /* struct musb_qh *next; */ /* for periodic tree */ 50 u16 frame; /* for periodic schedule */
|
/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/ |
H A D | crond.service | 2 Description=Periodic Command Scheduler
|
H A D | crond.init | 8 # programs at periodic scheduled times. vixie cron adds a
|
/openbmc/qemu/include/hw/ |
H A D | ptimer.h | 2 * General purpose implementation of a simple periodic countdown timer. 14 * The ptimer API implements a simple periodic countdown timer. 67 /* Periodic timer counter stays with "0" for a one period before wrapping 71 /* Running periodic timer that has counter = limit = 0 would continuously 76 * but after a one period for both oneshot and periodic modes. */
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-hcd.c | 994 struct QH *periodic; in ehci_common_init() local 1022 * Set up periodic list in ehci_common_init() 1023 * Step 1: Parent QH for all periodic transfers. in ehci_common_init() 1026 periodic = &ctrl->periodic_queue; in ehci_common_init() 1027 memset(periodic, 0, sizeof(*periodic)); in ehci_common_init() 1028 periodic->qh_link = cpu_to_hc32(QH_LINK_TERMINATE); in ehci_common_init() 1029 periodic->qh_overlay.qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); in ehci_common_init() 1030 periodic->qh_overlay.qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); in ehci_common_init() 1032 flush_dcache_range((unsigned long)periodic, in ehci_common_init() 1033 ALIGN_END_ADDR(struct QH, periodic, 1)); in ehci_common_init() [all …]
|
/openbmc/qemu/include/hw/usb/ |
H A D | ehci-regs.h | 18 #define USBCMD_PSE (1 << 4) // Periodic Schedule Enable 37 #define USBSTS_PSS (1 << 14) // Periodic Schedule Status
|
/openbmc/qemu/hw/timer/ |
H A D | arm_mptimer.c | 71 /* PTimer would trigger interrupt for periodic timer when counter set in timerblock_set_count() 92 /* Periodic timer with load = 0 and prescaler != 0 would re-trigger in timerblock_tick() 141 /* Setting counter to 0 stops the one-shot timer, or periodic with in timerblock_write() 162 /* Re-load periodic timer counter if needed. */ in timerblock_write()
|
/openbmc/u-boot/include/ |
H A D | mpc8xx.h | 93 * PISCR - Periodic Interrupt Status and Control Register 11-31 96 #define PISCR_PITF 0x0002 /* Periodic Interrupt Timer Freeze */ 98 #define PISCR_PS 0x0080 /* Periodic interrupt Status */ 99 #define PISCR_PIE 0x0004 /* Periodic Interrupt Enable */ 100 #define PISCR_PTE 0x0001 /* Periodic Timer Enable */ 258 * MPTPR - Memory Periodic Timer Prescaler Register 16-17 260 #define MPTPR_PTP_MSK 0xFF00 /* Periodic Timers Prescaler Mask */ 290 #define MAMR_PTA_MSK 0xFF000000 /* Periodic Timer A period mask */ 291 #define MAMR_PTA_SHIFT 0x00000018 /* Periodic Timer A period shift */ 292 #define MAMR_PTAE 0x00800000 /* Periodic Timer A Enable */ [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | busybox-cron | 4 DESC="Busybox Periodic Command Scheduler"
|
/openbmc/u-boot/drivers/timer/ |
H A D | Kconfig | 85 bool "Atmel periodic interval timer support" 88 Select this to enable a periodic interval timer for Atmel devices,
|
/openbmc/qemu/include/hw/rtc/ |
H A D | mc146818rtc.h | 36 /* periodic timer */
|
/openbmc/telemetry/redfish-tests/ |
H A D | test_telemetry.py | 231 type="Periodic", 255 id, type="Periodic", interval=Duration.to_iso8061(interval) 271 type="Periodic",
|
/openbmc/u-boot/include/linux/ |
H A D | mc146818rtc.h | 60 /* Periodic intr. / Square wave rate select. 0=none, 1=32.8kHz,... 15=2Hz */ 66 # define RTC_PIE 0x40 /* periodic interrupt enable */
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | Report.interface.yaml | 125 - name: Periodic 175 ReportingType property has value "Periodic", but Interval is set
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 429 utils::enumToString(ReportingType::periodic), in TEST_F() 488 utils::enumToString(ReportingType::periodic), in TEST_F() 759 .reportingType(ReportingType::periodic) 847 .reportingType(ReportingType::periodic) 891 .reportingType(ReportingType::periodic) in SetUp() 1061 .reportingType(ReportingType::periodic) in TEST_P() 1079 changeReport(ReportingType::periodic, std::chrono::hours(1000)); in TEST_P() 1091 .reportingType(ReportingType::periodic) in TEST_P() 1209 .reportingType(ReportingType::periodic) in TEST_F() 1226 .reportingType(ReportingType::periodic) in TEST_F() [all …]
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | constant_timer.c | 55 if (FIELD_EX64(env->CSR_TCFG, CSR_TCFG, PERIODIC)) { in loongarch_constant_timer_cb()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/ |
H A D | btrfsmaintenance_0.5.bb | 2 SUMMARY = "Services for periodic btrfs maintenance tasks"
|