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:feed_div_min
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
H
A
D
mgag200_g200.c
69
static const int
feed_div_min
= 7;
in mgag200_g200_pixpllc_atomic_check()
local
105
for (testn =
feed_div_min
; testn <= feed_div_max; testn++) {
in mgag200_g200_pixpllc_atomic_check()
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H
A
D
matroxfb_maven.c
192
unsigned int
feed_div_min
;
member
207
.
feed_div_min
= 5,
262
if (n < pll->
feed_div_min
)
in matroxfb_PLL_mavenclock()
H
A
D
matroxfb_misc.c
148
printk(KERN_ERR "
feed_div_min
: %d\n", pll->
feed_div_min
);
in matroxfb_PLL_calcclock()
170
if (n < pll->
feed_div_min
)
in matroxfb_PLL_calcclock()
171
n = pll->
feed_div_min
;
in matroxfb_PLL_calcclock()
H
A
D
matroxfb_base.h
223
unsigned int
feed_div_min
;
member
H
A
D
matroxfb_DAC1064.c
591
minfo->features.pll.
feed_div_min
= 100;
in MGA1064_ramdac_init()
861
minfo->features.pll.
feed_div_min
= 7;
in MGAG100_preinit()
H
A
D
matroxfb_Ti3026.c
548
minfo->features.pll.
feed_div_min
= 2;
in ti3026_ramdac_init()
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H
A
D
matroxfb_maven.c
192
unsigned int
feed_div_min
;
member
207
.
feed_div_min
= 5,
262
if (n < pll->
feed_div_min
)
in matroxfb_PLL_mavenclock()
H
A
D
matroxfb_misc.c
148
printk(KERN_ERR "
feed_div_min
: %d\n", pll->
feed_div_min
);
in matroxfb_PLL_calcclock()
170
if (n < pll->
feed_div_min
)
in matroxfb_PLL_calcclock()
171
n = pll->
feed_div_min
;
in matroxfb_PLL_calcclock()
H
A
D
matroxfb_base.h
222
unsigned int
feed_div_min
;
member
H
A
D
matroxfb_DAC1064.c
591
minfo->features.pll.
feed_div_min
= 100;
in MGA1064_ramdac_init()
861
minfo->features.pll.
feed_div_min
= 7;
in MGAG100_preinit()
H
A
D
matroxfb_Ti3026.c
548
minfo->features.pll.
feed_div_min
= 2;
in ti3026_ramdac_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/
H
A
D
mgag200_mode.c
121
const int
feed_div_min
= 7;
in mgag200_g200_set_plls()
local
149
for (testn =
feed_div_min
; testn <= feed_div_max; testn++) {
in mgag200_g200_set_plls()
Completed in 27 milliseconds