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:__const_udelay
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/arch/h8300/lib/
H
A
D
delay.c
21
void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
29
EXPORT_SYMBOL(
__const_udelay
);
variable
33
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
39
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
delay.c
33
inline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
45
EXPORT_SYMBOL(
__const_udelay
);
variable
49
__const_udelay
(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */
in __udelay()
55
__const_udelay
(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-5.10/arch/csky/lib/
H
A
D
delay.c
19
void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
27
EXPORT_SYMBOL(
__const_udelay
);
variable
31
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
37
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-5.10/arch/nios2/lib/
H
A
D
delay.c
20
void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
28
EXPORT_SYMBOL(
__const_udelay
);
variable
32
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
38
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-5.10/arch/openrisc/lib/
H
A
D
delay.c
38
inline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
46
EXPORT_SYMBOL(
__const_udelay
);
variable
50
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
56
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-6.6/arch/csky/lib/
H
A
D
delay.c
19
void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
27
EXPORT_SYMBOL(
__const_udelay
);
variable
31
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
37
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-6.6/arch/nios2/lib/
H
A
D
delay.c
20
void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
28
EXPORT_SYMBOL(
__const_udelay
);
variable
32
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
38
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-6.6/arch/openrisc/lib/
H
A
D
delay.c
39
inline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
47
EXPORT_SYMBOL(
__const_udelay
);
variable
51
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
57
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-6.6/arch/x86/um/
H
A
D
delay.c
33
inline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
45
EXPORT_SYMBOL(
__const_udelay
);
variable
49
__const_udelay
(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */
in __udelay()
55
__const_udelay
(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
delay.h
55
#define
__const_udelay
(u) \
macro
71
* The definition of
__const_udelay
is specifically made a macro so that
75
#define
__const_udelay
(n) (__xdelay((n) * 4295))
macro
81
__const_udelay
(usecs);
in __udelay()
92
((n) > 20000 ? __bad_udelay() :
__const_udelay
(n)) : __udelay(n))
/kernel/linux/linux-5.10/arch/arm64/lib/
H
A
D
delay.c
43
inline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
47
EXPORT_SYMBOL(
__const_udelay
);
variable
51
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
57
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-6.6/arch/arm64/lib/
H
A
D
delay.c
53
inline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
57
EXPORT_SYMBOL(
__const_udelay
);
variable
61
__const_udelay
(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
in __udelay()
67
__const_udelay
(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
delay.h
55
#define
__const_udelay
(u) \
macro
71
* The definition of
__const_udelay
is specifically made a macro so that
75
#define
__const_udelay
(n) (__xdelay((n) * 4295))
macro
81
__const_udelay
(usecs);
in __udelay()
92
((n) > 20000 ? __bad_udelay() :
__const_udelay
(n)) : __udelay(n))
/kernel/linux/linux-5.10/arch/sh/lib/
H
A
D
delay.c
33
inline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
47
__const_udelay
(usecs * 0x000010c6); /* 2**32 / 1000000 */
in __udelay()
52
__const_udelay
(nsecs * 0x00000005);
in __ndelay()
/kernel/linux/linux-6.6/arch/sh/lib/
H
A
D
delay.c
33
inline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
47
__const_udelay
(usecs * 0x000010c6); /* 2**32 / 1000000 */
in __udelay()
52
__const_udelay
(nsecs * 0x00000005);
in __ndelay()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
delay.h
11
extern void
__const_udelay
(unsigned long xloops);
26
__const_udelay
((n) * 0x10c7ul); \
39
__const_udelay
((n) * 5ul); \
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
delay.h
11
extern void
__const_udelay
(unsigned long xloops);
26
__const_udelay
((n) * 0x10c7ul); \
39
__const_udelay
((n) * 5ul); \
/kernel/linux/linux-5.10/arch/x86/lib/
H
A
D
delay.c
207
noinline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
219
EXPORT_SYMBOL(
__const_udelay
);
variable
223
__const_udelay
(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */
in __udelay()
229
__const_udelay
(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-6.6/arch/x86/lib/
H
A
D
delay.c
207
noinline void
__const_udelay
(unsigned long xloops)
in __const_udelay()
function
219
EXPORT_SYMBOL(
__const_udelay
);
variable
223
__const_udelay
(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */
in __udelay()
229
__const_udelay
(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */
in __ndelay()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
delay.h
80
#define
__const_udelay
(n) arm_delay_ops.const_udelay(n)
macro
85
__const_udelay
((n) * UDELAY_MULT)) : \
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
delay.h
80
#define
__const_udelay
(n) arm_delay_ops.const_udelay(n)
macro
85
__const_udelay
((n) * UDELAY_MULT)) : \
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
sh_ksyms_32.c
17
EXPORT_SYMBOL(
__const_udelay
);
variable
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
sh_ksyms_32.c
17
EXPORT_SYMBOL(
__const_udelay
);
variable
Completed in 6 milliseconds