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:ranksize
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/
H
A
D
sisusbvga.c
1526
int ret = 0,
ranksize
;
in sisusb_set_rank()
local
1534
ranksize
= dramtype[index][3] / 2 * bw / 32;
in sisusb_set_rank()
1536
if ((
ranksize
* rankno) > 128)
in sisusb_set_rank()
1540
while ((
ranksize
>>= 1) > 0)
in sisusb_set_rank()
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
H
A
D
sisusb.c
1584
int ret = 0,
ranksize
;
in sisusb_set_rank()
local
1592
ranksize
= dramtype[index][3] / 2 * bw / 32;
in sisusb_set_rank()
1594
if ((
ranksize
* rankno) > 128)
in sisusb_set_rank()
1598
while ((
ranksize
>>= 1) > 0)
in sisusb_set_rank()
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
4633
unsigned int buswidth,
ranksize
, channelab, mapsize;
in sisfb_post_xgi_ramsize()
local
4847
ranksize
= (ivideo->chip == XGI_20) ?
in sisfb_post_xgi_ramsize()
4851
if(reg & 0x80)
ranksize
<<= 1;
in sisfb_post_xgi_ramsize()
4854
if(buswidth == 16)
ranksize
<<= 1;
in sisfb_post_xgi_ramsize()
4855
else if(buswidth == 32)
ranksize
<<= 2;
in sisfb_post_xgi_ramsize()
4857
if(buswidth == 64)
ranksize
<<= 1;
in sisfb_post_xgi_ramsize()
4863
if((
ranksize
* l) <= 256) {
in sisfb_post_xgi_ramsize()
4864
while((
ranksize
>>= 1)) reg += 0x10;
in sisfb_post_xgi_ramsize()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
4648
unsigned int buswidth,
ranksize
, channelab, mapsize;
in sisfb_post_xgi_ramsize()
local
4862
ranksize
= (ivideo->chip == XGI_20) ?
in sisfb_post_xgi_ramsize()
4866
if(reg & 0x80)
ranksize
<<= 1;
in sisfb_post_xgi_ramsize()
4869
if(buswidth == 16)
ranksize
<<= 1;
in sisfb_post_xgi_ramsize()
4870
else if(buswidth == 32)
ranksize
<<= 2;
in sisfb_post_xgi_ramsize()
4872
if(buswidth == 64)
ranksize
<<= 1;
in sisfb_post_xgi_ramsize()
4878
if((
ranksize
* l) <= 256) {
in sisfb_post_xgi_ramsize()
4879
while((
ranksize
>>= 1)) reg += 0x10;
in sisfb_post_xgi_ramsize()
Completed in 20 milliseconds