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:sense_a
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H
A
D
dac.c
73
bool
sense_a
, sense_b, sense_b_prime;
in sample_load_twice()
local
103
sense_a
= nvif_rd08(device, NV_PRMCIO_INP0) & 0x10;
in sample_load_twice()
105
/* take another reading until it agrees with
sense_a
... */
in sample_load_twice()
109
if (
sense_a
!= sense_b) {
in sample_load_twice()
114
* samples agree;
sense_a
is replaced */
in sample_load_twice()
115
sense_a
= sense_b;
in sample_load_twice()
117
sense_b = !
sense_a
;
in sample_load_twice()
120
} while ((
sense_a
!= sense_b) && ++j < MAX_HBLANK_OSC);
in sample_load_twice()
126
sense[i] =
sense_a
;
in sample_load_twice()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H
A
D
dac.c
73
bool
sense_a
, sense_b, sense_b_prime;
in sample_load_twice()
local
103
sense_a
= nvif_rd08(device, NV_PRMCIO_INP0) & 0x10;
in sample_load_twice()
105
/* take another reading until it agrees with
sense_a
... */
in sample_load_twice()
109
if (
sense_a
!= sense_b) {
in sample_load_twice()
114
* samples agree;
sense_a
is replaced */
in sample_load_twice()
115
sense_a
= sense_b;
in sample_load_twice()
117
sense_b = !
sense_a
;
in sample_load_twice()
120
} while ((
sense_a
!= sense_b) && ++j < MAX_HBLANK_OSC);
in sample_load_twice()
126
sense[i] =
sense_a
;
in sample_load_twice()
Completed in 3 milliseconds