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_6358
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H
A
D
prom.c
42
else if (
BCMCPU_IS_6358
())
in prom_init()
71
} else if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
()) {
in prom_init()
H
A
D
clk.c
69
/*
BCMCPU_IS_6358
*/
in enet_misc_set()
89
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
()) {
in enetx_set()
115
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
())
in ephy_set()
196
if (
BCMCPU_IS_6358
())
in pcm_set()
251
else if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
())
in spi_set()
H
A
D
dev-spi.c
53
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
() || BCMCPU_IS_6362() ||
in bcm63xx_spi_register()
H
A
D
dev-uart.c
57
if (id == 1 && (!BCMCPU_IS_3368() && !
BCMCPU_IS_6358
() &&
in bcm63xx_uart_register()
H
A
D
dev-pcmcia.c
108
if (!BCMCPU_IS_6348() && !
BCMCPU_IS_6358
())
in bcm63xx_pcmcia_register()
H
A
D
reset.c
177
} else if (
BCMCPU_IS_6358
()) {
in bcm63xx_reset_bits_init()
H
A
D
cpu.c
277
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
() || BCMCPU_IS_6368()) {
in detect_memory_size()
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H
A
D
prom.c
42
else if (
BCMCPU_IS_6358
())
in prom_init()
71
} else if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
()) {
in prom_init()
H
A
D
clk.c
69
/*
BCMCPU_IS_6358
*/
in enet_misc_set()
89
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
()) {
in enetx_set()
115
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
())
in ephy_set()
196
if (
BCMCPU_IS_6358
())
in pcm_set()
251
else if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
())
in spi_set()
H
A
D
dev-spi.c
53
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
() || BCMCPU_IS_6362() ||
in bcm63xx_spi_register()
H
A
D
dev-uart.c
57
if (id == 1 && (!BCMCPU_IS_3368() && !
BCMCPU_IS_6358
() &&
in bcm63xx_uart_register()
H
A
D
dev-pcmcia.c
108
if (!BCMCPU_IS_6348() && !
BCMCPU_IS_6358
())
in bcm63xx_pcmcia_register()
H
A
D
reset.c
177
} else if (
BCMCPU_IS_6358
()) {
in bcm63xx_reset_bits_init()
H
A
D
cpu.c
277
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
() || BCMCPU_IS_6368()) {
in detect_memory_size()
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
pci-bcm63xx.c
269
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
() || BCMCPU_IS_6368())
in bcm63xx_register_pci()
/kernel/linux/linux-6.6/arch/mips/pci/
H
A
D
pci-bcm63xx.c
269
if (BCMCPU_IS_3368() ||
BCMCPU_IS_6358
() || BCMCPU_IS_6368())
in bcm63xx_register_pci()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/
H
A
D
bcm63xx_cpu.h
82
#define
BCMCPU_IS_6358
() (bcm63xx_get_cpu_id() == BCM6358_CPU_ID)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm63xx/
H
A
D
bcm63xx_cpu.h
82
#define
BCMCPU_IS_6358
() (bcm63xx_get_cpu_id() == BCM6358_CPU_ID)
macro
Completed in 12 milliseconds