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:shifter_st
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
atafb.c
765
par->hw.tt.sync =
shifter_st
.syncmode;
in tt_get_par()
766
addr = ((
shifter_st
.bas_hi & 0xff) << 16) |
in tt_get_par()
767
((
shifter_st
.bas_md & 0xff) << 8) |
in tt_get_par()
768
((
shifter_st
.bas_lo & 0xff));
in tt_get_par()
775
shifter_st
.syncmode = par->hw.tt.sync;
in tt_set_par()
1545
hw->sync =
shifter_st
.syncmode & 0x1;
in falcon_get_par()
1560
addr = (
shifter_st
.bas_hi & 0xff) << 16 |
in falcon_get_par()
1561
(
shifter_st
.bas_md & 0xff) << 8 |
in falcon_get_par()
1562
(
shifter_st
.bas_lo & 0xff);
in falcon_get_par()
1607
shifter_st
in falcon_vbl_switcher()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
atafb.c
753
par->hw.tt.sync =
shifter_st
.syncmode;
in tt_get_par()
754
addr = ((
shifter_st
.bas_hi & 0xff) << 16) |
in tt_get_par()
755
((
shifter_st
.bas_md & 0xff) << 8) |
in tt_get_par()
756
((
shifter_st
.bas_lo & 0xff));
in tt_get_par()
763
shifter_st
.syncmode = par->hw.tt.sync;
in tt_set_par()
1526
hw->sync =
shifter_st
.syncmode & 0x1;
in falcon_get_par()
1541
addr = (
shifter_st
.bas_hi & 0xff) << 16 |
in falcon_get_par()
1542
(
shifter_st
.bas_md & 0xff) << 8 |
in falcon_get_par()
1543
(
shifter_st
.bas_lo & 0xff);
in falcon_get_par()
1588
shifter_st
in falcon_vbl_switcher()
[all...]
/kernel/linux/linux-5.10/arch/m68k/atari/
H
A
D
config.c
249
} else if (hwreg_present(&
shifter_st
.bas_hi)) {
in config_atari()
250
if (hwreg_present(&
shifter_st
.bas_lo) &&
in config_atari()
251
(
shifter_st
.bas_lo = 0x0aau,
shifter_st
.bas_lo == 0x0aau)) {
in config_atari()
/kernel/linux/linux-6.6/arch/m68k/atari/
H
A
D
config.c
249
} else if (hwreg_present(&
shifter_st
.bas_hi)) {
in config_atari()
250
if (hwreg_present(&
shifter_st
.bas_lo) &&
in config_atari()
251
(
shifter_st
.bas_lo = 0x0aau,
shifter_st
.bas_lo == 0x0aau)) {
in config_atari()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
atarihw.h
181
# define
shifter_st
((*(volatile struct SHIFTER_ST *)SHF_BAS))
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
atarihw.h
181
# define
shifter_st
((*(volatile struct SHIFTER_ST *)SHF_BAS))
macro
Completed in 13 milliseconds