Searched full:minute (Results 1 – 25 of 198) sorted by relevance
12345678
/openbmc/linux/drivers/rtc/ |
D | rtc-wilco-ec.c |
|
D | rtc-ds1742.c |
|
D | rtc-msm6242.c |
|
D | rtc-pcf2123.c |
|
D | rtc-r9701.c |
|
/openbmc/openbmc-tools/tof-voters/libvoters/ |
H A D | time.py | 15 [hour, minute, second] = [00, 00, 00] 17 [hour, minute, second] = [23, 59, 59] 21 year, month, day, hour, minute, second, tzinfo=timezone.utc
|
/openbmc/u-boot/drivers/rtc/ |
H A D | ftrtc010.c | 38 #define FTRTC010_CR_INTERRUPT_MIN (1 << 2) /* per minute irq */ 56 unsigned long minute; in ftrtc010_time() local 64 minute = readl(&rtc->min); in ftrtc010_time() 68 return day * 24 * 60 * 60 + hour * 60 * 60 + minute * 60 + second; in ftrtc010_time()
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-rcu.sh |
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Value.interface.yaml | 70 To calculate Air Flow in Cubic Feet per Minute 82 To calculate the liquid flow in Liters Per Minute. 97 Frequency of rotation as revolutions per minute.
|
/openbmc/qemu/hw/uefi/ |
H A D | var-service-utils.c | 161 if (a->minute < b->minute) { in uefi_time_compare() 164 if (a->minute > b->minute) { in uefi_time_compare()
|
/openbmc/linux/fs/udf/ |
D | udftime.c |
|
/openbmc/qemu/hw/rtc/ |
H A D | allwinner-rtc.c | 35 REG_HHMMSS, /* RTC Hour-Minute-Second */ 36 REG_ALARM1_WKHHMMSS, /* Alarm1 Week Hour-Minute-Second */ 46 REG_ALARM1_DDHHMMSS, /* Alarm1 Day Hour-Minute-Second */ 195 case REG_HHMMSS: /* RTC Hour-Minute-Second */ in allwinner_rtc_read() 240 case REG_HHMMSS: /* RTC Hour-Minute-Second */ in allwinner_rtc_write()
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91_rtc.h | 32 #define AT91_RTC_MIN (0x7f << 8) /* Current Minute */ 45 #define AT91_RTC_MINEN (1 << 15) /* Minute Alarm Enab */
|
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/ |
H A D | rotate-event-logs.timer | 2 Description=Run rotate-event-logs.service every minute
|
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/i2c-switch@70/i2c@1/ |
H A D | psu@58.conf | 14 # 1 minute interval
|
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/i2c-switch@70/i2c@2/ |
H A D | psu@58.conf | 14 # 1 minute interval
|
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/i2c-switch@70/i2c@0/ |
H A D | psu@59.conf | 14 # 1 minute interval
|
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/i2c-switch@70/i2c@3/ |
H A D | psu@59.conf | 14 # 1 minute interval
|
/openbmc/linux/Documentation/admin-guide/acpi/ |
D | fan_performance_states.rst |
|
/openbmc/linux/drivers/leds/ |
D | leds-ipaq-micro.c |
|
/openbmc/linux/arch/sh/drivers/ |
D | Kconfig |
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
H A D | run-ptest | 5 # one minute.
|
/openbmc/linux/arch/m68k/include/asm/ |
D | intersil.h |
|
/openbmc/linux/include/uapi/linux/ |
D | sysinfo.h |
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | sysinfo.h | 10 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */
|
12345678