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:clock_ctrl
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
H
A
D
cobalt-cpld.c
239
u16
clock_ctrl
;
in cobalt_cpld_set_freq()
local
263
clock_ctrl
= cpld_read(cobalt, SI570_CLOCK_CTRL);
in cobalt_cpld_set_freq()
264
clock_ctrl
|= S01755_REG_CLOCK_CTRL_BITMAP_CLKHSMA_FPGA_CTRL;
in cobalt_cpld_set_freq()
265
clock_ctrl
|= S01755_REG_CLOCK_CTRL_BITMAP_CLKHSMA_EN;
in cobalt_cpld_set_freq()
274
/* The sequence of
clock_ctrl
flags to set is very weird. It looks
in cobalt_cpld_set_freq()
/kernel/linux/linux-5.10/arch/mips/ath79/
H
A
D
clock.c
147
u32
clock_ctrl
;
in ar933x_clocks_init()
local
165
clock_ctrl
= __raw_readl(pll_base + AR933X_PLL_CLOCK_CTRL_REG);
in ar933x_clocks_init()
166
if (
clock_ctrl
& AR933X_PLL_CLOCK_CTRL_BYPASS) {
in ar933x_clocks_init()
194
cpu_div = ((
clock_ctrl
>> AR933X_PLL_CLOCK_CTRL_CPU_DIV_SHIFT) &
in ar933x_clocks_init()
197
ddr_div = ((
clock_ctrl
>> AR933X_PLL_CLOCK_CTRL_DDR_DIV_SHIFT) &
in ar933x_clocks_init()
200
ahb_div = ((
clock_ctrl
>> AR933X_PLL_CLOCK_CTRL_AHB_DIV_SHIFT) &
in ar933x_clocks_init()
/kernel/linux/linux-6.6/arch/mips/ath79/
H
A
D
clock.c
147
u32
clock_ctrl
;
in ar933x_clocks_init()
local
165
clock_ctrl
= __raw_readl(pll_base + AR933X_PLL_CLOCK_CTRL_REG);
in ar933x_clocks_init()
166
if (
clock_ctrl
& AR933X_PLL_CLOCK_CTRL_BYPASS) {
in ar933x_clocks_init()
194
cpu_div = ((
clock_ctrl
>> AR933X_PLL_CLOCK_CTRL_CPU_DIV_SHIFT) &
in ar933x_clocks_init()
197
ddr_div = ((
clock_ctrl
>> AR933X_PLL_CLOCK_CTRL_DDR_DIV_SHIFT) &
in ar933x_clocks_init()
200
ahb_div = ((
clock_ctrl
>> AR933X_PLL_CLOCK_CTRL_AHB_DIV_SHIFT) &
in ar933x_clocks_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1083
u32
clock_ctrl
;
in tg3_switch_clocks()
local
1089
clock_ctrl
= tr32(TG3PCI_CLOCK_CTRL);
in tg3_switch_clocks()
1091
orig_clock_ctrl =
clock_ctrl
;
in tg3_switch_clocks()
1092
clock_ctrl
&= (CLOCK_CTRL_FORCE_CLKRUN |
in tg3_switch_clocks()
1095
tp->pci_clock_ctrl =
clock_ctrl
;
in tg3_switch_clocks()
1100
clock_ctrl
| CLOCK_CTRL_625_CORE, 40);
in tg3_switch_clocks()
1104
clock_ctrl
|
in tg3_switch_clocks()
1108
clock_ctrl
| (CLOCK_CTRL_ALTCLK),
in tg3_switch_clocks()
1111
tw32_wait_f(TG3PCI_CLOCK_CTRL,
clock_ctrl
, 40);
in tg3_switch_clocks()
17601
u32
clock_ctrl
in tg3_bus_string()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1084
u32
clock_ctrl
;
in tg3_switch_clocks()
local
1090
clock_ctrl
= tr32(TG3PCI_CLOCK_CTRL);
in tg3_switch_clocks()
1092
orig_clock_ctrl =
clock_ctrl
;
in tg3_switch_clocks()
1093
clock_ctrl
&= (CLOCK_CTRL_FORCE_CLKRUN |
in tg3_switch_clocks()
1096
tp->pci_clock_ctrl =
clock_ctrl
;
in tg3_switch_clocks()
1101
clock_ctrl
| CLOCK_CTRL_625_CORE, 40);
in tg3_switch_clocks()
1105
clock_ctrl
|
in tg3_switch_clocks()
1109
clock_ctrl
| (CLOCK_CTRL_ALTCLK),
in tg3_switch_clocks()
1112
tw32_wait_f(TG3PCI_CLOCK_CTRL,
clock_ctrl
, 40);
in tg3_switch_clocks()
17524
u32
clock_ctrl
in tg3_bus_string()
local
[all...]
Completed in 48 milliseconds