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:PCR_MATRIX
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
mt7530.c
976
PCR_MATRIX
(dsa_user_ports(priv->ds)));
in mt753x_cpu_port_enable()
993
priv->ports[port].pm |=
PCR_MATRIX
(BIT(MT7530_CPU_PORT));
in mt7530_port_enable()
1070
PCR_MATRIX
(BIT(port)));
in mt7530_port_bridge_join()
1071
priv->ports[i].pm |=
PCR_MATRIX
(BIT(port));
in mt7530_port_bridge_join()
1080
PCR_MATRIX_MASK,
PCR_MATRIX
(port_bitmap));
in mt7530_port_bridge_join()
1081
priv->ports[port].pm |=
PCR_MATRIX
(port_bitmap);
in mt7530_port_bridge_join()
1118
PCR_MATRIX
(dsa_user_ports(priv->ds)));
in mt7530_port_set_vlan_unaware()
1167
PCR_MATRIX
(BIT(port)));
in mt7530_port_bridge_leave()
1168
priv->ports[i].pm &= ~
PCR_MATRIX
(BIT(port));
in mt7530_port_bridge_leave()
1177
PCR_MATRIX
(BI
in mt7530_port_bridge_leave()
[all...]
H
A
D
mt7530.h
181
/* Port Matrix Mode: Frames are forwarded by the
PCR_MATRIX
members. */
186
* the VLAN table are forwarded by the
PCR_MATRIX
members.
196
#define
PCR_MATRIX
(x) (((x) & 0xff) << 16)
macro
199
#define PCR_MATRIX_MASK
PCR_MATRIX
(0xff)
200
#define PCR_MATRIX_CLR
PCR_MATRIX
(0)
/kernel/linux/linux-6.6/drivers/net/dsa/
H
A
D
mt7530.c
1090
PCR_MATRIX
(dsa_user_ports(priv->ds)));
in mt753x_cpu_port_enable()
1115
priv->ports[port].pm |=
PCR_MATRIX
(BIT(cpu_dp->index));
in mt7530_port_enable()
1285
PCR_MATRIX
(BIT(port)));
in mt7530_port_bridge_join()
1286
priv->ports[other_port].pm |=
PCR_MATRIX
(BIT(port));
in mt7530_port_bridge_join()
1294
PCR_MATRIX_MASK,
PCR_MATRIX
(port_bitmap));
in mt7530_port_bridge_join()
1295
priv->ports[port].pm |=
PCR_MATRIX
(port_bitmap);
in mt7530_port_bridge_join()
1346
PCR_MATRIX
(dsa_user_ports(priv->ds)));
in mt7530_port_set_vlan_unaware()
1417
PCR_MATRIX
(BIT(port)));
in mt7530_port_bridge_leave()
1418
priv->ports[other_port].pm &= ~
PCR_MATRIX
(BIT(port));
in mt7530_port_bridge_leave()
1426
PCR_MATRIX
(BI
in mt7530_port_bridge_leave()
[all...]
H
A
D
mt7530.h
237
/* Port Matrix Mode: Frames are forwarded by the
PCR_MATRIX
members. */
242
* the VLAN table are forwarded by the
PCR_MATRIX
members.
252
#define
PCR_MATRIX
(x) (((x) & 0xff) << 16)
macro
255
#define PCR_MATRIX_MASK
PCR_MATRIX
(0xff)
256
#define PCR_MATRIX_CLR
PCR_MATRIX
(0)
Completed in 10 milliseconds