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:OSC_EN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
mach64_ct.c
334
aty_st_pll_ct(PLL_GEN_CNTL, (pll->ct.pll_gen_cntl & (~(PLL_OVERRIDE | PLL_MCLK_RST))) |
OSC_EN
, par);
in aty_set_pll_ct()
557
pll->ct.pll_gen_cntl =
OSC_EN
;
in aty_init_pll_ct()
559
pll->ct.pll_gen_cntl =
OSC_EN
| DLL_PWDN /* | FORCE_DCLK_TRI_STATE */;
in aty_init_pll_ct()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
mach64_ct.c
335
aty_st_pll_ct(PLL_GEN_CNTL, (pll->ct.pll_gen_cntl & (~(PLL_OVERRIDE | PLL_MCLK_RST))) |
OSC_EN
, par);
in aty_set_pll_ct()
558
pll->ct.pll_gen_cntl =
OSC_EN
;
in aty_init_pll_ct()
560
pll->ct.pll_gen_cntl =
OSC_EN
| DLL_PWDN /* | FORCE_DCLK_TRI_STATE */;
in aty_init_pll_ct()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
adp5589-keys.c
156
#define
OSC_EN
(1 << 7)
macro
808
INT_CFG |
OSC_EN
| CORE_CLK(3));
in adp5589_setup()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
adp5589-keys.c
158
#define
OSC_EN
BIT(7)
macro
772
INT_CFG |
OSC_EN
| CORE_CLK(3));
in adp5589_setup()
/kernel/linux/linux-5.10/include/video/
H
A
D
mach64.h
786
#define
OSC_EN
0x04
macro
/kernel/linux/linux-6.6/include/video/
H
A
D
mach64.h
786
#define
OSC_EN
0x04
macro
Completed in 13 milliseconds