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_6368
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H
A
D
clk.c
129
if (
BCMCPU_IS_6368
())
in swpkt_sar_set()
144
if (
BCMCPU_IS_6368
())
in swpkt_usb_set()
163
} else if (
BCMCPU_IS_6368
()) {
in enetsw_set()
215
else if (
BCMCPU_IS_6368
())
in usbh_set()
232
else if (
BCMCPU_IS_6368
())
in usbd_set()
256
/*
BCMCPU_IS_6368
*/
in spi_set()
296
if (!
BCMCPU_IS_6368
())
in xtm_set()
327
else if (
BCMCPU_IS_6368
())
in ipsec_set()
H
A
D
dev-enet.c
187
if (BCMCPU_IS_6328() || BCMCPU_IS_6362() ||
BCMCPU_IS_6368
())
in register_shared()
295
if (!BCMCPU_IS_6328() && !BCMCPU_IS_6362() && !
BCMCPU_IS_6368
())
in bcm63xx_enetsw_register()
314
else if (BCMCPU_IS_6362() ||
BCMCPU_IS_6368
())
in bcm63xx_enetsw_register()
H
A
D
dev-rng.c
31
if (!
BCMCPU_IS_6368
())
in bcm63xx_rng_register()
H
A
D
dev-spi.c
54
BCMCPU_IS_6368
()) {
in bcm63xx_spi_register()
H
A
D
dev-uart.c
58
!
BCMCPU_IS_6368
()))
in bcm63xx_uart_register()
H
A
D
dev-usb-usbd.c
44
if (!BCMCPU_IS_6328() && !
BCMCPU_IS_6368
())
in bcm63xx_usbd_register()
H
A
D
prom.c
46
else if (
BCMCPU_IS_6368
())
in prom_init()
H
A
D
reset.c
183
} else if (
BCMCPU_IS_6368
()) {
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
clk.c
129
if (
BCMCPU_IS_6368
())
in swpkt_sar_set()
144
if (
BCMCPU_IS_6368
())
in swpkt_usb_set()
163
} else if (
BCMCPU_IS_6368
()) {
in enetsw_set()
215
else if (
BCMCPU_IS_6368
())
in usbh_set()
232
else if (
BCMCPU_IS_6368
())
in usbd_set()
256
/*
BCMCPU_IS_6368
*/
in spi_set()
296
if (!
BCMCPU_IS_6368
())
in xtm_set()
327
else if (
BCMCPU_IS_6368
())
in ipsec_set()
H
A
D
dev-enet.c
187
if (BCMCPU_IS_6328() || BCMCPU_IS_6362() ||
BCMCPU_IS_6368
())
in register_shared()
295
if (!BCMCPU_IS_6328() && !BCMCPU_IS_6362() && !
BCMCPU_IS_6368
())
in bcm63xx_enetsw_register()
314
else if (BCMCPU_IS_6362() ||
BCMCPU_IS_6368
())
in bcm63xx_enetsw_register()
H
A
D
dev-rng.c
31
if (!
BCMCPU_IS_6368
())
in bcm63xx_rng_register()
H
A
D
dev-spi.c
54
BCMCPU_IS_6368
()) {
in bcm63xx_spi_register()
H
A
D
dev-uart.c
58
!
BCMCPU_IS_6368
()))
in bcm63xx_uart_register()
H
A
D
dev-usb-usbd.c
44
if (!BCMCPU_IS_6328() && !
BCMCPU_IS_6368
())
in bcm63xx_usbd_register()
H
A
D
prom.c
46
else if (
BCMCPU_IS_6368
())
in prom_init()
H
A
D
reset.c
183
} else if (
BCMCPU_IS_6368
()) {
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
84
#define
BCMCPU_IS_6368
() (bcm63xx_get_cpu_id() == BCM6368_CPU_ID)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm63xx/
H
A
D
bcm63xx_cpu.h
84
#define
BCMCPU_IS_6368
() (bcm63xx_get_cpu_id() == BCM6368_CPU_ID)
macro
Completed in 13 milliseconds