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_MAX_SIZE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl8712_efuse.h
9
#define
EFUSE_MAX_SIZE
512
macro
H
A
D
rtl8712_efuse.c
24
static int efuse_available_max_size =
EFUSE_MAX_SIZE
- 3 /*0x1FD*/;
430
if (start_addr >
EFUSE_MAX_SIZE
)
in r8712_efuse_access()
439
if ((start_addr + i) >
EFUSE_MAX_SIZE
) {
in r8712_efuse_access()
H
A
D
rtl871x_mp_ioctl.c
677
EFUSE_MAX_SIZE
)
in oid_rt_pro_read_efuse_hdl()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl8712_efuse.h
9
#define
EFUSE_MAX_SIZE
512
macro
H
A
D
rtl8712_efuse.c
24
static int efuse_available_max_size =
EFUSE_MAX_SIZE
- 3 /*0x1FD*/;
428
if (start_addr >
EFUSE_MAX_SIZE
)
in r8712_efuse_access()
437
if ((start_addr + i) >
EFUSE_MAX_SIZE
) {
in r8712_efuse_access()
H
A
D
rtl871x_mp_ioctl.c
682
EFUSE_MAX_SIZE
)
in oid_rt_pro_read_efuse_hdl()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H
A
D
rtw_efuse.h
31
#define
EFUSE_MAX_SIZE
256
macro
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
efuse.c
10
static const int
EFUSE_MAX_SIZE
= 512;
variable
376
(
EFUSE_MAX_SIZE
- rtlpriv->cfg->maps[EFUSE_OOB_PROTECT_BYTES_LEN]))
in efuse_shadow_update_chk()
707
while (continual && (efuse_addr <
EFUSE_MAX_SIZE
)) {
in efuse_pg_packet_read()
925
if (efuse_get_current_size(hw) >= (
EFUSE_MAX_SIZE
-
in efuse_pg_packet_write()
942
while (continual && (efuse_addr < (
EFUSE_MAX_SIZE
-
in efuse_pg_packet_write()
997
if (efuse_addr >= (
EFUSE_MAX_SIZE
-
in efuse_pg_packet_write()
1185
(efuse_addr <
EFUSE_MAX_SIZE
)) {
in efuse_get_current_size()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
efuse.c
10
static const int
EFUSE_MAX_SIZE
= 512;
variable
376
(
EFUSE_MAX_SIZE
- rtlpriv->cfg->maps[EFUSE_OOB_PROTECT_BYTES_LEN]))
in efuse_shadow_update_chk()
707
while (continual && (efuse_addr <
EFUSE_MAX_SIZE
)) {
in efuse_pg_packet_read()
925
if (efuse_get_current_size(hw) >= (
EFUSE_MAX_SIZE
-
in efuse_pg_packet_write()
942
while (continual && (efuse_addr < (
EFUSE_MAX_SIZE
-
in efuse_pg_packet_write()
997
if (efuse_addr >= (
EFUSE_MAX_SIZE
-
in efuse_pg_packet_write()
1185
(efuse_addr <
EFUSE_MAX_SIZE
)) {
in efuse_get_current_size()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H
A
D
rtw_mp.h
157
#define
EFUSE_MAX_SIZE
512
macro
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H
A
D
rtw_mp.h
159
#define
EFUSE_MAX_SIZE
512
macro
Completed in 11 milliseconds