Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_hr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-rv3029c2.c
329
const u8
_hr
= regs[RV3029_W_HOURS - RV3029_W_SEC];
in rv3029_read_time()
local
331
if (
_hr
& RV3029_REG_HR_12_24) {
in rv3029_read_time()
333
tm->tm_hour = bcd2bin(
_hr
& 0x1f);
in rv3029_read_time()
334
if (
_hr
& RV3029_REG_HR_PM) /* PM flag set */
in rv3029_read_time()
337
tm->tm_hour = bcd2bin(
_hr
& 0x3f);
in rv3029_read_time()
H
A
D
rtc-isl1208.c
327
const u8
_hr
= regs[ISL1208_REG_HR];
in isl1208_i2c_read_time()
local
328
if (
_hr
& ISL1208_REG_HR_MIL) /* 24h format */
in isl1208_i2c_read_time()
329
tm->tm_hour = bcd2bin(
_hr
& 0x3f);
in isl1208_i2c_read_time()
332
tm->tm_hour = bcd2bin(
_hr
& 0x1f);
in isl1208_i2c_read_time()
333
if (
_hr
& ISL1208_REG_HR_PM) /* PM flag set */
in isl1208_i2c_read_time()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-isl1208.c
360
const u8
_hr
= regs[ISL1208_REG_HR];
in isl1208_i2c_read_time()
local
361
if (
_hr
& ISL1208_REG_HR_MIL) /* 24h format */
in isl1208_i2c_read_time()
362
tm->tm_hour = bcd2bin(
_hr
& 0x3f);
in isl1208_i2c_read_time()
365
tm->tm_hour = bcd2bin(
_hr
& 0x1f);
in isl1208_i2c_read_time()
366
if (
_hr
& ISL1208_REG_HR_PM) /* PM flag set */
in isl1208_i2c_read_time()
H
A
D
rtc-rv3029c2.c
329
const u8
_hr
= regs[RV3029_W_HOURS - RV3029_W_SEC];
in rv3029_read_time()
local
331
if (
_hr
& RV3029_REG_HR_12_24) {
in rv3029_read_time()
333
tm->tm_hour = bcd2bin(
_hr
& 0x1f);
in rv3029_read_time()
334
if (
_hr
& RV3029_REG_HR_PM) /* PM flag set */
in rv3029_read_time()
337
tm->tm_hour = bcd2bin(
_hr
& 0x3f);
in rv3029_read_time()
Completed in 5 milliseconds