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:CNFG_CNTL
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
radeon_pm.c
339
if ((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) > CFG_ATI_REV_A13)
in radeon_pm_enable_dynamic_mode()
474
((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) < CFG_ATI_REV_A13)) ||
in radeon_pm_enable_dynamic_mode()
476
((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) <= CFG_ATI_REV_A13))) {
in radeon_pm_enable_dynamic_mode()
492
((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) < CFG_ATI_REV_A13))
in radeon_pm_enable_dynamic_mode()
503
((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) < CFG_ATI_REV_A13)) {
in radeon_pm_enable_dynamic_mode()
H
A
D
aty128fb.c
1514
config = aty_ld_le32(
CNFG_CNTL
) & ~3;
in aty128fb_set_par()
1523
aty_st_le32(
CNFG_CNTL
, config);
in aty128fb_set_par()
1908
chip_rev = (aty_ld_le32(
CNFG_CNTL
) >> 16) & 0x1F;
in aty128_init()
H
A
D
radeon_base.c
2343
(INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK)
in radeonfb_pci_register()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
radeon_pm.c
338
if ((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) > CFG_ATI_REV_A13)
in radeon_pm_enable_dynamic_mode()
473
((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) < CFG_ATI_REV_A13)) ||
in radeon_pm_enable_dynamic_mode()
475
((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) <= CFG_ATI_REV_A13))) {
in radeon_pm_enable_dynamic_mode()
491
((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) < CFG_ATI_REV_A13))
in radeon_pm_enable_dynamic_mode()
502
((INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK) < CFG_ATI_REV_A13)) {
in radeon_pm_enable_dynamic_mode()
H
A
D
aty128fb.c
1514
config = aty_ld_le32(
CNFG_CNTL
) & ~3;
in aty128fb_set_par()
1523
aty_st_le32(
CNFG_CNTL
, config);
in aty128fb_set_par()
1906
chip_rev = (aty_ld_le32(
CNFG_CNTL
) >> 16) & 0x1F;
in aty128_init()
H
A
D
radeon_base.c
2325
(INREG(
CNFG_CNTL
) & CFG_ATI_REV_ID_MASK)
in radeonfb_pci_register()
/kernel/linux/linux-5.10/include/video/
H
A
D
aty128.h
25
#define
CNFG_CNTL
0x00e0
macro
H
A
D
mach64.h
189
#define
CNFG_CNTL
0x00DC /* Dword offset 0_37 (CT, ET, VT) */
macro
850
/*
CNFG_CNTL
register constants */
H
A
D
radeon.h
15
#define
CNFG_CNTL
0x00E0
macro
513
/*
CNFG_CNTL
bit constants */
/kernel/linux/linux-6.6/include/video/
H
A
D
aty128.h
25
#define
CNFG_CNTL
0x00e0
macro
H
A
D
mach64.h
189
#define
CNFG_CNTL
0x00DC /* Dword offset 0_37 (CT, ET, VT) */
macro
850
/*
CNFG_CNTL
register constants */
H
A
D
radeon.h
15
#define
CNFG_CNTL
0x00E0
macro
513
/*
CNFG_CNTL
bit constants */
Completed in 41 milliseconds