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:scripta_ba
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_fw.c
216
cpu_to_scr(np->
scripta_ba
+
in sym_fw2_patch()
219
cpu_to_scr(np->
scripta_ba
+
in sym_fw2_patch()
258
pa[i] = np->
scripta_ba
+ po[i];
in sym_fw_setup_bus_addresses()
508
new = (old & ~RELOC_MASK) + np->
scripta_ba
;
in sym_fw_bind_script()
H
A
D
sym_hipd.c
1129
if (dsp > np->
scripta_ba
&&
1130
dsp <= np->
scripta_ba
+ np->scripta_sz) {
1131
script_ofs = dsp - np->
scripta_ba
;
2484
if (dsp > np->
scripta_ba
&&
2485
dsp <= np->
scripta_ba
+ np->scripta_sz) {
2486
vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->
scripta_ba
-8));
5687
np->
scripta_ba
= vtobus(np->scripta0);
5692
np->
scripta_ba
= np->ram_ba;
5694
np->scriptb_ba = np->
scripta_ba
+ 4096;
5696
np->scr_ram_seg = cpu_to_scr(np->
scripta_ba
>> 3
[all...]
H
A
D
sym_hipd.h
889
u32
scripta_ba
; /* Actual scripts A, B, Z */
member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_fw.c
216
cpu_to_scr(np->
scripta_ba
+
in sym_fw2_patch()
219
cpu_to_scr(np->
scripta_ba
+
in sym_fw2_patch()
258
pa[i] = np->
scripta_ba
+ po[i];
in sym_fw_setup_bus_addresses()
508
new = (old & ~RELOC_MASK) + np->
scripta_ba
;
in sym_fw_bind_script()
H
A
D
sym_hipd.c
1129
if (dsp > np->
scripta_ba
&&
1130
dsp <= np->
scripta_ba
+ np->scripta_sz) {
1131
script_ofs = dsp - np->
scripta_ba
;
2484
if (dsp > np->
scripta_ba
&&
2485
dsp <= np->
scripta_ba
+ np->scripta_sz) {
2486
vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->
scripta_ba
-8));
5686
np->
scripta_ba
= vtobus(np->scripta0);
5691
np->
scripta_ba
= np->ram_ba;
5693
np->scriptb_ba = np->
scripta_ba
+ 4096;
5695
np->scr_ram_seg = cpu_to_scr(np->
scripta_ba
>> 3
[all...]
H
A
D
sym_hipd.h
889
u32
scripta_ba
; /* Actual scripts A, B, Z */
member
Completed in 17 milliseconds