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:BCMCPU_IS_6338
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H
A
D
dev-spi.c
48
if (
BCMCPU_IS_6338
() || BCMCPU_IS_6348()) {
in bcm63xx_spi_register()
H
A
D
prom.c
36
else if (
BCMCPU_IS_6338
())
in prom_init()
H
A
D
reset.c
171
} else if (
BCMCPU_IS_6338
()) {
in bcm63xx_reset_bits_init()
H
A
D
clk.c
62
if (
BCMCPU_IS_6338
())
in enet_misc_set()
247
if (
BCMCPU_IS_6338
())
in spi_set()
H
A
D
cpu.c
269
if (
BCMCPU_IS_6338
() || BCMCPU_IS_6348()) {
in detect_memory_size()
H
A
D
dev-enet.c
220
if (unit == 1 && (
BCMCPU_IS_6338
() || BCMCPU_IS_6345()))
in bcm63xx_enet_register()
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H
A
D
dev-spi.c
48
if (
BCMCPU_IS_6338
() || BCMCPU_IS_6348()) {
in bcm63xx_spi_register()
H
A
D
prom.c
36
else if (
BCMCPU_IS_6338
())
in prom_init()
H
A
D
reset.c
171
} else if (
BCMCPU_IS_6338
()) {
in bcm63xx_reset_bits_init()
H
A
D
clk.c
62
if (
BCMCPU_IS_6338
())
in enet_misc_set()
247
if (
BCMCPU_IS_6338
())
in spi_set()
H
A
D
cpu.c
269
if (
BCMCPU_IS_6338
() || BCMCPU_IS_6348()) {
in detect_memory_size()
H
A
D
dev-enet.c
220
if (unit == 1 && (
BCMCPU_IS_6338
() || BCMCPU_IS_6345()))
in bcm63xx_enet_register()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/
H
A
D
bcm63xx_cpu.h
79
#define
BCMCPU_IS_6338
() (bcm63xx_get_cpu_id() == BCM6338_CPU_ID)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm63xx/
H
A
D
bcm63xx_cpu.h
79
#define
BCMCPU_IS_6338
() (bcm63xx_get_cpu_id() == BCM6338_CPU_ID)
macro
Completed in 13 milliseconds