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_PORTS_IMPL
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci.h
74
HOST_PORTS_IMPL
= 0x0c, /* bitmap of implemented ports */
enumerator
H
A
D
ahci_imx.c
1144
* Configure the HWINIT bits of the HOST_CAP and
HOST_PORTS_IMPL
,
in imx_ahci_probe()
1155
reg_val = readl(hpriv->mmio +
HOST_PORTS_IMPL
);
in imx_ahci_probe()
1158
writel(reg_val, hpriv->mmio +
HOST_PORTS_IMPL
);
in imx_ahci_probe()
H
A
D
ahci_brcm.c
221
impl = readl(hpriv->mmio +
HOST_PORTS_IMPL
);
in brcm_ahci_get_portmask()
H
A
D
libahci.c
437
hpriv->saved_port_map = port_map = readl(mmio +
HOST_PORTS_IMPL
);
in ahci_save_initial_config()
577
writel(hpriv->saved_port_map, mmio +
HOST_PORTS_IMPL
);
in ahci_restore_initial_config()
578
(void) readl(mmio +
HOST_PORTS_IMPL
); /* flush */
in ahci_restore_initial_config()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci_brcm.c
222
impl = readl(hpriv->mmio +
HOST_PORTS_IMPL
);
in brcm_ahci_get_portmask()
H
A
D
ahci.h
73
HOST_PORTS_IMPL
= 0x0c, /* bitmap of implemented ports */
enumerator
H
A
D
ahci_imx.c
1149
* Configure the HWINIT bits of the HOST_CAP and
HOST_PORTS_IMPL
,
in imx_ahci_probe()
1160
reg_val = readl(hpriv->mmio +
HOST_PORTS_IMPL
);
in imx_ahci_probe()
1163
writel(reg_val, hpriv->mmio +
HOST_PORTS_IMPL
);
in imx_ahci_probe()
H
A
D
libahci.c
535
port_map = readl(mmio +
HOST_PORTS_IMPL
);
in ahci_save_initial_config()
630
writel(hpriv->saved_port_map, mmio +
HOST_PORTS_IMPL
);
in ahci_restore_initial_config()
631
(void) readl(mmio +
HOST_PORTS_IMPL
); /* flush */
in ahci_restore_initial_config()
Completed in 15 milliseconds