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:ahd_htole32
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_osm.h
102
#define
ahd_htole32
(x) cpu_to_le32(x)
macro
H
A
D
aic79xx_core.c
416
sg->len =
ahd_htole32
(len | (last ? AHD_DMA_LAST_SEG : 0));
in ahd_sg_setup()
422
sg->addr =
ahd_htole32
(addr & 0xFFFFFFFF);
in ahd_sg_setup()
423
sg->len =
ahd_htole32
(len | ((addr >> 8) & 0x7F000000)
in ahd_sg_setup()
447
ahd_htole32
(scb->sense_busaddr);
in ahd_setup_scb_common()
484
scb->hscb->sgptr =
ahd_htole32
(scb->sg_list_busaddr|SG_FULL_RESID);
in ahd_setup_data_scb()
490
scb->hscb->sgptr =
ahd_htole32
(SG_LIST_NULL);
in ahd_setup_noxfer_scb()
6904
hscb->hscb_busaddr =
ahd_htole32
(hscb_busaddr);
in ahd_alloc_scbs()
7099
ahd->next_queued_hscb->hscb_busaddr =
ahd_htole32
(next_baddr);
in ahd_init()
9542
instr.integer =
ahd_htole32
(instr.integer);
in ahd_download_instr()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_osm.h
102
#define
ahd_htole32
(x) cpu_to_le32(x)
macro
H
A
D
aic79xx_core.c
416
sg->len =
ahd_htole32
(len | (last ? AHD_DMA_LAST_SEG : 0));
in ahd_sg_setup()
422
sg->addr =
ahd_htole32
(addr & 0xFFFFFFFF);
in ahd_sg_setup()
423
sg->len =
ahd_htole32
(len | ((addr >> 8) & 0x7F000000)
in ahd_sg_setup()
447
ahd_htole32
(scb->sense_busaddr);
in ahd_setup_scb_common()
484
scb->hscb->sgptr =
ahd_htole32
(scb->sg_list_busaddr|SG_FULL_RESID);
in ahd_setup_data_scb()
490
scb->hscb->sgptr =
ahd_htole32
(SG_LIST_NULL);
in ahd_setup_noxfer_scb()
6903
hscb->hscb_busaddr =
ahd_htole32
(hscb_busaddr);
in ahd_alloc_scbs()
7098
ahd->next_queued_hscb->hscb_busaddr =
ahd_htole32
(next_baddr);
in ahd_init()
9538
instr.integer =
ahd_htole32
(instr.integer);
in ahd_download_instr()
Completed in 23 milliseconds