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:soc_uid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/imx/
H
A
D
soc-imx.c
34
u64
soc_uid
= 0;
in imx_soc_device_init()
local
155
soc_uid
= val & 0xffff;
in imx_soc_device_init()
157
soc_uid
<<= 16;
in imx_soc_device_init()
158
soc_uid
|= val & 0xffff;
in imx_soc_device_init()
160
soc_uid
<<= 16;
in imx_soc_device_init()
161
soc_uid
|= val & 0xffff;
in imx_soc_device_init()
163
soc_uid
<<= 16;
in imx_soc_device_init()
164
soc_uid
|= val & 0xffff;
in imx_soc_device_init()
169
soc_uid
<<= 8;
in imx_soc_device_init()
170
soc_uid
|
in imx_soc_device_init()
[all...]
H
A
D
soc-imx8m.c
36
static u64
soc_uid
;
variable
87
soc_uid
= readl_relaxed(ocotp_base + OCOTP_UID_HIGH);
in imx8mq_soc_revision()
88
soc_uid
<<= 32;
in imx8mq_soc_revision()
89
soc_uid
|= readl_relaxed(ocotp_base + OCOTP_UID_LOW);
in imx8mq_soc_revision()
121
soc_uid
= readl_relaxed(ocotp_base + OCOTP_UID_HIGH + offset);
in imx8mm_soc_uid()
122
soc_uid
<<= 32;
in imx8mm_soc_uid()
123
soc_uid
|= readl_relaxed(ocotp_base + OCOTP_UID_LOW + offset);
in imx8mm_soc_uid()
225
soc_dev_attr->serial_number = kasprintf(GFP_KERNEL, "%016llX",
soc_uid
);
in imx8_soc_init()
/kernel/linux/linux-5.10/drivers/soc/imx/
H
A
D
soc-imx.c
32
u64
soc_uid
= 0;
in imx_soc_device_init()
local
150
soc_uid
= val & 0xffff;
in imx_soc_device_init()
152
soc_uid
<<= 16;
in imx_soc_device_init()
153
soc_uid
|= val & 0xffff;
in imx_soc_device_init()
155
soc_uid
<<= 16;
in imx_soc_device_init()
156
soc_uid
|= val & 0xffff;
in imx_soc_device_init()
158
soc_uid
<<= 16;
in imx_soc_device_init()
159
soc_uid
|= val & 0xffff;
in imx_soc_device_init()
162
soc_uid
= val;
in imx_soc_device_init()
164
soc_uid
<<
in imx_soc_device_init()
[all...]
H
A
D
soc-imx8m.c
35
static u64
soc_uid
;
variable
78
soc_uid
= readl_relaxed(ocotp_base + OCOTP_UID_HIGH);
in imx8mq_soc_revision()
79
soc_uid
<<= 32;
in imx8mq_soc_revision()
80
soc_uid
|= readl_relaxed(ocotp_base + OCOTP_UID_LOW);
in imx8mq_soc_revision()
102
soc_uid
= readl_relaxed(ocotp_base + OCOTP_UID_HIGH + offset);
in imx8mm_soc_uid()
103
soc_uid
<<= 32;
in imx8mm_soc_uid()
104
soc_uid
|= readl_relaxed(ocotp_base + OCOTP_UID_LOW + offset);
in imx8mm_soc_uid()
204
soc_dev_attr->serial_number = kasprintf(GFP_KERNEL, "%016llX",
soc_uid
);
in imx8_soc_init()
/kernel/linux/linux-5.10/drivers/firmware/imx/
H
A
D
imx-scu-soc.c
34
static int imx_scu_soc_uid(u64 *
soc_uid
)
in imx_scu_soc_uid()
argument
51
*
soc_uid
= msg.uid_high;
in imx_scu_soc_uid()
52
*
soc_uid
<<= 32;
in imx_scu_soc_uid()
53
*
soc_uid
|= msg.uid_low;
in imx_scu_soc_uid()
/kernel/linux/linux-6.6/drivers/firmware/imx/
H
A
D
imx-scu-soc.c
34
static int imx_scu_soc_uid(u64 *
soc_uid
)
in imx_scu_soc_uid()
argument
51
*
soc_uid
= msg.uid_high;
in imx_scu_soc_uid()
52
*
soc_uid
<<= 32;
in imx_scu_soc_uid()
53
*
soc_uid
|= msg.uid_low;
in imx_scu_soc_uid()
/kernel/linux/linux-6.6/arch/arm/mach-mxs/
H
A
D
mach-mxs.c
384
u64
soc_uid
= 0;
in mxs_machine_init()
local
404
soc_uid
= system_serial_low = ocotp[HW_OCOTP_OPS3];
in mxs_machine_init()
406
soc_uid
= system_serial_high = ocotp[HW_OCOTP_OPS2];
in mxs_machine_init()
407
soc_uid
<<= 32;
in mxs_machine_init()
409
soc_uid
|= system_serial_low;
in mxs_machine_init()
412
if (
soc_uid
)
in mxs_machine_init()
413
soc_dev_attr->serial_number = kasprintf(GFP_KERNEL, "%016llX",
soc_uid
);
in mxs_machine_init()
/kernel/linux/linux-6.6/drivers/soc/fsl/
H
A
D
guts.c
192
u64
soc_uid
= 0;
in fsl_guts_init()
local
248
soc_uid
= fsl_guts_get_soc_uid(soc_data->sfp_compat,
in fsl_guts_init()
250
if (
soc_uid
)
in fsl_guts_init()
252
soc_uid
);
in fsl_guts_init()
Completed in 3 milliseconds