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:LUT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H
A
D
boot.c
70
static const u32
LUT
[REF_FREQ_NUM][LUT_PARAM_NUM] = {
in wl1251_boot_init_seq()
local
143
tmp =
LUT
[ref_freq][LUT_PARAM_INTEGER_DIVIDER] | 0x00017000;
in wl1251_boot_init_seq()
149
tmp =
LUT
[ref_freq][LUT_PARAM_FRACTIONAL_DIVIDER];
in wl1251_boot_init_seq()
160
tmp = (
LUT
[ref_freq][LUT_PARAM_ATTN_BB] << 16) |
in wl1251_boot_init_seq()
161
(
LUT
[ref_freq][LUT_PARAM_ALPHA_BB] << 12) | 0x1;
in wl1251_boot_init_seq()
168
tmp =
LUT
[ref_freq][LUT_PARAM_STOP_TIME_BB] | 0x000A0000;
in wl1251_boot_init_seq()
176
tmp =
LUT
[ref_freq][LUT_PARAM_BB_PLL_LOOP_FILTER] | 0x00000030;
in wl1251_boot_init_seq()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H
A
D
boot.c
70
static const u32
LUT
[REF_FREQ_NUM][LUT_PARAM_NUM] = {
in wl1251_boot_init_seq()
local
143
tmp =
LUT
[ref_freq][LUT_PARAM_INTEGER_DIVIDER] | 0x00017000;
in wl1251_boot_init_seq()
149
tmp =
LUT
[ref_freq][LUT_PARAM_FRACTIONAL_DIVIDER];
in wl1251_boot_init_seq()
160
tmp = (
LUT
[ref_freq][LUT_PARAM_ATTN_BB] << 16) |
in wl1251_boot_init_seq()
161
(
LUT
[ref_freq][LUT_PARAM_ALPHA_BB] << 12) | 0x1;
in wl1251_boot_init_seq()
168
tmp =
LUT
[ref_freq][LUT_PARAM_STOP_TIME_BB] | 0x000A0000;
in wl1251_boot_init_seq()
176
tmp =
LUT
[ref_freq][LUT_PARAM_BB_PLL_LOOP_FILTER] | 0x00000030;
in wl1251_boot_init_seq()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H
A
D
vsp1_entity.c
591
VSP1_ENTITY_ROUTE(
LUT
),
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H
A
D
vsp1_entity.c
593
VSP1_ENTITY_ROUTE(
LUT
),
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
aacraid.h
1045
__le32
LUT
[64]; /* 100h-1ffh | Lookup Table Entries */
member
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
aacraid.h
1046
__le32
LUT
[64]; /* 100h-1ffh | Lookup Table Entries */
member
Completed in 18 milliseconds