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:rtcregs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H
A
D
ip22-reset.c
55
tmp = hpc3c0->
rtcregs
[RTC_CMD] & 0xff;
in sgi_machine_power_off()
56
hpc3c0->
rtcregs
[RTC_CMD] = tmp | RTC_WAM;
in sgi_machine_power_off()
57
hpc3c0->
rtcregs
[RTC_WSEC] = 0;
in sgi_machine_power_off()
58
hpc3c0->
rtcregs
[RTC_WHSEC] = 0;
in sgi_machine_power_off()
66
tmp = hpc3c0->
rtcregs
[RTC_HOURS_ALARM];
in sgi_machine_power_off()
H
A
D
ip22-platform.c
215
res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs,
rtcregs
);
in sgi_ds1286_devinit()
216
res.end = res.start + sizeof(hpc3c0->
rtcregs
) - 1;
in sgi_ds1286_devinit()
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
H
A
D
ip22-reset.c
55
tmp = hpc3c0->
rtcregs
[RTC_CMD] & 0xff;
in sgi_machine_power_off()
56
hpc3c0->
rtcregs
[RTC_CMD] = tmp | RTC_WAM;
in sgi_machine_power_off()
57
hpc3c0->
rtcregs
[RTC_WSEC] = 0;
in sgi_machine_power_off()
58
hpc3c0->
rtcregs
[RTC_WHSEC] = 0;
in sgi_machine_power_off()
66
tmp = hpc3c0->
rtcregs
[RTC_HOURS_ALARM];
in sgi_machine_power_off()
H
A
D
ip22-platform.c
215
res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs,
rtcregs
);
in sgi_ds1286_devinit()
216
res.end = res.start + sizeof(hpc3c0->
rtcregs
) - 1;
in sgi_ds1286_devinit()
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-ds1286.c
21
u32 __iomem *
rtcregs
;
member
27
return __raw_readl(&priv->
rtcregs
[reg]) & 0xff;
in ds1286_rtc_read()
32
__raw_writel(data, &priv->
rtcregs
[reg]);
in ds1286_rtc_write()
332
priv->
rtcregs
= devm_platform_ioremap_resource(pdev, 0);
in ds1286_probe()
333
if (IS_ERR(priv->
rtcregs
))
in ds1286_probe()
334
return PTR_ERR(priv->
rtcregs
);
in ds1286_probe()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-ds1286.c
21
u32 __iomem *
rtcregs
;
member
27
return __raw_readl(&priv->
rtcregs
[reg]) & 0xff;
in ds1286_rtc_read()
32
__raw_writel(data, &priv->
rtcregs
[reg]);
in ds1286_rtc_write()
332
priv->
rtcregs
= devm_platform_ioremap_resource(pdev, 0);
in ds1286_probe()
333
if (IS_ERR(priv->
rtcregs
))
in ds1286_probe()
334
return PTR_ERR(priv->
rtcregs
);
in ds1286_probe()
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/
H
A
D
hpc3.h
302
volatile u32
rtcregs
[14]; /* Dallas clock registers */
member
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/
H
A
D
hpc3.h
302
volatile u32
rtcregs
[14]; /* Dallas clock registers */
member
Completed in 5 milliseconds