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:acsr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/pxa/
H
A
D
clk-pxa3xx.c
103
unsigned long
acsr
= ACSR;
in clk_pxa3xx_smemc_get_rate()
local
106
return (parent_rate / 48) * smcfs_mult[(
acsr
>> 23) & 0x7] /
in clk_pxa3xx_smemc_get_rate()
114
unsigned long
acsr
= ACSR;
in pxa3xx_is_ring_osc_forced()
local
116
return
acsr
& ACCR_D0CS;
in pxa3xx_is_ring_osc_forced()
194
unsigned long
acsr
= ACSR;
in clk_pxa3xx_system_bus_get_rate()
local
195
unsigned int hss = (
acsr
>> 14) & 0x3;
in clk_pxa3xx_system_bus_get_rate()
241
unsigned long
acsr
= ACSR;
in clk_pxa3xx_run_get_rate()
local
242
unsigned int xn = (
acsr
& ACCR_XN_MASK) >> 8;
in clk_pxa3xx_run_get_rate()
257
unsigned long
acsr
= ACSR;
in clk_pxa3xx_cpll_get_rate()
local
258
unsigned int xn = (
acsr
in clk_pxa3xx_cpll_get_rate()
[all...]
/kernel/linux/linux-6.6/drivers/clk/pxa/
H
A
D
clk-pxa3xx.c
197
unsigned long
acsr
= readl(clk_regs + ACSR);
in clk_pxa3xx_smemc_get_rate()
local
199
return (parent_rate / 48) * smcfs_mult[(
acsr
>> 23) & 0x7] /
in clk_pxa3xx_smemc_get_rate()
208
unsigned long
acsr
= readl(clk_regs + ACSR);
in pxa3xx_is_ring_osc_forced()
local
210
return
acsr
& ACCR_D0CS;
in pxa3xx_is_ring_osc_forced()
288
unsigned long
acsr
= readl(clk_regs + ACSR);
in clk_pxa3xx_system_bus_get_rate()
local
289
unsigned int hss = (
acsr
>> 14) & 0x3;
in clk_pxa3xx_system_bus_get_rate()
335
unsigned long
acsr
= readl(clk_regs + ACSR);
in clk_pxa3xx_run_get_rate()
local
336
unsigned int xn = (
acsr
& ACCR_XN_MASK) >> 8;
in clk_pxa3xx_run_get_rate()
351
unsigned long
acsr
= readl(clk_regs + ACSR);
in clk_pxa3xx_cpll_get_rate()
local
352
unsigned int xn = (
acsr
in clk_pxa3xx_cpll_get_rate()
[all...]
/kernel/linux/linux-5.10/drivers/bus/
H
A
D
mips_cdmm.c
466
u32
acsr
;
in mips_cdmm_early_probe()
local
484
acsr
= __raw_readl(cdmm + drb * CDMM_DRB_SIZE);
in mips_cdmm_early_probe()
485
type = (
acsr
& CDMM_ACSR_DEVTYPE) >> CDMM_ACSR_DEVTYPE_SHIFT;
in mips_cdmm_early_probe()
488
size = (
acsr
& CDMM_ACSR_DEVSIZE) >> CDMM_ACSR_DEVSIZE_SHIFT;
in mips_cdmm_early_probe()
516
u32
acsr
;
in mips_cdmm_bus_discover()
local
531
acsr
= __raw_readl(cdmm + drb * CDMM_DRB_SIZE);
in mips_cdmm_bus_discover()
532
type = (
acsr
& CDMM_ACSR_DEVTYPE) >> CDMM_ACSR_DEVTYPE_SHIFT;
in mips_cdmm_bus_discover()
533
size = (
acsr
& CDMM_ACSR_DEVSIZE) >> CDMM_ACSR_DEVSIZE_SHIFT;
in mips_cdmm_bus_discover()
534
rev = (
acsr
& CDMM_ACSR_DEVREV) >> CDMM_ACSR_DEVREV_SHIFT;
in mips_cdmm_bus_discover()
/kernel/linux/linux-6.6/drivers/bus/
H
A
D
mips_cdmm.c
466
u32
acsr
;
in mips_cdmm_early_probe()
local
484
acsr
= __raw_readl(cdmm + drb * CDMM_DRB_SIZE);
in mips_cdmm_early_probe()
485
type = (
acsr
& CDMM_ACSR_DEVTYPE) >> CDMM_ACSR_DEVTYPE_SHIFT;
in mips_cdmm_early_probe()
488
size = (
acsr
& CDMM_ACSR_DEVSIZE) >> CDMM_ACSR_DEVSIZE_SHIFT;
in mips_cdmm_early_probe()
516
u32
acsr
;
in mips_cdmm_bus_discover()
local
531
acsr
= __raw_readl(cdmm + drb * CDMM_DRB_SIZE);
in mips_cdmm_bus_discover()
532
type = (
acsr
& CDMM_ACSR_DEVTYPE) >> CDMM_ACSR_DEVTYPE_SHIFT;
in mips_cdmm_bus_discover()
533
size = (
acsr
& CDMM_ACSR_DEVSIZE) >> CDMM_ACSR_DEVSIZE_SHIFT;
in mips_cdmm_bus_discover()
534
rev = (
acsr
& CDMM_ACSR_DEVREV) >> CDMM_ACSR_DEVREV_SHIFT;
in mips_cdmm_bus_discover()
Completed in 4 milliseconds