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:BYT_LEVEL
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H
A
D
pinctrl-baytrail.c
64
#define
BYT_LEVEL
BIT(0)
macro
67
#define BYT_VAL_RESTORE_MASK (BYT_DIR_MASK |
BYT_LEVEL
)
1136
return !!(val &
BYT_LEVEL
);
in byt_gpio_get()
1152
writel(old_val |
BYT_LEVEL
, reg);
in byt_gpio_set()
1154
writel(old_val & ~
BYT_LEVEL
, reg);
in byt_gpio_set()
1219
reg |=
BYT_LEVEL
;
in byt_gpio_direction_output()
1221
reg &= ~
BYT_LEVEL
;
in byt_gpio_direction_output()
1306
val &
BYT_LEVEL
? "hi" : "lo",
in byt_gpio_dbg_show()
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H
A
D
pinctrl-baytrail.c
66
#define
BYT_LEVEL
BIT(0)
macro
69
#define BYT_VAL_RESTORE_MASK (BYT_DIR_MASK |
BYT_LEVEL
)
1075
return !!(val &
BYT_LEVEL
);
in byt_gpio_get()
1091
writel(old_val |
BYT_LEVEL
, reg);
in byt_gpio_set()
1093
writel(old_val & ~
BYT_LEVEL
, reg);
in byt_gpio_set()
1158
reg |=
BYT_LEVEL
;
in byt_gpio_direction_output()
1160
reg &= ~
BYT_LEVEL
;
in byt_gpio_direction_output()
1241
str_hi_lo(val &
BYT_LEVEL
),
in byt_gpio_dbg_show()
Completed in 5 milliseconds