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:READ_U32
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/parisc/
H
A
D
lba_pci.c
130
#define
READ_U32
(addr) __raw_readl(addr)
macro
538
lba_t32 =
READ_U32
(d->hba.base_addr + LBA_PCI_CFG_ADDR);
in mercury_cfg_write()
905
** Fixed in Elroy 2.2. The
READ_U32
(..., LBA_FUNC_ID) below is
907
** The
READ_U32
only guarantees the write data gets to elroy but
934
lba_t32 =
READ_U32
(d->base_addr + LBA_FUNC_ID); \
992
lba_t32 =
READ_U32
(l->base_addr + LBA_FUNC_ID); \
H
A
D
ccio-dma.c
102
#define
READ_U32
(addr) __raw_readl(addr)
macro
1362
res->start = (unsigned long)((signed)
READ_U32
(ioaddr) << 16);
in ccio_init_resource()
1363
res->end = (unsigned long)((signed) (
READ_U32
(ioaddr + 4) << 16) - 1);
in ccio_init_resource()
/kernel/linux/linux-6.6/drivers/parisc/
H
A
D
lba_pci.c
130
#define
READ_U32
(addr) __raw_readl(addr)
macro
538
lba_t32 =
READ_U32
(d->hba.base_addr + LBA_PCI_CFG_ADDR);
in mercury_cfg_write()
905
** Fixed in Elroy 2.2. The
READ_U32
(..., LBA_FUNC_ID) below is
907
** The
READ_U32
only guarantees the write data gets to elroy but
934
lba_t32 =
READ_U32
(d->base_addr + LBA_FUNC_ID); \
992
lba_t32 =
READ_U32
(l->base_addr + LBA_FUNC_ID); \
H
A
D
ccio-dma.c
91
#define
READ_U32
(addr) __raw_readl(addr)
macro
1358
res->start = (unsigned long)((signed)
READ_U32
(ioaddr) << 16);
in ccio_init_resource()
1359
res->end = (unsigned long)((signed) (
READ_U32
(ioaddr + 4) << 16) - 1);
in ccio_init_resource()
Completed in 13 milliseconds