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:cpmp
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
H
A
D
cpm1.c
52
cpm8xx_t __iomem *
cpmp
; /* Pointer to comm processor space */
variable
198
cpmp
= &mpc8xx_immr->im_cpm;
in cpm_reset()
202
out_be16(&
cpmp
->cp_cpcr, CPM_CR_RST | CPM_CR_FLG);
in cpm_reset()
205
while (in_be16(&
cpmp
->cp_cpcr) & CPM_CR_FLG);
in cpm_reset()
209
cpm_load_patch(
cpmp
);
in cpm_reset()
242
out_be16(&
cpmp
->cp_cpcr, command | CPM_CR_FLG | (opcode << 8));
in cpm_command()
244
if ((in_be16(&
cpmp
->cp_cpcr) & CPM_CR_FLG) == 0)
in cpm_command()
271
bp = &
cpmp
->cp_brgc1;
in cpm_setbrg()
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/
H
A
D
cpm1.c
52
cpm8xx_t __iomem *
cpmp
; /* Pointer to comm processor space */
variable
57
cpmp
= &mpc8xx_immr->im_cpm;
in cpm_reset()
61
out_be16(&
cpmp
->cp_cpcr, CPM_CR_RST | CPM_CR_FLG);
in cpm_reset()
64
while (in_be16(&
cpmp
->cp_cpcr) & CPM_CR_FLG);
in cpm_reset()
68
cpm_load_patch(
cpmp
);
in cpm_reset()
99
out_be16(&
cpmp
->cp_cpcr, command | CPM_CR_FLG | (opcode << 8));
in cpm_command()
101
if ((in_be16(&
cpmp
->cp_cpcr) & CPM_CR_FLG) == 0)
in cpm_command()
128
bp = &
cpmp
->cp_brgc1;
in cpm_setbrg()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H
A
D
cpm2.c
48
cpm_cpm2_t __iomem *
cpmp
; /* Pointer to comm processor space */
variable
70
cpmp
= &cpm2_immr->im_cpm;
in cpm2_reset()
91
out_be32(&
cpmp
->cp_cpcr, command | opcode | CPM_CR_FLG);
in cpm_command()
93
if ((in_be32(&
cpmp
->cp_cpcr) & CPM_CR_FLG) == 0)
in cpm_command()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H
A
D
cpm2.c
46
cpm_cpm2_t __iomem *
cpmp
; /* Pointer to comm processor space */
variable
68
cpmp
= &cpm2_immr->im_cpm;
in cpm2_reset()
89
out_be32(&
cpmp
->cp_cpcr, command | opcode | CPM_CR_FLG);
in cpm_command()
91
if ((in_be32(&
cpmp
->cp_cpcr) & CPM_CR_FLG) == 0)
in cpm_command()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cpm1.h
50
extern cpm8xx_t __iomem *
cpmp
; /* Pointer to comm processor */
H
A
D
cpm2.h
88
extern cpm_cpm2_t __iomem *
cpmp
; /* Pointer to comm processor */
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cpm1.h
50
extern cpm8xx_t __iomem *
cpmp
; /* Pointer to comm processor */
H
A
D
cpm2.h
88
extern cpm_cpm2_t __iomem *
cpmp
; /* Pointer to comm processor */
Completed in 14 milliseconds