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:temp0
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H
A
D
mipi_tx_hal.c
255
unsigned char
temp0
;
in mipi_tx_drv_get_phy_clk_prepare()
local
258
temp0
= ((g_actual_phy_data_rate * TCLK_PREPARE + ROUNDUP_VALUE) / INNER_PEROID - 1 +
in mipi_tx_drv_get_phy_clk_prepare()
263
if (
temp0
> 0) { /* 0 is the minimum */
in mipi_tx_drv_get_phy_clk_prepare()
264
temp1 =
temp0
;
in mipi_tx_drv_get_phy_clk_prepare()
271
if (
temp0
> 0) {
in mipi_tx_drv_get_phy_clk_prepare()
272
*clk_prepare =
temp0
- 1;
in mipi_tx_drv_get_phy_clk_prepare()
278
if (
temp0
> 0) { /* 0 is the minimum */
in mipi_tx_drv_get_phy_clk_prepare()
279
*clk_prepare =
temp0
;
in mipi_tx_drv_get_phy_clk_prepare()
288
unsigned char
temp0
;
in mipi_tx_drv_get_phy_data_prepare()
local
292
temp0
in mipi_tx_drv_get_phy_data_prepare()
[all...]
/device/soc/hisilicon/common/platform/mipi_dsi/
H
A
D
mipi_tx_hi35xx.c
192
unsigned char
temp0
;
in MipiTxDrvGetPhyClkPrepare()
local
195
temp0
= ((g_actualPhyDataRate * TCLK_PREPARE + ROUNDUP_VALUE) / INNER_PEROID - 1 +
in MipiTxDrvGetPhyClkPrepare()
200
if (
temp0
> 0) { /* 0 is the minimum */
in MipiTxDrvGetPhyClkPrepare()
201
temp1 =
temp0
;
in MipiTxDrvGetPhyClkPrepare()
208
if (
temp0
> 0) {
in MipiTxDrvGetPhyClkPrepare()
209
*clkPrepare =
temp0
- 1;
in MipiTxDrvGetPhyClkPrepare()
215
if (
temp0
> 0) { /* 0 is the minimum */
in MipiTxDrvGetPhyClkPrepare()
216
*clkPrepare =
temp0
;
in MipiTxDrvGetPhyClkPrepare()
225
unsigned char
temp0
;
in MipiTxDrvGetPhyDataPrepare()
local
229
temp0
in MipiTxDrvGetPhyDataPrepare()
[all...]
Completed in 2 milliseconds