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_IRQ_BAD_PMP
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci.h
140
PORT_IRQ_BAD_PMP
= BIT(23), /* incorrect port multiplier */
enumerator
157
PORT_IRQ_BAD_PMP
,
H
A
D
libahci.c
1507
if (irq_status &
PORT_IRQ_BAD_PMP
)
in ahci_bad_pmp_check_ready()
1534
if (irq_sts &
PORT_IRQ_BAD_PMP
) {
in ahci_pmp_retry_softreset()
1777
if (sata_pmp_attached(ap) && (irq_stat &
PORT_IRQ_BAD_PMP
)) {
in ahci_error_intr()
1830
status &= ~
PORT_IRQ_BAD_PMP
;
in ahci_handle_port_interrupt()
2258
pp->intr_mask |=
PORT_IRQ_BAD_PMP
;
in ahci_pmp_attach()
2284
pp->intr_mask &= ~
PORT_IRQ_BAD_PMP
;
in ahci_pmp_detach()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci.h
139
PORT_IRQ_BAD_PMP
= BIT(23), /* incorrect port multiplier */
enumerator
156
PORT_IRQ_BAD_PMP
,
H
A
D
libahci.c
1560
if (irq_status &
PORT_IRQ_BAD_PMP
)
in ahci_bad_pmp_check_ready()
1585
if (irq_sts &
PORT_IRQ_BAD_PMP
) {
in ahci_pmp_retry_softreset()
1822
if (sata_pmp_attached(ap) && (irq_stat &
PORT_IRQ_BAD_PMP
)) {
in ahci_error_intr()
1904
status &= ~
PORT_IRQ_BAD_PMP
;
in ahci_handle_port_interrupt()
2408
pp->intr_mask |=
PORT_IRQ_BAD_PMP
;
in ahci_pmp_attach()
2434
pp->intr_mask &= ~
PORT_IRQ_BAD_PMP
;
in ahci_pmp_detach()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
79
PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS |
PORT_IRQ_BAD_PMP
| \
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
78
PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS |
PORT_IRQ_BAD_PMP
| \
Completed in 18 milliseconds