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:ltq_r32
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/mips/lantiq/falcon/
H
A
D
prom.c
56
i->partnum = (
ltq_r32
(FALCON_CHIPID) & PART_MASK) >> PART_SHIFT;
in ltq_soc_detect()
57
i->rev = (
ltq_r32
(FALCON_CHIPID) & REV_MASK) >> REV_SHIFT;
in ltq_soc_detect()
58
i->srev = ((
ltq_r32
(FALCON_CHIPCONF) & SREV_MASK) >> SREV_SHIFT);
in ltq_soc_detect()
66
type = (
ltq_r32
(FALCON_CHIPTYPE) & TYPE_MASK) >> TYPE_SHIFT;
in ltq_soc_detect()
H
A
D
sysctrl.c
65
#define sysctl_r32(m, x)
ltq_r32
(sysctl_membase[m] + (x))
70
#define status_r32(x)
ltq_r32
(status_membase + (x))
/kernel/linux/linux-6.6/arch/mips/lantiq/falcon/
H
A
D
prom.c
56
i->partnum = (
ltq_r32
(FALCON_CHIPID) & PART_MASK) >> PART_SHIFT;
in ltq_soc_detect()
57
i->rev = (
ltq_r32
(FALCON_CHIPID) & REV_MASK) >> REV_SHIFT;
in ltq_soc_detect()
58
i->srev = ((
ltq_r32
(FALCON_CHIPCONF) & SREV_MASK) >> SREV_SHIFT);
in ltq_soc_detect()
66
type = (
ltq_r32
(FALCON_CHIPTYPE) & TYPE_MASK) >> TYPE_SHIFT;
in ltq_soc_detect()
H
A
D
sysctrl.c
65
#define sysctl_r32(m, x)
ltq_r32
(sysctl_membase[m] + (x))
70
#define status_r32(x)
ltq_r32
(status_membase + (x))
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-lantiq/
H
A
D
lantiq.h
14
#define
ltq_r32
(reg) __raw_readl(reg)
macro
17
ltq_w32((
ltq_r32
(reg) & ~(clear)) | (set), reg)
23
#define ltq_ebu_r32(x)
ltq_r32
(ltq_ebu_membase + (x))
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-lantiq/
H
A
D
lantiq.h
14
#define
ltq_r32
(reg) __raw_readl(reg)
macro
17
ltq_w32((
ltq_r32
(reg) & ~(clear)) | (set), reg)
23
#define ltq_ebu_r32(x)
ltq_r32
(ltq_ebu_membase + (x))
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-lantiq/falcon/
H
A
D
lantiq_soc.h
51
#define ltq_ebu_r32(x)
ltq_r32
(ltq_ebu_membase + (x))
54
#define ltq_sys1_r32(x)
ltq_r32
(ltq_sys1_membase + (x))
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-lantiq/falcon/
H
A
D
lantiq_soc.h
51
#define ltq_ebu_r32(x)
ltq_r32
(ltq_ebu_membase + (x))
54
#define ltq_sys1_r32(x)
ltq_r32
(ltq_sys1_membase + (x))
/kernel/linux/linux-5.10/arch/mips/lantiq/xway/
H
A
D
prom.c
43
i->partnum = (
ltq_r32
(LTQ_MPS_CHIPID) & PART_MASK) >> PART_SHIFT;
in ltq_soc_detect()
44
i->rev = (
ltq_r32
(LTQ_MPS_CHIPID) & REV_MASK) >> REV_SHIFT;
in ltq_soc_detect()
H
A
D
dma.c
51
#define ltq_dma_r32(x)
ltq_r32
(ltq_dma_membase + (x))
H
A
D
gptu.c
59
#define gptu_r32(x)
ltq_r32
(gptu_membase + (x))
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
ops-lantiq.c
49
*data =
ltq_r32
(((u32 *)(cfg_base)));
in ltq_pci_config_access()
57
temp =
ltq_r32
(((u32 *)(cfg_base)));
in ltq_pci_config_access()
H
A
D
pci-lantiq.c
57
#define ltq_pci_r32(x)
ltq_r32
(ltq_pci_membase + (x))
60
#define ltq_pci_cfg_r32(x)
ltq_r32
(ltq_pci_mapped_cfg + (x))
/kernel/linux/linux-6.6/arch/mips/lantiq/xway/
H
A
D
prom.c
43
i->partnum = (
ltq_r32
(LTQ_MPS_CHIPID) & PART_MASK) >> PART_SHIFT;
in ltq_soc_detect()
44
i->rev = (
ltq_r32
(LTQ_MPS_CHIPID) & REV_MASK) >> REV_SHIFT;
in ltq_soc_detect()
H
A
D
dma.c
52
#define ltq_dma_r32(x)
ltq_r32
(ltq_dma_membase + (x))
H
A
D
gptu.c
60
#define gptu_r32(x)
ltq_r32
(gptu_membase + (x))
/kernel/linux/linux-6.6/arch/mips/pci/
H
A
D
ops-lantiq.c
49
*data =
ltq_r32
(((u32 *)(cfg_base)));
in ltq_pci_config_access()
57
temp =
ltq_r32
(((u32 *)(cfg_base)));
in ltq_pci_config_access()
H
A
D
pci-lantiq.c
57
#define ltq_pci_r32(x)
ltq_r32
(ltq_pci_membase + (x))
60
#define ltq_pci_cfg_r32(x)
ltq_r32
(ltq_pci_mapped_cfg + (x))
/kernel/linux/linux-5.10/arch/mips/lantiq/
H
A
D
early_printk.c
26
do { } while ((
ltq_r32
(LTQ_ASC_FSTAT) & TXMASK) >> TXOFFSET);
in prom_putchar()
H
A
D
irq.c
53
ltq_r32
(ltq_icu_membase[vpe] + m*LTQ_ICU_IM_SIZE + (x))
56
#define ltq_eiu_r32(x)
ltq_r32
(ltq_eiu_membase + (x))
/kernel/linux/linux-6.6/arch/mips/lantiq/
H
A
D
early_printk.c
26
do { } while ((
ltq_r32
(LTQ_ASC_FSTAT) & TXMASK) >> TXOFFSET);
in prom_putchar()
H
A
D
irq.c
54
ltq_r32
(ltq_icu_membase[vpe] + m*LTQ_ICU_IM_SIZE + (x))
57
#define ltq_eiu_r32(x)
ltq_r32
(ltq_eiu_membase + (x))
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-lantiq/xway/
H
A
D
lantiq_soc.h
71
#define ltq_cgu_r32(x)
ltq_r32
(ltq_cgu_membase + (x))
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-lantiq/xway/
H
A
D
lantiq_soc.h
71
#define ltq_cgu_r32(x)
ltq_r32
(ltq_cgu_membase + (x))
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinctrl-falcon.c
39
#define pad_r32(p, reg)
ltq_r32
(p + reg)
44
#define pad_getbit(m, r, p) (!!(
ltq_r32
(m + r) & (1 << p)))
Completed in 14 milliseconds
1
2