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:ld_qdi
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
pata_legacy.c
643
struct legacy_data *
ld_qdi
= ap->host->private_data;
in qdi65x0_set_piomode()
local
650
if (
ld_qdi
->fast) {
in qdi65x0_set_piomode()
658
ld_qdi
->clock[adev->devno] = timing;
in qdi65x0_set_piomode()
660
if (
ld_qdi
->type == QDI6580)
in qdi65x0_set_piomode()
661
outb(timing,
ld_qdi
->timing + 2 * adev->devno);
in qdi65x0_set_piomode()
663
outb(timing,
ld_qdi
->timing + 2 * ap->port_no);
in qdi65x0_set_piomode()
666
if (
ld_qdi
->type != QDI6500 && adev->class != ATA_DEV_ATA)
in qdi65x0_set_piomode()
667
outb(0x5F, (
ld_qdi
->timing & 0xFFF0) + 3);
in qdi65x0_set_piomode()
682
struct legacy_data *
ld_qdi
= ap->host->private_data;
in qdi_qc_issue()
local
684
if (
ld_qdi
in qdi_qc_issue()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
pata_legacy.c
680
struct legacy_data *
ld_qdi
= ap->host->private_data;
in qdi65x0_set_piomode()
local
687
if (
ld_qdi
->fast) {
in qdi65x0_set_piomode()
695
ld_qdi
->clock[adev->devno] = timing;
in qdi65x0_set_piomode()
697
if (
ld_qdi
->type == QDI6580)
in qdi65x0_set_piomode()
698
outb(timing,
ld_qdi
->timing + 2 * adev->devno);
in qdi65x0_set_piomode()
700
outb(timing,
ld_qdi
->timing + 2 * ap->port_no);
in qdi65x0_set_piomode()
703
if (
ld_qdi
->type != QDI6500 && adev->class != ATA_DEV_ATA)
in qdi65x0_set_piomode()
704
outb(0x5F, (
ld_qdi
->timing & 0xFFF0) + 3);
in qdi65x0_set_piomode()
719
struct legacy_data *
ld_qdi
= ap->host->private_data;
in qdi_qc_issue()
local
721
if (
ld_qdi
in qdi_qc_issue()
[all...]
Completed in 4 milliseconds