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:VERSION
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
2
VERSION
= 5
macro
347
KERNELVERSION = $(
VERSION
)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
348
export
VERSION
PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
1305
expr $(
VERSION
) \* 65536 + $(PATCHLEVEL) \* 256 + 255); \
1308
expr $(
VERSION
) \* 65536 + $(PATCHLEVEL) \* 256 + $(SUBLEVEL)); \
/device/soc/hisilicon/hi3751v350/sdk_linux/
H
A
D
base.mak
149
#==============FPGA/ASIC
VERSION
CONTROL=====================================================
193
## FPGA/ASIC
VERSION
CONTROL
316
## FPGA/ASIC
VERSION
CONTROL
439
## FPGA/ASIC
VERSION
CONTROL
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-mipi-dsi.c
34
#define
VERSION
GENMASK(31, 8)
macro
778
hw_version = dsi_read(dsi, DSI_VERSION) &
VERSION
;
in dw_mipi_dsi_dphy_timing_config()
/device/soc/rockchip/common/sdk_linux/scripts/
H
A
D
resource_tool.c
611
#define
VERSION
"2014-5-31 14:43:42"
macro
1119
printf("%s (cjf@rock-chips.com)\t"
VERSION
"\n", PROG);
in version()
/device/soc/rockchip/rk3588/kernel/scripts/
H
A
D
resource_tool.c
628
#define
VERSION
"2014-5-31 14:43:42"
macro
1139
printf("%s (cjf@rock-chips.com)\t"
VERSION
"\n", PROG);
in version()
/device/soc/rockchip/rk2206/hardware/lib/CMSIS/Device/RK2206/Include/
H
A
D
rk2206.h
399
__I uint32_t
VERSION
; /* Address Offset: 0x0004 */
member
414
__I uint32_t
VERSION
; /* Address Offset: 0x0000 */
member
578
__I uint32_t
VERSION
; /* Address Offset: 0x0380 */
member
744
__IO uint32_t
VERSION
; /* Address Offset: 0x0000 */
member
903
__IO uint32_t
VERSION
; /* Address Offset: 0x003C */
member
922
__IO uint32_t
VERSION
; /* Address Offset: 0x0058 */
member
1095
__IO uint32_t
VERSION
; /* Address Offset: 0x03F0 */
member
1140
__IO uint32_t
VERSION
; /* Address Offset: 0x0048 */
member
4376
/*
VERSION
*/
4462
/*
VERSION
*/
[all...]
Completed in 45 milliseconds