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:termctl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_pci.c
643
uint8_t
termctl
;
in ahd_configure_termination()
local
663
error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &
termctl
);
in ahd_configure_termination()
668
termctl
&= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH);
in ahd_configure_termination()
670
termctl
|= FLX_TERMCTL_ENPRILOW;
in ahd_configure_termination()
672
termctl
|= FLX_TERMCTL_ENPRIHIGH;
in ahd_configure_termination()
676
termctl
= FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH;
in ahd_configure_termination()
683
termctl
&= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH);
in ahd_configure_termination()
685
termctl
|= FLX_TERMCTL_ENSECLOW;
in ahd_configure_termination()
687
termctl
|= FLX_TERMCTL_ENSECHIGH;
in ahd_configure_termination()
691
termctl
|
in ahd_configure_termination()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_pci.c
641
uint8_t
termctl
;
in ahd_configure_termination()
local
661
error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &
termctl
);
in ahd_configure_termination()
666
termctl
&= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH);
in ahd_configure_termination()
668
termctl
|= FLX_TERMCTL_ENPRILOW;
in ahd_configure_termination()
670
termctl
|= FLX_TERMCTL_ENPRIHIGH;
in ahd_configure_termination()
674
termctl
= FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH;
in ahd_configure_termination()
681
termctl
&= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH);
in ahd_configure_termination()
683
termctl
|= FLX_TERMCTL_ENSECLOW;
in ahd_configure_termination()
685
termctl
|= FLX_TERMCTL_ENSECHIGH;
in ahd_configure_termination()
689
termctl
|
in ahd_configure_termination()
[all...]
Completed in 2 milliseconds