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
defs:ioread32be
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
iomap.c
35
unsigned int
ioread32be
(const void __iomem *addr)
in ioread32be()
function
39
EXPORT_SYMBOL(
ioread32be
);
variable
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
iomap.c
35
unsigned int
ioread32be
(const void __iomem *addr)
in ioread32be()
function
39
EXPORT_SYMBOL(
ioread32be
);
variable
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
iomap.c
34
unsigned int
ioread32be
(const void __iomem *addr)
in ioread32be()
function
42
EXPORT_SYMBOL(
ioread32be
);
variable
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
io.h
155
#define
ioread32be
(p) ({ __u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(__v); __v; })
macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
io.h
187
#define
ioread32be
(p) ({ __u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(__v); __v; })
macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
io.h
41
#define
ioread32be
(p) ({ u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(); __v; })
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
io.h
40
#define
ioread32be
(p) ({ u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(); __v; })
macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
io.h
408
#define
ioread32be
(p) ({ __u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(); __v; })
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
io.h
391
#define
ioread32be
(p) ({ __u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(); __v; })
macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
io.h
257
#define
ioread32be
ioread32be
macro
/kernel/linux/linux-5.10/lib/
H
A
D
iomap.c
93
unsigned int
ioread32be
(const void __iomem *addr)
in ioread32be()
function
102
EXPORT_SYMBOL(
ioread32be
);
variable
/kernel/linux/linux-6.6/lib/
H
A
D
iomap.c
103
unsigned int
ioread32be
(const void __iomem *addr)
in ioread32be()
function
112
EXPORT_SYMBOL(
ioread32be
);
variable
/kernel/linux/linux-5.10/arch/parisc/lib/
H
A
D
iomap.c
328
unsigned int
ioread32be
(const void __iomem *addr)
in ioread32be()
function
543
EXPORT_SYMBOL(
ioread32be
);
variable
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
io_64.h
421
#define
ioread32be
__raw_readl
macro
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
io.h
493
#define
ioread32be
(p) swab32(ioread32(p))
macro
/kernel/linux/linux-6.6/arch/parisc/lib/
H
A
D
iomap.c
340
unsigned int
ioread32be
(const void __iomem *addr)
in ioread32be()
function
530
EXPORT_SYMBOL(
ioread32be
);
variable
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
io.h
130
#define
ioread32be
ioread32be
macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
io_64.h
444
#define
ioread32be
__raw_readl
macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
io.h
543
#define
ioread32be
(p) swab32(ioread32(p))
macro
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
io.h
785
#define
ioread32be
ioread32be
macro
786
static inline u32
ioread32be
(const volatile void __iomem *addr)
in ioread32be()
function
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
io.h
868
#define
ioread32be
ioread32be
macro
869
static inline u32
ioread32be
(const volatile void __iomem *addr)
in ioread32be()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
io.h
740
static inline unsigned int
ioread32be
(const void __iomem *addr)
in ioread32be()
function
744
#define
ioread32be
ioread32be
macro
Completed in 22 milliseconds