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:tcah
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
iotiming-s3c2410.c
48
print_ns(bt->
tcah
));
in s3c2410_print_timing()
224
/*
tcah
: 0,1,2,4 */
in s3c2410_calc_bank()
232
ret |= calc_0124(bt->
tcah
, hclk, &res, S3C2410_BANKCON_Tcah_SHIFT);
in s3c2410_calc_bank()
297
bt->
tcah
= get_0124(hclk, bankcon >> S3C2410_BANKCON_Tcah_SHIFT);
in s3c2410_iotiming_getbank()
321
unsigned int
tcah
;
in s3c2410_iotiming_debugfs()
local
325
tcah
= get_0124(hclk, bankcon >> S3C2410_BANKCON_Tcah_SHIFT);
in s3c2410_iotiming_debugfs()
337
print_ns(bt->
tcah
));
in s3c2410_iotiming_debugfs()
345
print_ns(
tcah
));
in s3c2410_iotiming_debugfs()
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
fcx.c
96
return tccb->
tcah
.tcal - 12;
in tca_size()
259
tccb->
tcah
.format = TCCB_FORMAT_DEFAULT;
in tccb_init()
260
tccb->
tcah
.sac = sac;
in tccb_init()
261
tccb->
tcah
.tcal = 12;
in tccb_init()
317
tccb->
tcah
.tcal += size;
in tccb_add_dcw()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
fcx.c
97
return tccb->
tcah
.tcal - 12;
in tca_size()
260
tccb->
tcah
.format = TCCB_FORMAT_DEFAULT;
in tccb_init()
261
tccb->
tcah
.sac = sac;
in tccb_init()
262
tccb->
tcah
.tcal = 12;
in tccb_init()
318
tccb->
tcah
.tcal += size;
in tccb_add_dcw()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
fcx.h
284
* @
tcah
: TCAH
288
struct tccb_tcah
tcah
;
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
fcx.h
284
* @
tcah
: TCAH
288
struct tccb_tcah
tcah
;
member
/kernel/linux/linux-5.10/include/linux/soc/samsung/
H
A
D
s3c-cpufreq-core.h
27
* @
tcah
: Time address is held for after
41
unsigned int
tcah
; /* Address hold after nCS */
member
Completed in 8 milliseconds