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:wt_enable
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-pci-gli.c
116
u32
wt_enable
;
in gl9750_wt_on()
local
119
wt_enable
= FIELD_GET(SDHCI_GLI_9750_WT_EN, wt_value);
in gl9750_wt_on()
121
if (
wt_enable
== GLI_9750_WT_EN_ON)
in gl9750_wt_on()
133
u32
wt_enable
;
in gl9750_wt_off()
local
136
wt_enable
= FIELD_GET(SDHCI_GLI_9750_WT_EN, wt_value);
in gl9750_wt_off()
138
if (
wt_enable
== GLI_9750_WT_EN_OFF)
in gl9750_wt_off()
410
u32
wt_enable
;
in gl9755_wt_on()
local
413
wt_enable
= FIELD_GET(PCI_GLI_9755_WT_EN, wt_value);
in gl9755_wt_on()
415
if (
wt_enable
== GLI_9755_WT_EN_ON)
in gl9755_wt_on()
427
u32
wt_enable
;
in gl9755_wt_off()
local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-pci-gli.c
233
u32
wt_enable
;
in gl9750_wt_on()
local
236
wt_enable
= FIELD_GET(SDHCI_GLI_9750_WT_EN, wt_value);
in gl9750_wt_on()
238
if (
wt_enable
== GLI_9750_WT_EN_ON)
in gl9750_wt_on()
250
u32
wt_enable
;
in gl9750_wt_off()
local
253
wt_enable
= FIELD_GET(SDHCI_GLI_9750_WT_EN, wt_value);
in gl9750_wt_off()
255
if (
wt_enable
== GLI_9750_WT_EN_OFF)
in gl9750_wt_off()
596
u32
wt_enable
;
in gl9755_wt_on()
local
599
wt_enable
= FIELD_GET(PCI_GLI_9755_WT_EN, wt_value);
in gl9755_wt_on()
601
if (
wt_enable
== GLI_9755_WT_EN_ON)
in gl9755_wt_on()
613
u32
wt_enable
;
in gl9755_wt_off()
local
[all...]
Completed in 4 milliseconds