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:ahb_base_phy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
H
A
D
aspeed-smc.c
468
u32 seg_oldval, seg_newval,
ahb_base_phy
, end;
in chip_set_segment()
local
470
ahb_base_phy
= aspeed_smc_ahb_base_phy(controller);
in chip_set_segment()
487
if (start + size >
ahb_base_phy
+ controller->ahb_window_size) {
in chip_set_segment()
488
size =
ahb_base_phy
+ controller->ahb_window_size - start;
in chip_set_segment()
527
u32
ahb_base_phy
, start;
in aspeed_smc_chip_set_segment()
local
559
ahb_base_phy
= aspeed_smc_ahb_base_phy(controller);
in aspeed_smc_chip_set_segment()
571
start =
ahb_base_phy
;
in aspeed_smc_chip_set_segment()
577
chip->ahb_base = controller->ahb_base + (start -
ahb_base_phy
);
in aspeed_smc_chip_set_segment()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-aspeed-smc.c
96
u32
ahb_base_phy
;
member
402
windows[cs].offset = data->segment_start(aspi, reg_val) - aspi->
ahb_base_phy
;
in aspeed_spi_get_windows()
430
chip->cs, aspi->
ahb_base_phy
+ win->offset,
in aspeed_spi_chip_set_default_window()
431
aspi->
ahb_base_phy
+ win->offset + win->size - 1,
in aspeed_spi_chip_set_default_window()
440
u32 start = aspi->
ahb_base_phy
+ win->offset;
in aspeed_spi_set_window()
749
aspi->
ahb_base_phy
= res->start;
in aspeed_spi_probe()
835
return aspi->
ahb_base_phy
+ start_offset;
in aspeed_spi_segment_ast2600_start()
845
return aspi->
ahb_base_phy
;
in aspeed_spi_segment_ast2600_end()
847
return aspi->
ahb_base_phy
+ end_offset + 0x100000;
in aspeed_spi_segment_ast2600_end()
Completed in 4 milliseconds