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:PhysicalAdrHigh
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
4263
unsigned int PhysicalAdrOtherPage,
PhysicalAdrHigh
, PhysicalAdrHalfPage;
in sisfb_post_300_rwtest()
local
4283
PhysicalAdrHigh
= BankNumHigh;
in sisfb_post_300_rwtest()
4284
PhysicalAdrHalfPage = (PageCapacity / 2 +
PhysicalAdrHigh
) % PageCapacity;
in sisfb_post_300_rwtest()
4285
PhysicalAdrOtherPage = PageCapacity * SiS_DRAMType[k][2] +
PhysicalAdrHigh
;
in sisfb_post_300_rwtest()
4298
if((BankNumHigh +
PhysicalAdrHigh
>= mapsize) ||
in sisfb_post_300_rwtest()
4299
(BankNumMid +
PhysicalAdrHigh
>= mapsize) ||
in sisfb_post_300_rwtest()
4305
writew(((unsigned short)
PhysicalAdrHigh
),
in sisfb_post_300_rwtest()
4306
(FBAddr + BankNumHigh +
PhysicalAdrHigh
));
in sisfb_post_300_rwtest()
4308
(FBAddr + BankNumMid +
PhysicalAdrHigh
));
in sisfb_post_300_rwtest()
4315
if(readw(FBAddr + BankNumHigh +
PhysicalAdrHigh
)
in sisfb_post_300_rwtest()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
4275
unsigned int PhysicalAdrOtherPage,
PhysicalAdrHigh
, PhysicalAdrHalfPage;
in sisfb_post_300_rwtest()
local
4294
PhysicalAdrHigh
= BankNumHigh;
in sisfb_post_300_rwtest()
4295
PhysicalAdrHalfPage = (PageCapacity / 2 +
PhysicalAdrHigh
) % PageCapacity;
in sisfb_post_300_rwtest()
4296
PhysicalAdrOtherPage = PageCapacity * SiS_DRAMType[k][2] +
PhysicalAdrHigh
;
in sisfb_post_300_rwtest()
4313
if ((BankNumHigh +
PhysicalAdrHigh
>= mapsize) ||
in sisfb_post_300_rwtest()
4314
(BankNumMid +
PhysicalAdrHigh
>= mapsize) ||
in sisfb_post_300_rwtest()
4320
writew(((unsigned short)
PhysicalAdrHigh
),
in sisfb_post_300_rwtest()
4321
(FBAddr + BankNumHigh +
PhysicalAdrHigh
));
in sisfb_post_300_rwtest()
4323
(FBAddr + BankNumMid +
PhysicalAdrHigh
));
in sisfb_post_300_rwtest()
4330
if (readw(FBAddr + BankNumHigh +
PhysicalAdrHigh
)
in sisfb_post_300_rwtest()
[all...]
Completed in 10 milliseconds