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:extra_base
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
pdc202xx_old.c
128
unsigned long clock_reg = hwif->
extra_base
+ 0x01;
in pdc_old_enable_66MHz_clock()
136
unsigned long clock_reg = hwif->
extra_base
+ 0x01;
in pdc_old_disable_66MHz_clock()
154
unsigned long high_16 = hwif->
extra_base
- 16;
in pdc202xx_dma_start()
173
unsigned long high_16 = hwif->
extra_base
- 16;
in pdc202xx_dma_end()
H
A
D
tx4939ide.c
105
#define TX4939IDE_BASE(hwif) ((void __iomem *)(hwif)->
extra_base
)
412
hwif->
extra_base
+ tx4939ide_swizzleb(TX4939IDE_DMA_Cmd);
in tx4939ide_init_dma()
584
/* use
extra_base
for base address of the all registers */
in tx4939ide_probe()
585
host->ports[0]->
extra_base
= mapbase;
in tx4939ide_probe()
H
A
D
setup-pci.c
383
hwif->
extra_base
= base + (hwif->channel ? 8 : 16);
in ide_hwif_setup_dma()
H
A
D
hpt366.c
798
unsigned long base = hwif->
extra_base
;
in hpt3xxn_set_clock()
1257
hwif->
extra_base
= base + (hwif->channel ? 8 : 16);
in init_dma_hpt366()
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
deftree.c
113
int
extra_base
; /* base index for extra_bits */
member
362
int base = desc->stat_desc->
extra_base
;
in gen_bitlen()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
deftree.c
113
int
extra_base
; /* base index for extra_bits */
member
362
int base = desc->stat_desc->
extra_base
;
in gen_bitlen()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ide.h
781
unsigned long
extra_base
; /* extra addr for dma ports */
member
Completed in 12 milliseconds