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:omsg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
powernv-cpufreq.c
942
struct opal_occ_msg
omsg
;
in powernv_cpufreq_occ_msg()
local
948
omsg
.type = be64_to_cpu(msg->params[0]);
in powernv_cpufreq_occ_msg()
950
switch (
omsg
.type) {
in powernv_cpufreq_occ_msg()
971
omsg
.chip = be64_to_cpu(msg->params[1]);
in powernv_cpufreq_occ_msg()
972
omsg
.throttle_status = be64_to_cpu(msg->params[2]);
in powernv_cpufreq_occ_msg()
988
if (chips[i].id ==
omsg
.chip)
in powernv_cpufreq_occ_msg()
991
if (
omsg
.throttle_status >= 0 &&
in powernv_cpufreq_occ_msg()
992
omsg
.throttle_status <= OCC_MAX_THROTTLE_STATUS) {
in powernv_cpufreq_occ_msg()
993
chips[i].throttle_reason =
omsg
.throttle_status;
in powernv_cpufreq_occ_msg()
994
chips[i].reason[
omsg
in powernv_cpufreq_occ_msg()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
powernv-cpufreq.c
950
struct opal_occ_msg
omsg
;
in powernv_cpufreq_occ_msg()
local
956
omsg
.type = be64_to_cpu(msg->params[0]);
in powernv_cpufreq_occ_msg()
958
switch (
omsg
.type) {
in powernv_cpufreq_occ_msg()
979
omsg
.chip = be64_to_cpu(msg->params[1]);
in powernv_cpufreq_occ_msg()
980
omsg
.throttle_status = be64_to_cpu(msg->params[2]);
in powernv_cpufreq_occ_msg()
996
if (chips[i].id ==
omsg
.chip)
in powernv_cpufreq_occ_msg()
999
if (
omsg
.throttle_status >= 0 &&
in powernv_cpufreq_occ_msg()
1000
omsg
.throttle_status <= OCC_MAX_THROTTLE_STATUS) {
in powernv_cpufreq_occ_msg()
1001
chips[i].throttle_reason =
omsg
.throttle_status;
in powernv_cpufreq_occ_msg()
1002
chips[i].reason[
omsg
in powernv_cpufreq_occ_msg()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H
A
D
cvmx-sriox-defs.h
189
uint64_t
omsg
:7;
member
191
uint64_t
omsg
:7;
233
uint64_t
omsg
:7;
member
235
uint64_t
omsg
:7;
275
uint64_t
omsg
:7;
member
277
uint64_t
omsg
:7;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H
A
D
cvmx-sriox-defs.h
189
uint64_t
omsg
:7;
member
191
uint64_t
omsg
:7;
233
uint64_t
omsg
:7;
member
235
uint64_t
omsg
:7;
275
uint64_t
omsg
:7;
member
277
uint64_t
omsg
:7;
/kernel/linux/linux-5.10/include/linux/
H
A
D
switchtec.h
386
}
omsg
[4];
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
switchtec.h
386
}
omsg
[4];
member
/kernel/linux/linux-5.10/drivers/ntb/hw/mscc/
H
A
D
ntb_hw_switchtec.c
158
if (idx < 0 || idx >= ARRAY_SIZE(sndev->mmio_peer_dbmsg->
omsg
))
in switchtec_ntb_send_msg()
161
iowrite32(val, &sndev->mmio_peer_dbmsg->
omsg
[idx].msg);
in switchtec_ntb_send_msg()
/kernel/linux/linux-6.6/drivers/ntb/hw/mscc/
H
A
D
ntb_hw_switchtec.c
158
if (idx < 0 || idx >= ARRAY_SIZE(sndev->mmio_peer_dbmsg->
omsg
))
in switchtec_ntb_send_msg()
161
iowrite32(val, &sndev->mmio_peer_dbmsg->
omsg
[idx].msg);
in switchtec_ntb_send_msg()
Completed in 17 milliseconds