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:ilb_base_addr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm_tis_core.c
887
if (priv->
ilb_base_addr
)
in tpm_tis_remove()
888
iounmap(priv->
ilb_base_addr
);
in tpm_tis_remove()
907
!data->
ilb_base_addr
)
in tpm_tis_clkrun_enable()
914
clkrun_val = ioread32(data->
ilb_base_addr
+ LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
918
iowrite32(clkrun_val, data->
ilb_base_addr
+ LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
930
clkrun_val = ioread32(data->
ilb_base_addr
+ LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
934
iowrite32(clkrun_val, data->
ilb_base_addr
+ LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
1008
priv->
ilb_base_addr
= ioremap(INTEL_LEGACY_BLK_BASE_ADDR,
in tpm_tis_core_init()
1010
if (!priv->
ilb_base_addr
)
in tpm_tis_core_init()
1013
clkrun_val = ioread32(priv->
ilb_base_addr
in tpm_tis_core_init()
[all...]
H
A
D
tpm_tis_core.h
99
void __iomem *
ilb_base_addr
;
member
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_tis_core.c
1027
if (priv->
ilb_base_addr
)
in tpm_tis_remove()
1028
iounmap(priv->
ilb_base_addr
);
in tpm_tis_remove()
1047
!data->
ilb_base_addr
)
in tpm_tis_clkrun_enable()
1054
clkrun_val = ioread32(data->
ilb_base_addr
+ LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
1058
iowrite32(clkrun_val, data->
ilb_base_addr
+ LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
1070
clkrun_val = ioread32(data->
ilb_base_addr
+ LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
1074
iowrite32(clkrun_val, data->
ilb_base_addr
+ LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
1150
priv->
ilb_base_addr
= ioremap(INTEL_LEGACY_BLK_BASE_ADDR,
in tpm_tis_core_init()
1152
if (!priv->
ilb_base_addr
)
in tpm_tis_core_init()
1155
clkrun_val = ioread32(priv->
ilb_base_addr
in tpm_tis_core_init()
[all...]
H
A
D
tpm_tis_core.h
106
void __iomem *
ilb_base_addr
;
member
Completed in 5 milliseconds