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:start_freq
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_11d.c
161
static inline hi_u8 wal_regdomain_get_band(hi_u32
start_freq
, hi_u32 end_freq)
in wal_regdomain_get_band()
argument
163
if (
start_freq
> 2400 && end_freq < 2500) { /* 2400 起始频率的最小值 2500 结束频率的最大值 */
in wal_regdomain_get_band()
190
static hi_u32 wal_regdomain_get_channel_2g(hi_u32
start_freq
, hi_u32 end_freq)
in wal_regdomain_get_channel_2g()
argument
197
for (freq =
start_freq
+ 10; freq <= (end_freq - 10); freq++) { /* 10 带宽 */
in wal_regdomain_get_channel_2g()
215
static inline hi_u32 wal_regdomain_get_channel(hi_u8 band, hi_u32
start_freq
, hi_u32 end_freq)
in wal_regdomain_get_channel()
argument
218
return wal_regdomain_get_channel_2g(
start_freq
, end_freq);
in wal_regdomain_get_channel()
286
mac_regdom->ast_regclass[i].
start_freq
= band;
in wal_regdomain_fill_info()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_regdomain.c
71
regclass->
start_freq
= MAC_RC_START_FREQ_2;
in mac_init_regdomain_2g()
141
if (rc_info->
start_freq
!= MAC_RC_START_FREQ_2) {
in mac_init_channel_list()
343
if (MAC_RC_START_FREQ_2 != reg_class->
start_freq
) {
in mac_set_country_ie_2g()
H
A
D
mac_regdomain.h
144
mac_rc_start_freq_enum_uint8
start_freq
; /* 起始频率 */
member
Completed in 3 milliseconds