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
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci.h
71
HOST_CAP
= 0x00, /* host capabilities */
enumerator
86
/*
HOST_CAP
bits */
H
A
D
ahci_imx.c
1144
* Configure the HWINIT bits of the
HOST_CAP
and HOST_PORTS_IMPL,
in imx_ahci_probe()
1150
reg_val = readl(hpriv->mmio +
HOST_CAP
);
in imx_ahci_probe()
1153
writel(reg_val, hpriv->mmio +
HOST_CAP
);
in imx_ahci_probe()
H
A
D
ahci_brcm.c
124
host_caps = readl(hpriv->mmio +
HOST_CAP
);
in brcm_sata_alpm_init()
H
A
D
libahci.c
436
hpriv->saved_cap = cap = readl(mmio +
HOST_CAP
);
in ahci_save_initial_config()
574
writel(hpriv->saved_cap, mmio +
HOST_CAP
);
in ahci_restore_initial_config()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci_brcm.c
125
host_caps = readl(hpriv->mmio +
HOST_CAP
);
in brcm_sata_alpm_init()
H
A
D
ahci_dwc.c
234
cap = readl(hpriv->mmio +
HOST_CAP
);
in ahci_dwc_init_timer()
H
A
D
ahci.h
70
HOST_CAP
= 0x00, /* host capabilities */
enumerator
85
/*
HOST_CAP
bits */
H
A
D
ahci_imx.c
1149
* Configure the HWINIT bits of the
HOST_CAP
and HOST_PORTS_IMPL,
in imx_ahci_probe()
1155
reg_val = readl(hpriv->mmio +
HOST_CAP
);
in imx_ahci_probe()
1158
writel(reg_val, hpriv->mmio +
HOST_CAP
);
in imx_ahci_probe()
H
A
D
libahci.c
467
cap = readl(mmio +
HOST_CAP
);
in ahci_save_initial_config()
627
writel(hpriv->saved_cap, mmio +
HOST_CAP
);
in ahci_restore_initial_config()
/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()
2952
if (!(readl(dd->mmio +
HOST_CAP
) & HOST_CAP_NZDMA)) {
in mtip_hw_init()
/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()
2793
if (!(readl(dd->mmio +
HOST_CAP
) & HOST_CAP_NZDMA)) {
in mtip_hw_init()
Completed in 29 milliseconds