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:dispDeviceDepth
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
bootx_init.c
193
tmp = bi->
dispDeviceDepth
;
in bootx_add_display_props()
205
tmp += bi->dispDeviceRect[0] * ((bi->
dispDeviceDepth
+ 7) / 8);
in bootx_add_display_props()
486
if (bi->
dispDeviceDepth
== 16)
in bootx_init()
487
bi->
dispDeviceDepth
= 15;
in bootx_init()
493
ptr += bi->dispDeviceRect[0] * ((bi->
dispDeviceDepth
+ 7) / 8);
in bootx_init()
496
bi->
dispDeviceDepth
, bi->dispDeviceRowBytes,
in bootx_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
bootx_init.c
194
tmp = bi->
dispDeviceDepth
;
in bootx_add_display_props()
206
tmp += bi->dispDeviceRect[0] * ((bi->
dispDeviceDepth
+ 7) / 8);
in bootx_add_display_props()
487
if (bi->
dispDeviceDepth
== 16)
in bootx_init()
488
bi->
dispDeviceDepth
= 15;
in bootx_init()
494
ptr += bi->dispDeviceRect[0] * ((bi->
dispDeviceDepth
+ 7) / 8);
in bootx_init()
497
bi->
dispDeviceDepth
, bi->dispDeviceRowBytes,
in bootx_init()
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
bootx.h
93
__u32
dispDeviceDepth
; /* (8, 16 or 32) */
member
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
bootx.h
93
__u32
dispDeviceDepth
; /* (8, 16 or 32) */
member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
btext.c
37
static int
dispDeviceDepth
__force_data;
121
dispDeviceDepth
= depth == 15 ? 16 : depth;
in btext_setup_display()
214
dispDeviceDepth
= depth == 15 ? 16 : depth;
in btext_initialize()
260
base += (x + dispDeviceRect[0]) * (
dispDeviceDepth
>> 3);
in calc_base()
281
dispDeviceDepth
= depth;
in btext_update_display()
299
(
dispDeviceDepth
>> 3)) >> 2;
in btext_clearscreen()
317
(
dispDeviceDepth
>> 3)) >> 2;
in btext_flushscreen()
336
(
dispDeviceDepth
>> 3)) >> 2;
in btext_flushline()
358
(
dispDeviceDepth
>> 3)) >> 2;
in scrollscreen()
473
switch(
dispDeviceDepth
) {
in draw_byte()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
btext.c
37
static int
dispDeviceDepth
__force_data;
120
dispDeviceDepth
= depth == 15 ? 16 : depth;
in btext_setup_display()
213
dispDeviceDepth
= depth == 15 ? 16 : depth;
in btext_initialize()
259
base += (x + dispDeviceRect[0]) * (
dispDeviceDepth
>> 3);
in calc_base()
280
dispDeviceDepth
= depth;
in btext_update_display()
298
(
dispDeviceDepth
>> 3)) >> 2;
in btext_clearscreen()
316
(
dispDeviceDepth
>> 3)) >> 2;
in btext_flushscreen()
335
(
dispDeviceDepth
>> 3)) >> 2;
in btext_flushline()
357
(
dispDeviceDepth
>> 3)) >> 2;
in scrollscreen()
472
switch(
dispDeviceDepth
) {
in draw_byte()
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
btext.c
35
static int
dispDeviceDepth
__force_data;
79
dispDeviceDepth
= depth == 15 ? 16 : depth;
in btext_initialize()
92
base += (x + dispDeviceRect[0]) * (
dispDeviceDepth
>> 3);
in calc_base()
101
(
dispDeviceDepth
>> 3)) >> 2;
in btext_clearscreen()
119
(
dispDeviceDepth
>> 3)) >> 2;
in scrollscreen()
200
switch(
dispDeviceDepth
) {
in draw_byte()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
btext.c
35
static int
dispDeviceDepth
__force_data;
79
dispDeviceDepth
= depth == 15 ? 16 : depth;
in btext_initialize()
92
base += (x + dispDeviceRect[0]) * (
dispDeviceDepth
>> 3);
in calc_base()
101
(
dispDeviceDepth
>> 3)) >> 2;
in btext_clearscreen()
119
(
dispDeviceDepth
>> 3)) >> 2;
in scrollscreen()
200
switch(
dispDeviceDepth
) {
in draw_byte()
Completed in 7 milliseconds