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:chansel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
dma-s3c24xx.h
19
* @
chansel
: channel selection information, depending on variant; reqsel for
26
u16
chansel
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H
A
D
phy.c
971
u8
chansel
;
in carl9170_init_rf_bank4_pwr()
local
991
chansel
= (freq - 4800) / 5;
in carl9170_init_rf_bank4_pwr()
993
chansel
= ((freq - 4800) / 10) * 2;
in carl9170_init_rf_bank4_pwr()
997
chansel
= bitrev8(
chansel
);
in carl9170_init_rf_bank4_pwr()
1000
chansel
= 10 + (freq - 2274) / 5;
in carl9170_init_rf_bank4_pwr()
1003
chansel
= 16 + (freq - 2272) / 5;
in carl9170_init_rf_bank4_pwr()
1004
chansel
*= 4;
in carl9170_init_rf_bank4_pwr()
1005
chansel
= bitrev8(
chansel
);
in carl9170_init_rf_bank4_pwr()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H
A
D
phy.c
971
u8
chansel
;
in carl9170_init_rf_bank4_pwr()
local
991
chansel
= (freq - 4800) / 5;
in carl9170_init_rf_bank4_pwr()
993
chansel
= ((freq - 4800) / 10) * 2;
in carl9170_init_rf_bank4_pwr()
997
chansel
= bitrev8(
chansel
);
in carl9170_init_rf_bank4_pwr()
1000
chansel
= 10 + (freq - 2274) / 5;
in carl9170_init_rf_bank4_pwr()
1003
chansel
= 16 + (freq - 2272) / 5;
in carl9170_init_rf_bank4_pwr()
1004
chansel
*= 4;
in carl9170_init_rf_bank4_pwr()
1005
chansel
= bitrev8(
chansel
);
in carl9170_init_rf_bank4_pwr()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
s3c24xx-dma.c
99
* Therefore we separate the
chansel
element of the channel data into 4
105
* For it the
chansel
field would look like
274
phyvalid = (cdata->
chansel
>> (phy->id * S3C24XX_CHANSEL_WIDTH));
in s3c24xx_dma_phy_valid()
467
writel_relaxed((cdata->
chansel
<< 1) |
in s3c24xx_dma_start_next_sg()
471
int csel = cdata->
chansel
>> (phy->id *
in s3c24xx_dma_start_next_sg()
Completed in 6 milliseconds