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:divider_is_fixed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/bcm/
H
A
D
clk-kona.c
85
if (
divider_is_fixed
(div))
in scaled_div_min()
96
if (
divider_is_fixed
(div))
in scaled_div_max()
121
if (
divider_is_fixed
(div))
in scale_rate()
570
if (
divider_is_fixed
(div))
in divider_read_scaled()
599
BUG_ON(
divider_is_fixed
(div));
in __div_commit()
650
if (!divider_exists(div) ||
divider_is_fixed
(div))
in div_init()
663
BUG_ON(
divider_is_fixed
(div));
in divider_write()
792
if (!
divider_is_fixed
(div)) {
in round_rate()
1153
if (
divider_is_fixed
(&data->div))
in kona_peri_clk_set_rate()
H
A
D
clk-kona-setup.c
69
if (!
divider_is_fixed
(div))
in clk_requires_trigger()
74
return divider_exists(div) && !
divider_is_fixed
(div);
in clk_requires_trigger()
338
if (
divider_is_fixed
(div)) {
in div_valid()
382
if (
divider_is_fixed
(div) ||
divider_is_fixed
(pre_div))
in kona_dividers_valid()
H
A
D
clk-kona.h
66
#define
divider_is_fixed
(div) FLAG_TEST(div, DIV, FIXED)
macro
67
#define divider_has_fraction(div) (!
divider_is_fixed
(div) && \
/kernel/linux/linux-6.6/drivers/clk/bcm/
H
A
D
clk-kona.c
77
if (
divider_is_fixed
(div))
in scaled_div_min()
88
if (
divider_is_fixed
(div))
in scaled_div_max()
113
if (
divider_is_fixed
(div))
in scale_rate()
562
if (
divider_is_fixed
(div))
in divider_read_scaled()
591
BUG_ON(
divider_is_fixed
(div));
in __div_commit()
642
if (!divider_exists(div) ||
divider_is_fixed
(div))
in div_init()
655
BUG_ON(
divider_is_fixed
(div));
in divider_write()
784
if (!
divider_is_fixed
(div)) {
in round_rate()
1145
if (
divider_is_fixed
(&data->div))
in kona_peri_clk_set_rate()
H
A
D
clk-kona-setup.c
61
if (!
divider_is_fixed
(div))
in clk_requires_trigger()
66
return divider_exists(div) && !
divider_is_fixed
(div);
in clk_requires_trigger()
330
if (
divider_is_fixed
(div)) {
in div_valid()
374
if (
divider_is_fixed
(div) ||
divider_is_fixed
(pre_div))
in kona_dividers_valid()
H
A
D
clk-kona.h
58
#define
divider_is_fixed
(div) FLAG_TEST(div, DIV, FIXED)
macro
59
#define divider_has_fraction(div) (!
divider_is_fixed
(div) && \
Completed in 12 milliseconds