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:static_start
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
xxs1500_ss.c
193
map->
static_start
= sock->phys_attr + map->card_start;
in au1x00_pcmcia_set_mem_map()
195
map->
static_start
= sock->phys_mem + map->card_start;
in au1x00_pcmcia_set_mem_map()
H
A
D
omap_cf.c
179
map->
static_start
= cf->phys_cf;
in omap_cf_set_mem_map()
182
map->
static_start
+= SZ_2K;
in omap_cf_set_mem_map()
H
A
D
electra_cf.c
160
map->
static_start
= cf->mem_phys;
in electra_cf_set_mem_map()
163
map->
static_start
+= 0x800;
in electra_cf_set_mem_map()
H
A
D
db1xxx_ss.c
407
map->
static_start
= sock->phys_attr + map->card_start;
in au1x00_pcmcia_set_mem_map()
409
map->
static_start
= sock->phys_mem + map->card_start;
in au1x00_pcmcia_set_mem_map()
H
A
D
at91_cf.c
194
map->
static_start
= cf->phys_baseaddr + CF_ATTR_PHYS;
in at91_cf_set_mem_map()
196
map->
static_start
= cf->phys_baseaddr + CF_MEM_PHYS;
in at91_cf_set_mem_map()
H
A
D
bcm63xx_pcmcia.c
310
map->
static_start
= res->start + map->card_start;
in bcm63xx_pcmcia_set_mem_map()
H
A
D
pcmcia_resource.c
905
res->start = win->
static_start
;
in pcmcia_request_window()
H
A
D
soc_common.c
656
map->
static_start
= res->start + map->card_start;
in soc_common_pcmcia_set_mem_map()
H
A
D
cistpl.c
118
s->cis_virt = ioremap(mem->
static_start
, s->map_size);
in set_cis_map()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
xxs1500_ss.c
193
map->
static_start
= sock->phys_attr + map->card_start;
in au1x00_pcmcia_set_mem_map()
195
map->
static_start
= sock->phys_mem + map->card_start;
in au1x00_pcmcia_set_mem_map()
H
A
D
omap_cf.c
176
map->
static_start
= cf->phys_cf;
in omap_cf_set_mem_map()
179
map->
static_start
+= SZ_2K;
in omap_cf_set_mem_map()
H
A
D
electra_cf.c
160
map->
static_start
= cf->mem_phys;
in electra_cf_set_mem_map()
163
map->
static_start
+= 0x800;
in electra_cf_set_mem_map()
H
A
D
db1xxx_ss.c
408
map->
static_start
= sock->phys_attr + map->card_start;
in au1x00_pcmcia_set_mem_map()
410
map->
static_start
= sock->phys_mem + map->card_start;
in au1x00_pcmcia_set_mem_map()
H
A
D
bcm63xx_pcmcia.c
310
map->
static_start
= res->start + map->card_start;
in bcm63xx_pcmcia_set_mem_map()
H
A
D
pcmcia_resource.c
903
res->start = win->
static_start
;
in pcmcia_request_window()
H
A
D
soc_common.c
655
map->
static_start
= res->start + map->card_start;
in soc_common_pcmcia_set_mem_map()
H
A
D
cistpl.c
118
s->cis_virt = ioremap(mem->
static_start
, s->map_size);
in set_cis_map()
/kernel/linux/linux-5.10/include/pcmcia/
H
A
D
ss.h
95
phys_addr_t
static_start
;
member
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
ss.h
95
phys_addr_t
static_start
;
member
Completed in 23 milliseconds