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:WIZ_MAX_LANES
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/ti/
H
A
D
phy-j721e-wiz.c
47
#define
WIZ_MAX_LANES
4
macro
131
static const struct reg_field p_enable[
WIZ_MAX_LANES
] = {
140
static const struct reg_field p_align[
WIZ_MAX_LANES
] = {
147
static const struct reg_field p_raw_auto_start[
WIZ_MAX_LANES
] = {
154
static const struct reg_field p_standard_mode[
WIZ_MAX_LANES
] = {
161
static const struct reg_field p0_fullrt_div[
WIZ_MAX_LANES
] = {
168
static const struct reg_field p0_mac_src_sel[
WIZ_MAX_LANES
] = {
175
static const struct reg_field p0_rxfclk_sel[
WIZ_MAX_LANES
] = {
182
static const struct reg_field p0_refclk_sel[
WIZ_MAX_LANES
] = {
188
static const struct reg_field p_mac_div_sel0[
WIZ_MAX_LANES
]
[all...]
/kernel/linux/linux-5.10/drivers/phy/ti/
H
A
D
phy-j721e-wiz.c
30
#define
WIZ_MAX_LANES
4
macro
74
static const struct reg_field p_enable[
WIZ_MAX_LANES
] = {
83
static const struct reg_field p_align[
WIZ_MAX_LANES
] = {
90
static const struct reg_field p_raw_auto_start[
WIZ_MAX_LANES
] = {
97
static const struct reg_field p_standard_mode[
WIZ_MAX_LANES
] = {
210
struct regmap_field *p_enable[
WIZ_MAX_LANES
];
211
struct regmap_field *p_align[
WIZ_MAX_LANES
];
212
struct regmap_field *p_raw_auto_start[
WIZ_MAX_LANES
];
213
struct regmap_field *p_standard_mode[
WIZ_MAX_LANES
];
226
u32 lane_phy_type[
WIZ_MAX_LANES
];
[all...]
Completed in 3 milliseconds