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:bus_base
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/bus/
H
A
D
intel-ixp4xx-eb.c
79
u32
bus_base
;
member
194
cs_index, eb->
bus_base
+ IXP4XX_EXP_STRIDE * cs_index,
in ixp4xx_exp_setup_chipselect()
371
eb->
bus_base
= IXP4XX_EXP_BOOT_BASE;
in ixp4xx_exp_probe()
373
eb->
bus_base
= IXP4XX_EXP_NORMAL_BASE;
in ixp4xx_exp_probe()
374
dev_info(dev, "expansion bus at %08x\n", eb->
bus_base
);
in ixp4xx_exp_probe()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-en7523.c
52
static const u32
bus_base
[] = { 500000000, 540000000 };
variable
90
.base_values =
bus_base
,
91
.n_base_values = ARRAY_SIZE(
bus_base
),
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
agp_backend.h
23
dma_addr_t
bus_base
;
member
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
agp_backend.h
23
dma_addr_t
bus_base
;
member
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
alpha-agp.c
21
dma_addr = vmf->address - vmf->vma->vm_start + agp->aperture.
bus_base
;
in alpha_core_agp_vm_fault()
54
agp_bridge->gart_bus_addr = agp->aperture.
bus_base
;
in alpha_core_agp_configure()
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
alpha-agp.c
21
dma_addr = vmf->address - vmf->vma->vm_start + agp->aperture.
bus_base
;
in alpha_core_agp_vm_fault()
54
agp_bridge->gart_bus_addr = agp->aperture.
bus_base
;
in alpha_core_agp_configure()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
core_titan.c
616
agp->aperture.
bus_base
=
in titan_agp_setup()
710
if (addr < agp->aperture.
bus_base
||
in titan_agp_translate()
711
addr >= agp->aperture.
bus_base
+ agp->aperture.size) {
in titan_agp_translate()
784
agp->aperture.
bus_base
= 0;
in titan_agp_info()
H
A
D
core_marvel.c
939
agp->aperture.
bus_base
=
in marvel_agp_cleanup()
1055
if (addr < agp->aperture.
bus_base
||
in marvel_agp_translate()
1056
addr >= agp->aperture.
bus_base
+ agp->aperture.size) {
in marvel_agp_translate()
1137
agp->aperture.
bus_base
= 0;
in marvel_agp_info()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
core_titan.c
616
agp->aperture.
bus_base
=
in titan_agp_setup()
710
if (addr < agp->aperture.
bus_base
||
in titan_agp_translate()
711
addr >= agp->aperture.
bus_base
+ agp->aperture.size) {
in titan_agp_translate()
784
agp->aperture.
bus_base
= 0;
in titan_agp_info()
H
A
D
core_marvel.c
890
agp->aperture.
bus_base
=
in marvel_agp_cleanup()
1006
if (addr < agp->aperture.
bus_base
||
in marvel_agp_translate()
1007
addr >= agp->aperture.
bus_base
+ agp->aperture.size) {
in marvel_agp_translate()
1088
agp->aperture.
bus_base
= 0;
in marvel_agp_info()
Completed in 7 milliseconds