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:sossi
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H
A
D
sossi.c
22
#define MODULE_NAME "omapfb-
sossi
"
70
}
sossi
;
variable
74
return readl(
sossi
.base + reg);
in sossi_read_reg()
79
return readw(
sossi
.base + reg);
in sossi_read_reg16()
84
return readb(
sossi
.base + reg);
in sossi_read_reg8()
89
writel(value,
sossi
.base + reg);
in sossi_write_reg()
94
writew(value,
sossi
.base + reg);
in sossi_write_reg16()
99
writeb(value,
sossi
.base + reg);
in sossi_write_reg8()
116
u32 clk_period = HZ_TO_PS(
sossi
.fck_hz) * div;
in ps_to_sossi_ticks()
131
/* reon will be exactly one
sossi
tic
in calc_rd_timings()
[all...]
H
A
D
Makefile
15
objs-y$(CONFIG_FB_OMAP_LCDC_EXTERNAL) +=
sossi
.o
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H
A
D
sossi.c
20
#define MODULE_NAME "omapfb-
sossi
"
68
}
sossi
;
variable
72
return readl(
sossi
.base + reg);
in sossi_read_reg()
77
return readw(
sossi
.base + reg);
in sossi_read_reg16()
82
return readb(
sossi
.base + reg);
in sossi_read_reg8()
87
writel(value,
sossi
.base + reg);
in sossi_write_reg()
92
writew(value,
sossi
.base + reg);
in sossi_write_reg16()
97
writeb(value,
sossi
.base + reg);
in sossi_write_reg8()
114
u32 clk_period = HZ_TO_PS(
sossi
.fck_hz) * div;
in ps_to_sossi_ticks()
129
/* reon will be exactly one
sossi
tic
in calc_rd_timings()
[all...]
H
A
D
Makefile
10
objs-y$(CONFIG_FB_OMAP_LCDC_EXTERNAL) +=
sossi
.o
Completed in 3 milliseconds