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:PORT_SCR_ACT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci.h
127
PORT_SCR_ACT
= 0x34, /* SATA phy register: SActive */
enumerator
H
A
D
libahci.c
587
[SCR_ACTIVE] =
PORT_SCR_ACT
,
in ahci_scr_offset()
1875
*
PORT_SCR_ACT
and PORT_CMD_ISSUE should be checked because
in ahci_handle_port_interrupt()
1880
qc_active = readl(port_mmio +
PORT_SCR_ACT
);
in ahci_handle_port_interrupt()
1886
qc_active = readl(port_mmio +
PORT_SCR_ACT
);
in ahci_handle_port_interrupt()
2006
writel(1 << qc->hw_tag, port_mmio +
PORT_SCR_ACT
);
in ahci_qc_issue()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci.h
126
PORT_SCR_ACT
= 0x34, /* SATA phy register: SActive */
enumerator
H
A
D
libahci.c
645
[SCR_ACTIVE] =
PORT_SCR_ACT
,
in ahci_scr_offset()
1872
*
PORT_SCR_ACT
and PORT_CMD_ISSUE should be checked because
in ahci_qc_complete()
1877
qc_active = readl(port_mmio +
PORT_SCR_ACT
);
in ahci_qc_complete()
1883
qc_active = readl(port_mmio +
PORT_SCR_ACT
);
in ahci_qc_complete()
2062
writel(1 << qc->hw_tag, port_mmio +
PORT_SCR_ACT
);
in ahci_qc_issue()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
2921
dd->port->mmio + i*0x80 +
PORT_SCR_ACT
;
in mtip_hw_init()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
2762
dd->port->mmio + i*0x80 +
PORT_SCR_ACT
;
in mtip_hw_init()
Completed in 18 milliseconds