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:new_clk
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-atmel-hlcdc.c
50
struct clk *
new_clk
= hlcdc->slow_clk;
in atmel_hlcdc_pwm_apply()
local
58
clk_freq = clk_get_rate(
new_clk
);
in atmel_hlcdc_pwm_apply()
69
new_clk
= hlcdc->sys_clk;
in atmel_hlcdc_pwm_apply()
70
clk_freq = clk_get_rate(
new_clk
);
in atmel_hlcdc_pwm_apply()
93
if (
new_clk
!= chip->cur_clk) {
in atmel_hlcdc_pwm_apply()
97
ret = clk_prepare_enable(
new_clk
);
in atmel_hlcdc_pwm_apply()
102
chip->cur_clk =
new_clk
;
in atmel_hlcdc_pwm_apply()
104
if (
new_clk
== hlcdc->sys_clk)
in atmel_hlcdc_pwm_apply()
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-atmel-hlcdc.c
51
struct clk *
new_clk
= hlcdc->slow_clk;
in atmel_hlcdc_pwm_apply()
local
59
clk_freq = clk_get_rate(
new_clk
);
in atmel_hlcdc_pwm_apply()
70
new_clk
= hlcdc->sys_clk;
in atmel_hlcdc_pwm_apply()
71
clk_freq = clk_get_rate(
new_clk
);
in atmel_hlcdc_pwm_apply()
94
if (
new_clk
!= atmel->cur_clk) {
in atmel_hlcdc_pwm_apply()
98
ret = clk_prepare_enable(
new_clk
);
in atmel_hlcdc_pwm_apply()
103
atmel->cur_clk =
new_clk
;
in atmel_hlcdc_pwm_apply()
105
if (
new_clk
== hlcdc->sys_clk)
in atmel_hlcdc_pwm_apply()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
3913
u32
new_clk
, gmac_clk = mvreg_read(pp, MVNETA_GMAC_CLOCK_DIVIDER);
in mvneta_mac_config()
local
3920
new_clk
= gmac_clk & ~MVNETA_GMAC_1MS_CLOCK_ENABLE;
in mvneta_mac_config()
3948
new_clk
|= MVNETA_GMAC_1MS_CLOCK_ENABLE;
in mvneta_mac_config()
3960
new_clk
|= MVNETA_GMAC_1MS_CLOCK_ENABLE;
in mvneta_mac_config()
4003
if (
new_clk
!= gmac_clk)
in mvneta_mac_config()
4004
mvreg_write(pp, MVNETA_GMAC_CLOCK_DIVIDER,
new_clk
);
in mvneta_mac_config()
Completed in 9 milliseconds