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:clkrun_val
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm_tis_core.c
904
u32
clkrun_val
;
in tpm_tis_clkrun_enable()
local
914
clkrun_val
= ioread32(data->ilb_base_addr + LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
917
clkrun_val
&= ~LPC_CLKRUN_EN;
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()
933
clkrun_val
|= LPC_CLKRUN_EN;
in tpm_tis_clkrun_enable()
934
iowrite32(
clkrun_val
, data->ilb_base_addr + LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
967
u32
clkrun_val
;
in tpm_tis_core_init()
local
1013
clkrun_val
= ioread32(priv->ilb_base_addr + LPC_CNTRL_OFFSET);
in tpm_tis_core_init()
1015
if (!(
clkrun_val
in tpm_tis_core_init()
[all...]
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_tis_core.c
1044
u32
clkrun_val
;
in tpm_tis_clkrun_enable()
local
1054
clkrun_val
= ioread32(data->ilb_base_addr + LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
1057
clkrun_val
&= ~LPC_CLKRUN_EN;
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()
1073
clkrun_val
|= LPC_CLKRUN_EN;
in tpm_tis_clkrun_enable()
1074
iowrite32(
clkrun_val
, data->ilb_base_addr + LPC_CNTRL_OFFSET);
in tpm_tis_clkrun_enable()
1107
u32
clkrun_val
;
in tpm_tis_core_init()
local
1155
clkrun_val
= ioread32(priv->ilb_base_addr + LPC_CNTRL_OFFSET);
in tpm_tis_core_init()
1157
if (!(
clkrun_val
in tpm_tis_core_init()
[all...]
Completed in 4 milliseconds