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:us_addr
(Results
1 - 2
of
2
) sorted by relevance
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
net_bdh_adpater.c
97
unsigned char
us_addr
[MAC_ADDR_SIZE];
in wal_get_dev_addr()
local
113
us_addr
[tmp] = netdev->dev_addr[tmp];
in wal_get_dev_addr()
117
us_addr
[5] += addr_idx; /* 5 地址第6位 */
in wal_get_dev_addr()
118
us_addr
[4] += ((
us_addr
[5] & (0x100)) >> 8); /* 4 地址第5位 5 地址第6位 8 右移8位 */
in wal_get_dev_addr()
119
us_addr
[5] =
us_addr
[5] & (0xff); /* 5 地址第6位 */
in wal_get_dev_addr()
121
us_addr
[3] += ((
us_addr
[4] & (0x100)) >> 8); /* 3 地址第4位 4 地址第5位 8 右移8位 */
in wal_get_dev_addr()
122
us_addr
[
in wal_get_dev_addr()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H
A
D
net_adpater.c
216
hi_u16
us_addr
[ETHER_ADDR_LEN];
in wal_get_dev_addr()
local
231
us_addr
[tmp] = (hi_u16)g_dev_addr.ac_addr[tmp];
in wal_get_dev_addr()
235
us_addr
[5] += addr_idx; /* 5 地址第6位 */
in wal_get_dev_addr()
236
us_addr
[4] += ((
us_addr
[5] & (0x100)) >> 8); /* 4 地址第5位 5 地址第6位 8 右移8位 */
in wal_get_dev_addr()
237
us_addr
[5] =
us_addr
[5] & (0xff); /* 5 地址第6位 */
in wal_get_dev_addr()
239
us_addr
[3] += ((
us_addr
[4] & (0x100)) >> 8); /* 3 地址第4位 4 地址第5位 8 右移8位 */
in wal_get_dev_addr()
240
us_addr
[
in wal_get_dev_addr()
[all...]
Completed in 4 milliseconds