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_64
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci.h
103
HOST_CAP_64
= BIT(31), /* PCI DAC (64-bit DMA) support */
enumerator
H
A
D
libahci.c
448
if ((cap &
HOST_CAP_64
) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) {
in ahci_save_initial_config()
450
cap &= ~
HOST_CAP_64
;
in ahci_save_initial_config()
692
if (hpriv->cap &
HOST_CAP_64
)
in ahci_start_fis_rx()
697
if (hpriv->cap &
HOST_CAP_64
)
in ahci_start_fis_rx()
2488
cap &
HOST_CAP_64
? "64bit " : "",
in ahci_print_info()
H
A
D
acard-ahci.c
444
DMA_BIT_MASK((hpriv->cap &
HOST_CAP_64
) ? 64 : 32));
in acard_ahci_init_one()
H
A
D
libahci_platform.c
652
if (hpriv->cap &
HOST_CAP_64
) {
in ahci_platform_init_host()
H
A
D
sata_highbank.c
513
if (hpriv->cap &
HOST_CAP_64
)
in ahci_highbank_probe()
H
A
D
ahci.c
1931
rc = ahci_configure_dma_masks(pdev, hpriv->cap &
HOST_CAP_64
);
in ahci_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libahci.c
481
if ((cap &
HOST_CAP_64
) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) {
in ahci_save_initial_config()
483
cap &= ~
HOST_CAP_64
;
in ahci_save_initial_config()
750
if (hpriv->cap &
HOST_CAP_64
)
in ahci_start_fis_rx()
755
if (hpriv->cap &
HOST_CAP_64
)
in ahci_start_fis_rx()
2653
cap &
HOST_CAP_64
? "64bit " : "",
in ahci_print_info()
H
A
D
ahci.h
102
HOST_CAP_64
= BIT(31), /* PCI DAC (64-bit DMA) support */
enumerator
H
A
D
acard-ahci.c
438
DMA_BIT_MASK((hpriv->cap &
HOST_CAP_64
) ? 64 : 32));
in acard_ahci_init_one()
H
A
D
libahci_platform.c
750
if (hpriv->cap &
HOST_CAP_64
) {
in ahci_platform_init_host()
H
A
D
sata_highbank.c
511
if (hpriv->cap &
HOST_CAP_64
)
in ahci_highbank_probe()
H
A
D
ahci.c
970
if (hpriv->cap &
HOST_CAP_64
) {
in ahci_configure_dma_masks()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
338
if (readl(port->dd->mmio + HOST_CAP) &
HOST_CAP_64
) {
in mtip_init_port()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
326
if (readl(port->dd->mmio + HOST_CAP) &
HOST_CAP_64
) {
in mtip_init_port()
Completed in 36 milliseconds