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:efuse
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
H
A
D
rockchip-efuse.c
110
/* setup
efuse
timing */
in rk1808_efuse_timing_init()
128
/* clear
efuse
timing */
in rk1808_efuse_timing_deinit()
143
struct rockchip_efuse_chip *
efuse
= context;
in rockchip_rk1808_efuse_read()
local
149
mutex_lock(&
efuse
->mutex);
in rockchip_rk1808_efuse_read()
151
ret = clk_bulk_prepare_enable(
efuse
->num_clks,
efuse
->clks);
in rockchip_rk1808_efuse_read()
153
dev_err(
efuse
->dev, "failed to prepare/enable
efuse
clk\n");
in rockchip_rk1808_efuse_read()
168
rk1808_efuse_timing_init(
efuse
->base);
in rockchip_rk1808_efuse_read()
172
efuse
in rockchip_rk1808_efuse_read()
200
struct rockchip_
efuse
_chip *
efuse
= context;
rockchip_rk3128_efuse_read()
local
235
struct rockchip_
efuse
_chip *
efuse
= context;
rockchip_rk3288_efuse_read()
local
270
struct rockchip_
efuse
_chip *
efuse
= context;
rockchip_rk3288_efuse_secure_read()
local
308
struct rockchip_
efuse
_chip *
efuse
= context;
rockchip_rk3328_efuse_read()
local
360
struct rockchip_
efuse
_chip *
efuse
= context;
rockchip_rk3368_efuse_read()
local
398
struct rockchip_
efuse
_chip *
efuse
= context;
rockchip_rk3399_efuse_read()
local
509
struct rockchip_
efuse
_chip *
efuse
;
rockchip_efuse_probe()
local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H
A
D
module_config.mk
1
boot_srcs = startup drivers/lsadc drivers/flash drivers/
efuse
drivers/gpio drivers/io common/crc32 common/nvm common/partition_table upg lib/lzma lzmaram secure
2
boot_common_srcs = ../commonboot/crc32 ../commonboot/
efuse
../commonboot/flash
11
-I$(MAIN_TOPDIR)/boot/flashboot/drivers/
efuse
\
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H
A
D
module_config.mk
1
loaderboot_srcs = startup common common/crc32 common/nvm common/partition_table drivers/lsadc drivers/flash drivers/
efuse
secure
2
loaderboot_common_srcs = ../commonboot/crc32 ../commonboot/
efuse
../commonboot/flash
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H
A
D
efuse_opt.c
17
#include <
efuse
.h>
120
boot_msg1("
efuse
write error, index:", i);
in efuse_burn()
Completed in 2 milliseconds