/openbmc/linux/drivers/rtc/ |
H A D | rtc-ab8500.c | 65 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 D | test_ipmi_flash.robot | 29 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 D | test_jtag_master.robot | 120 Run Keyword Wait For Host To Ping ${OPENBMC_HOST} 5 mins
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | msl_verify.cpp | 156 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 D | obmc_boot_test_resource.robot | 61 ${state_change_timeout} 3 mins 62 ${power_on_timeout} 14 mins 63 ${power_off_timeout} 2 mins
|
H A D | standby_bmc.robot | 51 ... Wait For Host To Ping ${OPENBMC_HOST} 2 mins
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Usecase_Checkers.robot | 29 ${power_on_timeout} 15 mins 30 ${power_off_timeout} 15 mins 31 ${state_change_timeout} 3 mins
|
H A D | test_redfishtool_certificate.robot | 154 …Wait Until Keyword Succeeds 2 mins 15 secs Verify Certificate Visible Via OpenSSL ${cert_file_…
|
/openbmc/linux/fs/affs/ |
H A D | amigaffs.h | 40 __be32 mins; member 46 __be16 mins; member
|
H A D | amigaffs.c | 386 ds->mins = cpu_to_be32(minute); in affs_secs_to_datestamp()
|
H A D | inode.c | 155 be32_to_cpu(tail->change.mins) * 60 + in affs_iget()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 59 #define X86_STEPPINGS(mins, maxs) GENMASK(maxs, mins) argument
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 219 my @mins; 227 push @mins, $argparams->{$sorted_arg}->{min}; 240 $reglist .= "\t{ CCS_R_" . (uc $name) . "(" . (join ",", (@mins)) .
|
/openbmc/qemu/hw/sensor/ |
H A D | tmp421.c | 107 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 D | test_ipmi_sol.robot | 144 ${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 D | test_power_operations.robot | 46 ... Wait Until Keyword Succeeds 3 mins 30 secs Match OCC And CPU State Count
|
/openbmc/docs/testing/ |
H A D | run-test-docker.md | 27 to 15 mins for the first time). The default Docker image name is
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | cyber.robot | 57 # Up Time : 178 days 22 hours 29 mins 11 secs.
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_int.h | 2046 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 D | test_event_logging.robot | 34 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 D | quick-start.md | 26 … 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 D | pc87360.rst | 196 The datasheets suggests that some values (fan mins, fan dividers)
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_certificate.robot | 135 …Wait Until Keyword Succeeds 2 mins 15 secs Verify Certificate Visible Via OpenSSL ${cert_file_…
|
/openbmc/qemu/target/arm/tcg/ |
H A D | iwmmxt_helper.c | 307 IWMMXT_OP_CMP(mins, int8_t, int16_t, int32_t, <)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utils.robot | 825 # Immediate: Wait State os_running_match_state 10 mins 1152 # Hence, 3mins sleep time is added to allow other service gets loaded.
|