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:temp_ctl
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vme/bridges/
H
A
D
vme_tsi148.c
476
unsigned int
temp_ctl
= 0;
in tsi148_slave_set()
local
539
temp_ctl
= ioread32be(bridge->base + TSI148_LCSR_IT[i] +
in tsi148_slave_set()
541
temp_ctl
&= ~TSI148_LCSR_ITAT_EN;
in tsi148_slave_set()
542
iowrite32be(
temp_ctl
, bridge->base + TSI148_LCSR_IT[i] +
in tsi148_slave_set()
560
temp_ctl
&= ~TSI148_LCSR_ITAT_2eSSTM_M;
in tsi148_slave_set()
563
temp_ctl
|= TSI148_LCSR_ITAT_2eSSTM_160;
in tsi148_slave_set()
566
temp_ctl
|= TSI148_LCSR_ITAT_2eSSTM_267;
in tsi148_slave_set()
569
temp_ctl
|= TSI148_LCSR_ITAT_2eSSTM_320;
in tsi148_slave_set()
574
temp_ctl
&= ~(0x1F << 7);
in tsi148_slave_set()
576
temp_ctl
|
in tsi148_slave_set()
813
unsigned int
temp_ctl
= 0;
tsi148_master_set()
local
[all...]
H
A
D
vme_ca91cx42.c
338
unsigned int
temp_ctl
= 0;
in ca91cx42_slave_set()
local
404
temp_ctl
= ioread32(bridge->base + CA91CX42_VSI_CTL[i]);
in ca91cx42_slave_set()
405
temp_ctl
&= ~CA91CX42_VSI_CTL_EN;
in ca91cx42_slave_set()
406
iowrite32(
temp_ctl
, bridge->base + CA91CX42_VSI_CTL[i]);
in ca91cx42_slave_set()
414
temp_ctl
&= ~CA91CX42_VSI_CTL_VAS_M;
in ca91cx42_slave_set()
415
temp_ctl
|= addr;
in ca91cx42_slave_set()
418
temp_ctl
&= ~(CA91CX42_VSI_CTL_PGM_M | CA91CX42_VSI_CTL_SUPER_M);
in ca91cx42_slave_set()
420
temp_ctl
|= CA91CX42_VSI_CTL_SUPER_SUPR;
in ca91cx42_slave_set()
422
temp_ctl
|= CA91CX42_VSI_CTL_SUPER_NPRIV;
in ca91cx42_slave_set()
424
temp_ctl
|
in ca91cx42_slave_set()
595
unsigned int
temp_ctl
= 0;
ca91cx42_master_set()
local
[all...]
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H
A
D
vme_tsi148.c
471
unsigned int
temp_ctl
= 0;
in tsi148_slave_set()
local
532
temp_ctl
= ioread32be(bridge->base + TSI148_LCSR_IT[i] +
in tsi148_slave_set()
534
temp_ctl
&= ~TSI148_LCSR_ITAT_EN;
in tsi148_slave_set()
535
iowrite32be(
temp_ctl
, bridge->base + TSI148_LCSR_IT[i] +
in tsi148_slave_set()
553
temp_ctl
&= ~TSI148_LCSR_ITAT_2eSSTM_M;
in tsi148_slave_set()
556
temp_ctl
|= TSI148_LCSR_ITAT_2eSSTM_160;
in tsi148_slave_set()
559
temp_ctl
|= TSI148_LCSR_ITAT_2eSSTM_267;
in tsi148_slave_set()
562
temp_ctl
|= TSI148_LCSR_ITAT_2eSSTM_320;
in tsi148_slave_set()
567
temp_ctl
&= ~(0x1F << 7);
in tsi148_slave_set()
569
temp_ctl
|
in tsi148_slave_set()
804
unsigned int
temp_ctl
= 0;
tsi148_master_set()
local
[all...]
Completed in 5 milliseconds