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:RSEL
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-cs2000-cp.c
40
#define
RSEL
(x) (((x) & 0x3) << 3)
macro
41
#define RSEL_MASK
RSEL
(0x3)
275
ret = cs2000_bset(priv, DEVICE_CFG1, RSEL_MASK,
RSEL
(ch));
in cs2000_ratio_select()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-cs2000-cp.c
41
#define
RSEL
(x) (((x) & 0x3) << 3)
macro
42
#define RSEL_MASK
RSEL
(0x3)
281
ret = regmap_update_bits(priv->regmap, DEVICE_CFG1, RSEL_MASK,
RSEL
(ch));
in cs2000_ratio_select()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
FlashPoint.c
523
#define
RSEL
BIT(1)
macro
1796
(BUS_FREE |
RSEL
))) ;
in FlashPoint_HandleInterrupt()
1837
(BUS_FREE |
RSEL
))
in FlashPoint_HandleInterrupt()
1850
(BUS_FREE |
RSEL
))) {
in FlashPoint_HandleInterrupt()
1862
else if (hp_int &
RSEL
) {
in FlashPoint_HandleInterrupt()
1865
(PROG_HLT |
RSEL
| PHASE | BUS_FREE));
in FlashPoint_HandleInterrupt()
3789
(BUS_FREE |
RSEL
))) ;
in FPT_sxfrp()
4494
(RDW_HARPOON((port + hp_intstat)) &
RSEL
)) {
in FPT_phaseBusFree()
6458
FPT_default_intena = RESET |
RSEL
| PROG_HLT | TIMEOUT |
in FPT_XbowInit()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
FlashPoint.c
495
#define
RSEL
BIT(1)
macro
1764
(BUS_FREE |
RSEL
))) ;
in FlashPoint_HandleInterrupt()
1805
(BUS_FREE |
RSEL
))
in FlashPoint_HandleInterrupt()
1818
(BUS_FREE |
RSEL
))) {
in FlashPoint_HandleInterrupt()
1830
else if (hp_int &
RSEL
) {
in FlashPoint_HandleInterrupt()
1833
(PROG_HLT |
RSEL
| PHASE | BUS_FREE));
in FlashPoint_HandleInterrupt()
3762
(BUS_FREE |
RSEL
))) ;
in FPT_sxfrp()
4463
(RDW_HARPOON((port + hp_intstat)) &
RSEL
)) {
in FPT_phaseBusFree()
6427
FPT_default_intena = RESET |
RSEL
| PROG_HLT | TIMEOUT |
in FPT_XbowInit()
Completed in 20 milliseconds