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:HOST_CAP_NCQ
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci.h
102
HOST_CAP_NCQ
= BIT(30), /* Native Command Queueing */
enumerator
H
A
D
libahci.c
453
if ((cap &
HOST_CAP_NCQ
) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) {
in ahci_save_initial_config()
455
cap &= ~
HOST_CAP_NCQ
;
in ahci_save_initial_config()
458
if (!(cap &
HOST_CAP_NCQ
) && (hpriv->flags & AHCI_HFLAG_YES_NCQ)) {
in ahci_save_initial_config()
460
cap |=
HOST_CAP_NCQ
;
in ahci_save_initial_config()
2489
cap &
HOST_CAP_NCQ
? "ncq " : "",
in ahci_print_info()
H
A
D
acard-ahci.c
401
if (hpriv->cap &
HOST_CAP_NCQ
)
in acard_ahci_init_one()
H
A
D
libahci_platform.c
607
if (hpriv->cap &
HOST_CAP_NCQ
)
in ahci_platform_init_host()
H
A
D
sata_highbank.c
507
if (hpriv->cap &
HOST_CAP_NCQ
)
in ahci_highbank_probe()
H
A
D
ahci.c
1818
if (hpriv->cap &
HOST_CAP_NCQ
) {
in ahci_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libahci.c
486
if ((cap &
HOST_CAP_NCQ
) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) {
in ahci_save_initial_config()
488
cap &= ~
HOST_CAP_NCQ
;
in ahci_save_initial_config()
491
if (!(cap &
HOST_CAP_NCQ
) && (hpriv->flags & AHCI_HFLAG_YES_NCQ)) {
in ahci_save_initial_config()
493
cap |=
HOST_CAP_NCQ
;
in ahci_save_initial_config()
2654
cap &
HOST_CAP_NCQ
? "ncq " : "",
in ahci_print_info()
H
A
D
ahci.h
101
HOST_CAP_NCQ
= BIT(30), /* Native Command Queueing */
enumerator
H
A
D
acard-ahci.c
395
if (hpriv->cap &
HOST_CAP_NCQ
)
in acard_ahci_init_one()
H
A
D
libahci_platform.c
705
if (hpriv->cap &
HOST_CAP_NCQ
)
in ahci_platform_init_host()
H
A
D
sata_highbank.c
505
if (hpriv->cap &
HOST_CAP_NCQ
)
in ahci_highbank_probe()
H
A
D
ahci.c
1837
if (hpriv->cap &
HOST_CAP_NCQ
) {
in ahci_init_one()
Completed in 20 milliseconds