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:UP_PORT
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H
A
D
hieth_pri.h
186
#define UD_REG_NAME(name) ((ld->port ==
UP_PORT
) ? U_##name : D_##name)
187
#define UD_BIT_NAME(name) ((ld->port ==
UP_PORT
) ? name##_U : name##_D)
188
#define UD_PHY_NAME(name) ((ld->port ==
UP_PORT
) ? name##_U : name##_D)
190
#define UD_BIT(port, name) (((port) ==
UP_PORT
) ? name##_U : name##_D)
192
#define GLB_MAC_H16(port, reg) ((((port) ==
UP_PORT
) ? GLB_MAC_H16_BASE : GLB_MAC_H16_BASE_D) + (reg * 0x8))
193
#define GLB_MAC_L32(port, reg) ((((port) ==
UP_PORT
) ? GLB_MAC_L32_BASE : GLB_MAC_L32_BASE_D) + (reg * 0x8))
/device/soc/hisilicon/common/platform/hieth-sf/src/
H
A
D
ctrl.c
182
if (ld->port ==
UP_PORT
) {
in HiethHwSetMacAddress()
189
if (ld->port ==
UP_PORT
) {
in HiethHwSetMacAddress()
201
if (ld->port ==
UP_PORT
) {
in HiethHwGetMacAddress()
209
if (ld->port ==
UP_PORT
) {
in HiethHwGetMacAddress()
/device/soc/hisilicon/common/platform/hieth-sf/include/
H
A
D
hieth.h
41
#define
UP_PORT
0
macro
/device/soc/hisilicon/common/platform/hieth-sf/adapter/
H
A
D
hieth_mac.c
50
if (ld->port ==
UP_PORT
) {
in HiethPortReset()
Completed in 2 milliseconds