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:em_ctl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libahci.c
291
u32
em_ctl
, msg;
in ahci_read_em_buffer()
local
299
em_ctl
= readl(mmio + HOST_EM_CTL);
in ahci_read_em_buffer()
300
if (!(ap->flags & ATA_FLAG_EM) ||
em_ctl
& EM_CTL_XMT ||
in ahci_read_em_buffer()
307
if (!(
em_ctl
& EM_CTL_MR)) {
in ahci_read_em_buffer()
313
if (!(
em_ctl
& EM_CTL_SMB))
in ahci_read_em_buffer()
352
u32
em_ctl
, msg;
in ahci_store_em_buffer()
local
365
em_ctl
= readl(mmio + HOST_EM_CTL);
in ahci_store_em_buffer()
366
if (
em_ctl
& EM_CTL_TM) {
in ahci_store_em_buffer()
378
writel(
em_ctl
| EM_CTL_TM, mmio + HOST_EM_CTL);
in ahci_store_em_buffer()
393
u32
em_ctl
;
in ahci_show_em_supported()
local
1041
u32
em_ctl
;
ahci_reset_em()
local
1058
u32
em_ctl
;
ahci_transmit_led_message()
local
2521
u32
em_ctl
= readl(mmio + HOST_EM_CTL);
ahci_set_em_messages()
local
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libahci.c
313
u32
em_ctl
, msg;
in ahci_read_em_buffer()
local
321
em_ctl
= readl(mmio + HOST_EM_CTL);
in ahci_read_em_buffer()
322
if (!(ap->flags & ATA_FLAG_EM) ||
em_ctl
& EM_CTL_XMT ||
in ahci_read_em_buffer()
329
if (!(
em_ctl
& EM_CTL_MR)) {
in ahci_read_em_buffer()
335
if (!(
em_ctl
& EM_CTL_SMB))
in ahci_read_em_buffer()
374
u32
em_ctl
, msg;
in ahci_store_em_buffer()
local
387
em_ctl
= readl(mmio + HOST_EM_CTL);
in ahci_store_em_buffer()
388
if (
em_ctl
& EM_CTL_TM) {
in ahci_store_em_buffer()
400
writel(
em_ctl
| EM_CTL_TM, mmio + HOST_EM_CTL);
in ahci_store_em_buffer()
415
u32
em_ctl
;
in ahci_show_em_supported()
local
1098
u32
em_ctl
;
ahci_reset_em()
local
1115
u32
em_ctl
;
ahci_transmit_led_message()
local
2686
u32
em_ctl
= readl(mmio + HOST_EM_CTL);
ahci_set_em_messages()
local
[all...]
Completed in 5 milliseconds