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:RX_FIS_PIO_SETUP
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
acard-ahci.c
269
ata_tf_from_fis(rx_fis +
RX_FIS_PIO_SETUP
, &qc->result_tf);
in acard_ahci_qc_fill_rtf()
270
qc->result_tf.command = (rx_fis +
RX_FIS_PIO_SETUP
)[15];
in acard_ahci_qc_fill_rtf()
H
A
D
ahci.h
65
RX_FIS_PIO_SETUP
= 0x20, /* offset of PIO Setup FIS data */
enumerator
H
A
D
libahci.c
2040
ata_tf_from_fis(rx_fis +
RX_FIS_PIO_SETUP
, &qc->result_tf);
in ahci_qc_fill_rtf()
2041
qc->result_tf.command = (rx_fis +
RX_FIS_PIO_SETUP
)[15];
in ahci_qc_fill_rtf()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
acard-ahci.c
267
ata_tf_from_fis(rx_fis +
RX_FIS_PIO_SETUP
, &qc->result_tf);
in acard_ahci_qc_fill_rtf()
268
qc->result_tf.status = (rx_fis +
RX_FIS_PIO_SETUP
)[15];
in acard_ahci_qc_fill_rtf()
H
A
D
ahci.h
64
RX_FIS_PIO_SETUP
= 0x20, /* offset of PIO Setup FIS data */
enumerator
H
A
D
libahci.c
2103
ata_tf_from_fis(rx_fis +
RX_FIS_PIO_SETUP
, &qc->result_tf);
in ahci_qc_fill_rtf()
2104
qc->result_tf.status = (rx_fis +
RX_FIS_PIO_SETUP
)[15];
in ahci_qc_fill_rtf()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
1599
reply = (port->rxfis +
RX_FIS_PIO_SETUP
);
in exec_drive_command()
1767
reply = (dd->port->rxfis +
RX_FIS_PIO_SETUP
);
in exec_drive_taskfile()
1770
reply = (dd->port->rxfis +
RX_FIS_PIO_SETUP
);
in exec_drive_taskfile()
1866
reply = dd->port->rxfis +
RX_FIS_PIO_SETUP
;
in exec_drive_taskfile()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
1587
reply = (port->rxfis +
RX_FIS_PIO_SETUP
);
in exec_drive_command()
1755
reply = (dd->port->rxfis +
RX_FIS_PIO_SETUP
);
in exec_drive_taskfile()
1758
reply = (dd->port->rxfis +
RX_FIS_PIO_SETUP
);
in exec_drive_taskfile()
1854
reply = dd->port->rxfis +
RX_FIS_PIO_SETUP
;
in exec_drive_taskfile()
Completed in 29 milliseconds