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:bus_pick_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H
A
D
sossi.c
50
int
bus_pick_count
;
member
226
static void _set_bits_per_cycle(int
bus_pick_count
, int bus_pick_width)
in _set_bits_per_cycle()
argument
232
l |= ((
bus_pick_count
- 1) << 5) | ((bus_pick_width - 1) & 0x1f);
in _set_bits_per_cycle()
357
int
bus_pick_count
, bus_pick_width;
in sossi_set_bits_per_cycle()
local
360
* We set explicitly the the
bus_pick_count
as well, although
in sossi_set_bits_per_cycle()
366
bus_pick_count
= 4;
in sossi_set_bits_per_cycle()
370
bus_pick_count
= 2;
in sossi_set_bits_per_cycle()
378
sossi.
bus_pick_count
=
bus_pick_count
;
in sossi_set_bits_per_cycle()
449
_set_bits_per_cycle(sossi.
bus_pick_count
, soss
in sossi_write_command()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H
A
D
sossi.c
52
int
bus_pick_count
;
member
228
static void _set_bits_per_cycle(int
bus_pick_count
, int bus_pick_width)
in _set_bits_per_cycle()
argument
234
l |= ((
bus_pick_count
- 1) << 5) | ((bus_pick_width - 1) & 0x1f);
in _set_bits_per_cycle()
359
int
bus_pick_count
, bus_pick_width;
in sossi_set_bits_per_cycle()
local
362
* We set explicitly the
bus_pick_count
as well, although
in sossi_set_bits_per_cycle()
368
bus_pick_count
= 4;
in sossi_set_bits_per_cycle()
372
bus_pick_count
= 2;
in sossi_set_bits_per_cycle()
380
sossi.
bus_pick_count
=
bus_pick_count
;
in sossi_set_bits_per_cycle()
451
_set_bits_per_cycle(sossi.
bus_pick_count
, soss
in sossi_write_command()
[all...]
Completed in 8 milliseconds