Home
last modified time | relevance | path

Searched refs:mins (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/drivers/rtc/
H A Drtc-ab8500.c65 unsigned long mins, secs; in ab8500_rtc_read_time() local
97 mins = (buf[0] << 16) | (buf[1] << 8) | buf[2]; in ab8500_rtc_read_time()
101 secs = secs + (mins * 60); in ab8500_rtc_read_time()
145 unsigned long secs, mins; in ab8500_rtc_read_alarm() local
168 mins = (buf[0] << 16) | (buf[1] << 8) | (buf[2]); in ab8500_rtc_read_alarm()
169 secs = mins * 60; in ab8500_rtc_read_alarm()
187 unsigned long mins; in ab8500_rtc_set_alarm() local
189 mins = (unsigned long)rtc_tm_to_time64(&alarm->time) / 60; in ab8500_rtc_set_alarm()
191 buf[2] = mins & 0xFF; in ab8500_rtc_set_alarm()
192 buf[1] = (mins >> 8) & 0xFF; in ab8500_rtc_set_alarm()
[all …]
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_ipmi_flash.robot29 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
48 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
62 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
74 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
182 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
197 Wait Until Keyword Succeeds 5 mins 10 secs
200 Wait Until Keyword Succeeds 20 mins 30 secs
208 Run Keyword Wait For Host To Ping ${OS_HOST} 5 mins
219 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
H A Dtest_jtag_master.robot120 Run Keyword Wait For Host To Ping ${OPENBMC_HOST} 5 mins
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp156 std::vector<std::string> mins(std::istream_iterator<std::string>{minStream}, in verify() local
158 std::sort(mins.begin(), mins.end()); in verify()
174 for (const auto& min : mins) in verify()
/openbmc/openbmc-test-automation/extended/
H A Dobmc_boot_test_resource.robot61 ${state_change_timeout} 3 mins
62 ${power_on_timeout} 14 mins
63 ${power_off_timeout} 2 mins
H A Dstandby_bmc.robot51 ... Wait For Host To Ping ${OPENBMC_HOST} 2 mins
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Usecase_Checkers.robot29 ${power_on_timeout} 15 mins
30 ${power_off_timeout} 15 mins
31 ${state_change_timeout} 3 mins
H A Dtest_redfishtool_certificate.robot154 …Wait Until Keyword Succeeds 2 mins 15 secs Verify Certificate Visible Via OpenSSL ${cert_file_…
/openbmc/linux/fs/affs/
H A Damigaffs.h40 __be32 mins; member
46 __be16 mins; member
H A Damigaffs.c386 ds->mins = cpu_to_be32(minute); in affs_secs_to_datestamp()
H A Dinode.c155 be32_to_cpu(tail->change.mins) * 60 + in affs_iget()
/openbmc/linux/arch/x86/include/asm/
H A Dcpu_device_id.h59 #define X86_STEPPINGS(mins, maxs) GENMASK(maxs, mins) argument
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs219 my @mins;
227 push @mins, $argparams->{$sorted_arg}->{min};
240 $reglist .= "\t{ CCS_R_" . (uc $name) . "(" . (join ",", (@mins)) .
/openbmc/qemu/hw/sensor/
H A Dtmp421.c107 static const int32_t mins[2] = { -40000, -55000 };
150 if (temp >= maxs[ext_range] || temp < mins[ext_range]) { in tmp421_set_temperature()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sol.robot144 ${status}= Run Keyword And Return Status Wait Until Keyword Succeeds 10 mins 15 secs
152 ${status}= Run Keyword And Return Status Wait Until Keyword Succeeds 15 mins 15 secs
361 ${status}= Run Keyword And Return Status Wait Until Keyword Succeeds 10 mins 15 secs
369 ${status}= Run Keyword And Return Status Wait Until Keyword Succeeds 15 mins 15 secs
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_power_operations.robot46 ... Wait Until Keyword Succeeds 3 mins 30 secs Match OCC And CPU State Count
/openbmc/docs/testing/
H A Drun-test-docker.md27 to 15 mins for the first time). The default Docker image name is
/openbmc/openbmc-test-automation/lib/pdu/
H A Dcyber.robot57 # Up Time : 178 days 22 hours 29 mins 11 secs.
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_int.h2046 static inline int _get_ldev_if_state(struct drbd_device *device, enum drbd_disk_state mins) in _get_ldev_if_state() argument
2055 io_allowed = (device->state.disk >= mins); in _get_ldev_if_state()
2061 extern int _get_ldev_if_state(struct drbd_device *device, enum drbd_disk_state mins);
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot34 Wait Until Keyword Succeeds 1 mins 15 secs Redfish.Get ${EVENT_LOG_URI}Entries
147 Wait Until Keyword Succeeds 1 mins 15 secs Redfish.Get ${EVENT_LOG_URI}Entries
/openbmc/openbmc/meta-arm/documentation/
H A Dquick-start.md26 … faster (a few less programs will be added to the system image and the 2-3mins that it takes to ru…
/openbmc/linux/Documentation/hwmon/
H A Dpc87360.rst196 The datasheets suggests that some values (fan mins, fan dividers)
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot135 …Wait Until Keyword Succeeds 2 mins 15 secs Verify Certificate Visible Via OpenSSL ${cert_file_…
/openbmc/qemu/target/arm/tcg/
H A Diwmmxt_helper.c307 IWMMXT_OP_CMP(mins, int8_t, int16_t, int32_t, <)
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot825 # Immediate: Wait State os_running_match_state 10 mins
1152 # Hence, 3mins sleep time is added to allow other service gets loaded.

12