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:bcom_sram
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/bestcomm/
H
A
D
sram.c
31
struct
bcom_sram
*
bcom_sram
= NULL;
variable
32
EXPORT_SYMBOL_GPL(
bcom_sram
); /* needed for inline functions */
variable
49
if (
bcom_sram
) {
in bcom_sram_init()
55
bcom_sram
= kmalloc(sizeof(struct
bcom_sram
), GFP_KERNEL);
in bcom_sram_init()
56
if (!
bcom_sram
) {
in bcom_sram_init()
73
bcom_sram
->base_phys = (phys_addr_t) regaddr64;
in bcom_sram_init()
74
bcom_sram
->size = (unsigned int) size64;
in bcom_sram_init()
77
if (!request_mem_region(
bcom_sram
in bcom_sram_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/bestcomm/
H
A
D
sram.c
27
struct
bcom_sram
*
bcom_sram
= NULL;
variable
28
EXPORT_SYMBOL_GPL(
bcom_sram
); /* needed for inline functions */
variable
45
if (
bcom_sram
) {
in bcom_sram_init()
51
bcom_sram
= kmalloc(sizeof(struct
bcom_sram
), GFP_KERNEL);
in bcom_sram_init()
52
if (!
bcom_sram
) {
in bcom_sram_init()
66
bcom_sram
->base_phys = res.start;
in bcom_sram_init()
67
bcom_sram
->size = resource_size(&res);
in bcom_sram_init()
79
bcom_sram
in bcom_sram_init()
[all...]
/kernel/linux/linux-5.10/include/linux/fsl/bestcomm/
H
A
D
sram.h
24
struct
bcom_sram
{
struct
32
extern struct
bcom_sram
*
bcom_sram
;
43
return
bcom_sram
->base_phys +
in bcom_sram_va2pa()
44
(unsigned long)(va -
bcom_sram
->base_virt);
in bcom_sram_va2pa()
48
return
bcom_sram
->base_virt +
in bcom_sram_pa2va()
49
(unsigned long)(pa -
bcom_sram
->base_phys);
in bcom_sram_pa2va()
/kernel/linux/linux-6.6/include/linux/fsl/bestcomm/
H
A
D
sram.h
24
struct
bcom_sram
{
struct
32
extern struct
bcom_sram
*
bcom_sram
;
43
return
bcom_sram
->base_phys +
in bcom_sram_va2pa()
44
(unsigned long)(va -
bcom_sram
->base_virt);
in bcom_sram_va2pa()
48
return
bcom_sram
->base_virt +
in bcom_sram_pa2va()
49
(unsigned long)(pa -
bcom_sram
->base_phys);
in bcom_sram_pa2va()
Completed in 2 milliseconds