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:hscb_busaddr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
822
saved_hscb_busaddr = q_hscb->
hscb_busaddr
;
in ahd_swap_with_next_hscb()
824
q_hscb->
hscb_busaddr
= saved_hscb_busaddr;
in ahd_swap_with_next_hscb()
825
q_hscb->next_hscb_busaddr = scb->hscb->
hscb_busaddr
;
in ahd_swap_with_next_hscb()
875
ahd_le32toh(scb->hscb->
hscb_busaddr
),
in ahd_queue_scb()
6762
dma_addr_t
hscb_busaddr
;
in ahd_alloc_scbs()
local
6779
hscb_busaddr
= hscb_map->physaddr + (offset * sizeof(*hscb));
in ahd_alloc_scbs()
6801
hscb_busaddr
= hscb_map->physaddr;
in ahd_alloc_scbs()
6904
hscb->
hscb_busaddr
= ahd_htole32(
hscb_busaddr
);
in ahd_alloc_scbs()
6925
hscb_busaddr
in ahd_alloc_scbs()
[all...]
H
A
D
aic7xxx.h
601
dma_addr_t
hscb_busaddr
;
member
H
A
D
aic79xx.h
503
/*40*/ uint32_t
hscb_busaddr
;
member
H
A
D
aic7xxx_core.c
390
return (ahc->scb_data->
hscb_busaddr
in ahc_hscb_busaddr()
4793
ahc_dmamap_cb, &scb_data->
hscb_busaddr
, /*flags*/0);
in ahc_init_scbdata()
5117
physaddr = ahc->scb_data->
hscb_busaddr
;
in ahc_chip_init()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
822
saved_hscb_busaddr = q_hscb->
hscb_busaddr
;
in ahd_swap_with_next_hscb()
824
q_hscb->
hscb_busaddr
= saved_hscb_busaddr;
in ahd_swap_with_next_hscb()
825
q_hscb->next_hscb_busaddr = scb->hscb->
hscb_busaddr
;
in ahd_swap_with_next_hscb()
875
ahd_le32toh(scb->hscb->
hscb_busaddr
),
in ahd_queue_scb()
6761
dma_addr_t
hscb_busaddr
;
in ahd_alloc_scbs()
local
6778
hscb_busaddr
= hscb_map->physaddr + (offset * sizeof(*hscb));
in ahd_alloc_scbs()
6800
hscb_busaddr
= hscb_map->physaddr;
in ahd_alloc_scbs()
6903
hscb->
hscb_busaddr
= ahd_htole32(
hscb_busaddr
);
in ahd_alloc_scbs()
6924
hscb_busaddr
in ahd_alloc_scbs()
[all...]
H
A
D
aic7xxx.h
601
dma_addr_t
hscb_busaddr
;
member
H
A
D
aic79xx.h
503
/*40*/ uint32_t
hscb_busaddr
;
member
H
A
D
aic7xxx_core.c
390
return (ahc->scb_data->
hscb_busaddr
in ahc_hscb_busaddr()
4792
ahc_dmamap_cb, &scb_data->
hscb_busaddr
, /*flags*/0);
in ahc_init_scbdata()
5116
physaddr = ahc->scb_data->
hscb_busaddr
;
in ahc_chip_init()
Completed in 43 milliseconds