Home
last modified time | relevance | path

Searched full:mins (Results 1 – 25 of 81) sorted by relevance

1234

/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 …]
H A Drtc-m41t94.c34 dev_dbg(dev, "%s secs=%d, mins=%d, " in m41t94_set_time()
93 dev_dbg(dev, "%s secs=%d, mins=%d, " in m41t94_read_time()
H A Drtc-s35390a.c217 dev_dbg(&client->dev, "%s: tm is secs=%d, mins=%d, hours=%d mday=%d, " in s35390a_rtc_set_time()
266 dev_dbg(&client->dev, "%s: tm is secs=%d, mins=%d, hours=%d, mday=%d, " in s35390a_rtc_read_time()
281 dev_dbg(&client->dev, "%s: alm is secs=%d, mins=%d, hours=%d mday=%d, "\ in s35390a_rtc_set_alarm()
376 dev_dbg(&client->dev, "%s: alm is mins=%d, hours=%d, wday=%d\n", in s35390a_rtc_read_alarm()
H A Drtc-m41t93.c52 dev_dbg(dev, "%s secs=%d, mins=%d, " in m41t93_set_time()
153 dev_dbg(dev, "%s secs=%d, mins=%d, " in m41t93_get_time()
H A Drtc-fm3130.c129 dev_dbg(dev, "%s secs=%d, mins=%d, " in fm3130_get_time()
145 dev_dbg(dev, "%s secs=%d, mins=%d, " in fm3130_set_time()
220 dev_dbg(dev, "%s secs=%d, mins=%d, " in fm3130_read_alarm()
245 dev_dbg(dev, "%s secs=%d, mins=%d, " in fm3130_set_alarm()
H A Drtc-rx4581.c161 dev_dbg(dev, "%s: tm is secs=%d, mins=%d, hours=%d, " in rx4581_get_datetime()
176 dev_dbg(dev, "%s: secs=%d, mins=%d, hours=%d, " in rx4581_set_datetime()
H A Drtc-rx8581.c126 dev_dbg(dev, "%s: tm is secs=%d, mins=%d, hours=%d, " in rx8581_rtc_read_time()
142 dev_dbg(dev, "%s: secs=%d, mins=%d, hours=%d, " in rx8581_rtc_set_time()
/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
/openbmc/openbmc-test-automation/data/
H A Dapplytime_table.json12 "Immediate": "Wait State os_running_match_state 10 mins"
16 "Immediate": "Wait State os_running_match_state 10 mins"
/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
/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/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
/openbmc/linux/fs/affs/
H A Damigaffs.h40 __be32 mins; member
46 __be16 mins; member
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.h94 /* a 23b shift cyclecounter will overflow in ~36 mins. Check overflow every 18 mins. */
/openbmc/phosphor-webui/app/common/services/
H A Dconstants.js106 ACTIVATION: 1000 * 60 * 10, // 10 mins
107 DOWNLOAD_IMAGE: 1000 * 60 * 2, // 2 mins
108 HOST_ON: 1000 * 60 * 5, // 5 mins
109 HOST_OFF: 1000 * 60 * 5, // 5 mins
110 HOST_OFF_IMMEDIATE: 1000 * 60 * 2 // 2 mins
/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/lib/
H A Dtftp_update_utils.py51 st.standby_match_state, wait_time="10 mins", interval="10 seconds"
/openbmc/google-ipmi-sys/test/
H A Dpoweroff_unittest.cpp42 // Set the dealy to 15 mins in TEST()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dmain.h75 #define MC_CRC_THRESH 100 /* threshold in 5 mins */
/openbmc/linux/include/linux/mfd/wm8350/
H A Dsupply.h113 int charge_timeout; /* charge timeout (mins) */
/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/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c57 #define MINS * 60 SECS macro
58 #define HOURS * 60 MINS
62 [TCP_CONNTRACK_SYN_SENT] = 2 MINS,
65 [TCP_CONNTRACK_FIN_WAIT] = 2 MINS,
68 [TCP_CONNTRACK_TIME_WAIT] = 2 MINS,
70 [TCP_CONNTRACK_SYN_SENT2] = 2 MINS,
74 [TCP_CONNTRACK_RETRANS] = 5 MINS,
75 [TCP_CONNTRACK_UNACK] = 5 MINS,
H A Dnf_conntrack_pptp.c83 #define MINS * 60 SECS macro
84 #define HOURS * 60 MINS
86 #define PPTP_GRE_TIMEOUT (10 MINS)
/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

1234