OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:final_seconds
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/i2c/
m41t00.c
308
uint8_t init_seconds,
final_seconds
;
local
381
cmdbuf, 1, &
final_seconds
, 1, 0)) != 0) {
388
final_seconds
= bcdtobin(
final_seconds
& M41T00_SEC_MASK);
390
if ((init_seconds !=
final_seconds
) &&
391
(((init_seconds + 1) % 60) !=
final_seconds
)) {
394
device_xname(sc->sc_dev), init_seconds,
final_seconds
);
max6900.c
339
uint8_t init_seconds,
final_seconds
;
local
423
cmdbuf, 1, &
final_seconds
, 1, 0)) != 0) {
431
if ((init_seconds == 59 &&
final_seconds
!= 59) ||
432
(init_seconds != 59 &&
final_seconds
!= init_seconds + 1)) {
435
device_xname(sc->sc_dev), init_seconds,
final_seconds
);
m41t00.c
308
uint8_t init_seconds,
final_seconds
;
local
381
cmdbuf, 1, &
final_seconds
, 1, 0)) != 0) {
388
final_seconds
= bcdtobin(
final_seconds
& M41T00_SEC_MASK);
390
if ((init_seconds !=
final_seconds
) &&
391
(((init_seconds + 1) % 60) !=
final_seconds
)) {
394
device_xname(sc->sc_dev), init_seconds,
final_seconds
);
max6900.c
339
uint8_t init_seconds,
final_seconds
;
local
423
cmdbuf, 1, &
final_seconds
, 1, 0)) != 0) {
431
if ((init_seconds == 59 &&
final_seconds
!= 59) ||
432
(init_seconds != 59 &&
final_seconds
!= init_seconds + 1)) {
435
device_xname(sc->sc_dev), init_seconds,
final_seconds
);
Completed in 55 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026