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:socid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/netlogic/common/
H
A
D
irq.c
289
int
socid
, ret, bus;
in xlp_of_pic_init()
local
300
for (
socid
= 0;
socid
< NLM_NR_NODES;
socid
++) {
in xlp_of_pic_init()
301
if (!nlm_node_present(
socid
))
in xlp_of_pic_init()
303
if (nlm_get_node(
socid
)->socbus == bus)
in xlp_of_pic_init()
306
if (
socid
== NLM_NR_NODES) {
in xlp_of_pic_init()
312
socid
= (res.start >> 18) & 0x3;
in xlp_of_pic_init()
313
if (!nlm_node_present(
socid
)) {
in xlp_of_pic_init()
315
node,
socid
);
in xlp_of_pic_init()
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
arm64.c
21
const u32 __aligned(1) *
socid
;
in system_needs_vamap()
36
socid
= (u32 *)record->processor_id;
in system_needs_vamap()
37
switch (*
socid
& 0xffff000f) {
in system_needs_vamap()
/kernel/linux/linux-6.6/arch/arm/mach-mxs/
H
A
D
mach-mxs.c
57
static u32
socid
;
variable
292
socid
= chipid & HW_DIGCTL_CHIPID_MASK;
in mxs_get_soc_id()
297
switch (
socid
) {
in mxs_get_soc_id()
311
switch (
socid
) {
in mxs_get_cpu_rev()
403
if (
socid
== HW_DIGCTL_CHIPID_MX23) {
in mxs_machine_init()
405
} else if (
socid
== HW_DIGCTL_CHIPID_MX28) {
in mxs_machine_init()
/kernel/linux/linux-5.10/arch/arm/mach-mxs/
H
A
D
mach-mxs.c
55
static u32
socid
;
variable
290
socid
= chipid & HW_DIGCTL_CHIPID_MASK;
in mxs_get_soc_id()
295
switch (
socid
) {
in mxs_get_soc_id()
309
switch (
socid
) {
in mxs_get_cpu_rev()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
sti-cpufreq.c
59
unsigned int
socid
;
in sti_cpufreq_fetch_major()
local
70
ret = regmap_read(ddata.syscfg, major_offset, &
socid
);
in sti_cpufreq_fetch_major()
77
return ((
socid
>> VERSION_SHIFT) & 0xf) + 1;
in sti_cpufreq_fetch_major()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
sti-cpufreq.c
59
unsigned int
socid
;
in sti_cpufreq_fetch_major()
local
70
ret = regmap_read(ddata.syscfg, major_offset, &
socid
);
in sti_cpufreq_fetch_major()
77
return ((
socid
>> VERSION_SHIFT) & 0xf) + 1;
in sti_cpufreq_fetch_major()
Completed in 4 milliseconds