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:mask_high
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-microchip-host.c
213
.
mask_high
= 1, \
222
.
mask_high
= 1, \
229
.
mask_high
= 1, \
237
.
mask_high
= 0, \
352
u32
mask_high
;
member
785
if (!event_descs[event].
mask_high
)
in mc_mask_event_irq()
790
if (event_descs[event].
mask_high
)
in mc_mask_event_irq()
814
if (event_descs[event].
mask_high
)
in mc_unmask_event_irq()
822
if (event_descs[event].
mask_high
)
in mc_unmask_event_irq()
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
fsl_ddr_edac.c
195
u32
mask_high
;
in calculate_ecc()
local
202
mask_high
= ecc_table[i * 2];
in calculate_ecc()
207
if ((
mask_high
>> j) & 1)
in calculate_ecc()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
fsl_ddr_edac.c
192
u32
mask_high
;
in calculate_ecc()
local
199
mask_high
= ecc_table[i * 2];
in calculate_ecc()
204
if ((
mask_high
>> j) & 1)
in calculate_ecc()
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
max1363.c
156
* @
mask_high
: bitmask for enabled high thresholds
179
u8
mask_high
;
member
825
val = (1 << number) & st->
mask_high
;
in max1363_read_event_config()
853
if ((st->mask_low | st->
mask_high
) & 0x0F) {
in max1363_monitor_mode_update()
856
} else if ((st->mask_low | st->
mask_high
) & 0x30) {
in max1363_monitor_mode_update()
891
if (st->
mask_high
& (1 << j)) {
in max1363_monitor_mode_update()
978
unifiedmask = st->mask_low | st->
mask_high
;
in max1363_write_event_config()
992
st->
mask_high
&= ~(1 << number);
in max1363_write_event_config()
998
st->
mask_high
|= (1 << number);
in max1363_write_event_config()
1002
max1363_monitor_mode_update(st, !!(st->
mask_high
| s
in max1363_write_event_config()
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
max1363.c
154
* @
mask_high
: bitmask for enabled high thresholds
176
u8
mask_high
;
member
822
val = (1 << number) & st->
mask_high
;
in max1363_read_event_config()
850
if ((st->mask_low | st->
mask_high
) & 0x0F) {
in max1363_monitor_mode_update()
853
} else if ((st->mask_low | st->
mask_high
) & 0x30) {
in max1363_monitor_mode_update()
888
if (st->
mask_high
& (1 << j)) {
in max1363_monitor_mode_update()
975
unifiedmask = st->mask_low | st->
mask_high
;
in max1363_write_event_config()
989
st->
mask_high
&= ~(1 << number);
in max1363_write_event_config()
995
st->
mask_high
|= (1 << number);
in max1363_write_event_config()
999
max1363_monitor_mode_update(st, !!(st->
mask_high
| s
in max1363_write_event_config()
[all...]
Completed in 8 milliseconds