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_TRIG_POS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H
A
D
pinctrl-baytrail.c
45
#define
BYT_TRIG_POS
BIT(25)
macro
687
value &= ~(
BYT_TRIG_POS
| BYT_TRIG_NEG | BYT_TRIG_LVL);
in byt_gpio_clear_triggering()
1245
conf0 &
BYT_TRIG_POS
? " rise" : " ",
in byt_gpio_dbg_show()
1322
value |=
BYT_TRIG_POS
;
in byt_irq_unmask()
1331
value |= (BYT_TRIG_NEG |
BYT_TRIG_POS
);
in byt_irq_unmask()
1358
/* For level trigges the
BYT_TRIG_POS
and BYT_TRIG_NEG bits
in byt_irq_type()
1361
value &= ~(BYT_DIRECT_IRQ_EN |
BYT_TRIG_POS
| BYT_TRIG_NEG |
in byt_irq_type()
1451
if (trig != (
BYT_TRIG_POS
| BYT_TRIG_LVL) &&
in byt_direct_irq_sanity_check()
1490
value &= ~(BYT_DIRECT_IRQ_EN |
BYT_TRIG_POS
|
in byt_init_irq_valid_mask()
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H
A
D
pinctrl-baytrail.c
42
#define
BYT_TRIG_POS
BIT(25)
macro
750
value &= ~(
BYT_TRIG_POS
| BYT_TRIG_NEG | BYT_TRIG_LVL);
in byt_gpio_clear_triggering()
1310
conf0 &
BYT_TRIG_POS
? " rise" : " ",
in byt_gpio_dbg_show()
1383
value |=
BYT_TRIG_POS
;
in byt_irq_unmask()
1392
value |= (BYT_TRIG_NEG |
BYT_TRIG_POS
);
in byt_irq_unmask()
1418
/* For level trigges the
BYT_TRIG_POS
and BYT_TRIG_NEG bits
in byt_irq_type()
1421
value &= ~(BYT_DIRECT_IRQ_EN |
BYT_TRIG_POS
| BYT_TRIG_NEG |
in byt_irq_type()
Completed in 5 milliseconds