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:nvs_ptr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
boot.c
280
u8 *
nvs_ptr
, *nvs_aligned;
in wlcore_boot_upload_nvs()
local
319
nvs_ptr
= (u8 *) nvs->nvs;
in wlcore_boot_upload_nvs()
338
nvs_ptr
= (u8 *)nvs->nvs;
in wlcore_boot_upload_nvs()
342
nvs_ptr
[11] = wl->addresses[0].addr[0];
in wlcore_boot_upload_nvs()
343
nvs_ptr
[10] = wl->addresses[0].addr[1];
in wlcore_boot_upload_nvs()
344
nvs_ptr
[6] = wl->addresses[0].addr[2];
in wlcore_boot_upload_nvs()
345
nvs_ptr
[5] = wl->addresses[0].addr[3];
in wlcore_boot_upload_nvs()
346
nvs_ptr
[4] = wl->addresses[0].addr[4];
in wlcore_boot_upload_nvs()
347
nvs_ptr
[3] = wl->addresses[0].addr[5];
in wlcore_boot_upload_nvs()
359
while (
nvs_ptr
[
in wlcore_boot_upload_nvs()
[all...]
H
A
D
main.c
6144
u8 *
nvs_ptr
= (u8 *)wl->nvs;
in wl1271_register_hw()
local
6147
(
nvs_ptr
[11] << 16) + (
nvs_ptr
[10] << 8) +
nvs_ptr
[6];
in wl1271_register_hw()
6149
(
nvs_ptr
[5] << 16) + (
nvs_ptr
[4] << 8) +
nvs_ptr
[3];
in wl1271_register_hw()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
boot.c
280
u8 *
nvs_ptr
, *nvs_aligned;
in wlcore_boot_upload_nvs()
local
319
nvs_ptr
= (u8 *) nvs->nvs;
in wlcore_boot_upload_nvs()
338
nvs_ptr
= (u8 *)nvs->nvs;
in wlcore_boot_upload_nvs()
342
nvs_ptr
[11] = wl->addresses[0].addr[0];
in wlcore_boot_upload_nvs()
343
nvs_ptr
[10] = wl->addresses[0].addr[1];
in wlcore_boot_upload_nvs()
344
nvs_ptr
[6] = wl->addresses[0].addr[2];
in wlcore_boot_upload_nvs()
345
nvs_ptr
[5] = wl->addresses[0].addr[3];
in wlcore_boot_upload_nvs()
346
nvs_ptr
[4] = wl->addresses[0].addr[4];
in wlcore_boot_upload_nvs()
347
nvs_ptr
[3] = wl->addresses[0].addr[5];
in wlcore_boot_upload_nvs()
359
while (
nvs_ptr
[
in wlcore_boot_upload_nvs()
[all...]
H
A
D
main.c
6076
u8 *
nvs_ptr
= (u8 *)wl->nvs;
in wl1271_register_hw()
local
6079
(
nvs_ptr
[11] << 16) + (
nvs_ptr
[10] << 8) +
nvs_ptr
[6];
in wl1271_register_hw()
6081
(
nvs_ptr
[5] << 16) + (
nvs_ptr
[4] << 8) +
nvs_ptr
[3];
in wl1271_register_hw()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H
A
D
boot.c
393
u8 *
nvs_ptr
, *nvs;
in wl1251_boot_upload_nvs()
local
399
nvs_ptr
= nvs;
in wl1251_boot_upload_nvs()
413
while (
nvs_ptr
[0]) {
in wl1251_boot_upload_nvs()
414
burst_len =
nvs_ptr
[0];
in wl1251_boot_upload_nvs()
415
dest_addr = (
nvs_ptr
[1] & 0xfe) | ((u32)(
nvs_ptr
[2] << 8));
in wl1251_boot_upload_nvs()
418
nvs_ptr
+= 3;
in wl1251_boot_upload_nvs()
421
val = (
nvs_ptr
[0] | (
nvs_ptr
[1] << 8)
in wl1251_boot_upload_nvs()
422
| (
nvs_ptr
[
in wl1251_boot_upload_nvs()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H
A
D
boot.c
393
u8 *
nvs_ptr
, *nvs;
in wl1251_boot_upload_nvs()
local
399
nvs_ptr
= nvs;
in wl1251_boot_upload_nvs()
413
while (
nvs_ptr
[0]) {
in wl1251_boot_upload_nvs()
414
burst_len =
nvs_ptr
[0];
in wl1251_boot_upload_nvs()
415
dest_addr = (
nvs_ptr
[1] & 0xfe) | ((u32)(
nvs_ptr
[2] << 8));
in wl1251_boot_upload_nvs()
418
nvs_ptr
+= 3;
in wl1251_boot_upload_nvs()
421
val = (
nvs_ptr
[0] | (
nvs_ptr
[1] << 8)
in wl1251_boot_upload_nvs()
422
| (
nvs_ptr
[
in wl1251_boot_upload_nvs()
[all...]
Completed in 17 milliseconds