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:rst_boot
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
csrc-octeon.c
43
union cvmx_mio_rst_boot
rst_boot
;
in octeon_setup_delays()
local
45
rst_boot
.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
in octeon_setup_delays()
46
rdiv =
rst_boot
.s.c_mul; /* CPU clock */
in octeon_setup_delays()
47
sdiv =
rst_boot
.s.pnr_mul; /* I/O clock */
in octeon_setup_delays()
50
union cvmx_rst_boot
rst_boot
;
in octeon_setup_delays()
local
52
rst_boot
.u64 = cvmx_read_csr(CVMX_RST_BOOT);
in octeon_setup_delays()
53
rdiv =
rst_boot
.s.c_mul; /* CPU clock */
in octeon_setup_delays()
54
sdiv =
rst_boot
.s.pnr_mul; /* I/O clock */
in octeon_setup_delays()
H
A
D
setup.c
721
union cvmx_mio_rst_boot
rst_boot
;
in prom_init()
local
722
rst_boot
.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
in prom_init()
723
octeon_io_clock_rate = 50000000 *
rst_boot
.s.pnr_mul;
in prom_init()
726
union cvmx_rst_boot
rst_boot
;
in prom_init()
local
727
rst_boot
.u64 = cvmx_read_csr(CVMX_RST_BOOT);
in prom_init()
728
octeon_io_clock_rate = 50000000 *
rst_boot
.s.pnr_mul;
in prom_init()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
csrc-octeon.c
43
union cvmx_mio_rst_boot
rst_boot
;
in octeon_setup_delays()
local
45
rst_boot
.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
in octeon_setup_delays()
46
rdiv =
rst_boot
.s.c_mul; /* CPU clock */
in octeon_setup_delays()
47
sdiv =
rst_boot
.s.pnr_mul; /* I/O clock */
in octeon_setup_delays()
50
union cvmx_rst_boot
rst_boot
;
in octeon_setup_delays()
local
52
rst_boot
.u64 = cvmx_read_csr(CVMX_RST_BOOT);
in octeon_setup_delays()
53
rdiv =
rst_boot
.s.c_mul; /* CPU clock */
in octeon_setup_delays()
54
sdiv =
rst_boot
.s.pnr_mul; /* I/O clock */
in octeon_setup_delays()
H
A
D
setup.c
717
union cvmx_mio_rst_boot
rst_boot
;
in prom_init()
local
718
rst_boot
.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
in prom_init()
719
octeon_io_clock_rate = 50000000 *
rst_boot
.s.pnr_mul;
in prom_init()
722
union cvmx_rst_boot
rst_boot
;
in prom_init()
local
723
rst_boot
.u64 = cvmx_read_csr(CVMX_RST_BOOT);
in prom_init()
724
octeon_io_clock_rate = 50000000 *
rst_boot
.s.pnr_mul;
in prom_init()
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_hal.c
610
union
rst_boot
rst_boot
;
in nitrox_get_hwinfo()
local
618
rst_boot
.value = nitrox_read_csr(ndev, offset);
in nitrox_get_hwinfo()
619
ndev->hw.freq = (
rst_boot
.pnr_mul + 3) * PLL_REF_CLK;
in nitrox_get_hwinfo()
H
A
D
nitrox_csr.h
1339
* struct
rst_boot
: RST Boot Register
1354
union
rst_boot
{
union
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_hal.c
611
union
rst_boot
rst_boot
;
in nitrox_get_hwinfo()
local
619
rst_boot
.value = nitrox_read_csr(ndev, offset);
in nitrox_get_hwinfo()
620
ndev->hw.freq = (
rst_boot
.pnr_mul + 3) * PLL_REF_CLK;
in nitrox_get_hwinfo()
H
A
D
nitrox_csr.h
1339
* struct
rst_boot
: RST Boot Register
1354
union
rst_boot
{
union
Completed in 11 milliseconds