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:ahci_port_base
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libahci.c
295
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_show_port_cmd()
658
void __iomem *port_mmio =
ahci_port_base
(link->ap);
in ahci_scr_read()
670
void __iomem *port_mmio =
ahci_port_base
(link->ap);
in ahci_scr_write()
682
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_start_engine()
695
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_stop_engine()
744
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_start_fis_rx()
772
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_stop_fis_rx()
792
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_power_up()
813
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_set_lpm()
884
void __iomem *port_mmio =
ahci_port_base
(a
in ahci_power_down()
[all...]
H
A
D
ahci_xgene.c
141
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_restart_engine()
195
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_qc_issue()
358
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_do_hardreset()
394
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_hardreset()
456
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_pmp_softreset()
501
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_softreset()
573
port_mmio =
ahci_port_base
(host->ports[i]);
in xgene_ahci_handle_broken_edge_irq()
H
A
D
ahci_mvebu.c
121
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_mvebu_stop_engine()
H
A
D
ahci_sunxi.c
149
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_sunxi_start_engine()
H
A
D
ahci_qoriq.c
92
void __iomem *port_mmio =
ahci_port_base
(link->ap);
in ahci_qoriq_hardreset()
H
A
D
ahci.h
446
static inline void __iomem *
ahci_port_base
(struct ata_port *ap)
in ahci_port_base()
function
H
A
D
acard-ahci.c
288
void __iomem *port_mmio =
ahci_port_base
(ap);
in acard_ahci_port_start()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libahci.c
273
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_show_port_cmd()
600
void __iomem *port_mmio =
ahci_port_base
(link->ap);
in ahci_scr_read()
612
void __iomem *port_mmio =
ahci_port_base
(link->ap);
in ahci_scr_write()
624
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_start_engine()
637
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_stop_engine()
686
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_start_fis_rx()
714
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_stop_fis_rx()
734
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_power_up()
755
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_set_lpm()
826
void __iomem *port_mmio =
ahci_port_base
(a
in ahci_power_down()
[all...]
H
A
D
ahci_xgene.c
142
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_restart_engine()
196
void *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_qc_issue()
359
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_do_hardreset()
395
void __iomem *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_hardreset()
457
void *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_pmp_softreset()
502
void *port_mmio =
ahci_port_base
(ap);
in xgene_ahci_softreset()
574
port_mmio =
ahci_port_base
(host->ports[i]);
in xgene_ahci_handle_broken_edge_irq()
H
A
D
ahci_sunxi.c
149
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_sunxi_start_engine()
H
A
D
ahci_mvebu.c
121
void __iomem *port_mmio =
ahci_port_base
(ap);
in ahci_mvebu_stop_engine()
H
A
D
ahci.h
438
static inline void __iomem *
ahci_port_base
(struct ata_port *ap)
in ahci_port_base()
function
H
A
D
ahci_qoriq.c
94
void __iomem *port_mmio =
ahci_port_base
(link->ap);
in ahci_qoriq_hardreset()
H
A
D
acard-ahci.c
292
void __iomem *port_mmio =
ahci_port_base
(ap);
in acard_ahci_port_start()
Completed in 14 milliseconds