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:g_regs
(Results
1 - 4
of
4
) sorted by relevance
/drivers/hdf_core/framework/test/unittest/platform/common/
H
A
D
i2c_test.c
32
static uint8_t
g_regs
[I2C_TEST_REG_LEN];
variable
124
g_regs
[0] = (uint8_t)config->regAddr;
in I2cTestMallocBuf()
126
g_regs
[1] =
g_regs
[0];
in I2cTestMallocBuf()
127
g_regs
[0] = (uint8_t)(config->regAddr >> I2C_TEST_8BIT);
in I2cTestMallocBuf()
133
g_msgs[0].buf =
g_regs
;
in I2cTestMallocBuf()
H
A
D
i3c_test.c
31
static uint8_t
g_regs
[I3C_TEST_REG_LEN];
variable
128
g_regs
[0] = (uint8_t)config->regAddr;
in I3cTestMallocBuf()
130
g_regs
[1] =
g_regs
[0];
in I3cTestMallocBuf()
131
g_regs
[0] = (uint8_t)(config->regAddr >> I3C_TEST_8BIT);
in I3cTestMallocBuf()
137
g_msgs[0].buf =
g_regs
;
in I3cTestMallocBuf()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_2835_arm.c
49
static void __iomem *
g_regs
;
variable
138
g_regs
= devm_platform_ioremap_resource(pdev, 0);
in vchiq_platform_init()
139
if (IS_ERR(
g_regs
))
in vchiq_platform_init()
140
return PTR_ERR(
g_regs
);
in vchiq_platform_init()
215
writel(0,
g_regs
+ BELL2); /* trigger vc interrupt */
in remote_event_signal()
273
status = readl(
g_regs
+ BELL0);
in vchiq_doorbell_irq()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_arm.c
135
static void __iomem *
g_regs
;
variable
166
status = readl(
g_regs
+ BELL0);
in vchiq_doorbell_irq()
525
g_regs
= devm_platform_ioremap_resource(pdev, 0);
in vchiq_platform_init()
526
if (IS_ERR(
g_regs
))
in vchiq_platform_init()
527
return PTR_ERR(
g_regs
);
in vchiq_platform_init()
622
writel(0,
g_regs
+ BELL2); /* trigger vc interrupt */
in remote_event_signal()
Completed in 16 milliseconds