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:DMC
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
niu.h
19
#define
DMC
0x600000UL
macro
1978
#define RXDMA_CFIG1(IDX) (
DMC
+ 0x00000UL + (IDX) * 0x200UL)
1984
#define RXDMA_CFIG2(IDX) (
DMC
+ 0x00008UL + (IDX) * 0x200UL)
1990
#define RBR_CFIG_A(IDX) (
DMC
+ 0x00010UL + (IDX) * 0x200UL)
1996
#define RBR_CFIG_B(IDX) (
DMC
+ 0x00018UL + (IDX) * 0x200UL)
2026
#define RBR_KICK(IDX) (
DMC
+ 0x00020UL + (IDX) * 0x200UL)
2029
#define RBR_STAT(IDX) (
DMC
+ 0x00028UL + (IDX) * 0x200UL)
2032
#define RBR_HDH(IDX) (
DMC
+ 0x00030UL + (IDX) * 0x200UL)
2035
#define RBR_HDL(IDX) (
DMC
+ 0x00038UL + (IDX) * 0x200UL)
2038
#define RCRCFIG_A(IDX) (
DMC
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
niu.h
19
#define
DMC
0x600000UL
macro
1978
#define RXDMA_CFIG1(IDX) (
DMC
+ 0x00000UL + (IDX) * 0x200UL)
1984
#define RXDMA_CFIG2(IDX) (
DMC
+ 0x00008UL + (IDX) * 0x200UL)
1990
#define RBR_CFIG_A(IDX) (
DMC
+ 0x00010UL + (IDX) * 0x200UL)
1996
#define RBR_CFIG_B(IDX) (
DMC
+ 0x00018UL + (IDX) * 0x200UL)
2026
#define RBR_KICK(IDX) (
DMC
+ 0x00020UL + (IDX) * 0x200UL)
2029
#define RBR_STAT(IDX) (
DMC
+ 0x00028UL + (IDX) * 0x200UL)
2032
#define RBR_HDH(IDX) (
DMC
+ 0x00030UL + (IDX) * 0x200UL)
2035
#define RBR_HDL(IDX) (
DMC
+ 0x00038UL + (IDX) * 0x200UL)
2038
#define RCRCFIG_A(IDX) (
DMC
[all...]
/kernel/linux/linux-5.10/drivers/soc/amlogic/
H
A
D
meson-secure-pwrc.c
99
/*
DMC
is for DDR PHY ana/dig and
DMC
, and should be always on */
100
SEC_PD(
DMC
, GENPD_FLAG_ALWAYS_ON),
/kernel/linux/linux-6.6/drivers/pmdomain/amlogic/
H
A
D
meson-secure-pwrc.c
102
/*
DMC
is for DDR PHY ana/dig and
DMC
, and should be always on */
103
SEC_PD(
DMC
, GENPD_FLAG_ALWAYS_ON),
Completed in 21 milliseconds