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:GMBUS_SW_RDY
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_gmbus_regs.h
42
#define
GMBUS_SW_RDY
(1 << 30)
macro
H
A
D
intel_gmbus.c
452
gmbus1_index | GMBUS_CYCLE_WAIT | (size << GMBUS_BYTE_COUNT_SHIFT) | (addr << GMBUS_SLAVE_ADDR_SHIFT) | GMBUS_SLAVE_READ |
GMBUS_SW_RDY
);
in gmbus_xfer_read_chunk()
531
gmbus1_index | GMBUS_CYCLE_WAIT | (chunk_size << GMBUS_BYTE_COUNT_SHIFT) | (addr << GMBUS_SLAVE_ADDR_SHIFT) | GMBUS_SLAVE_WRITE |
GMBUS_SW_RDY
);
in gmbus_xfer_write_chunk()
664
intel_de_write_fw(i915, GMBUS1(i915), GMBUS_CYCLE_STOP |
GMBUS_SW_RDY
);
in do_gmbus_xfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
intel_gmbus.c
274
GMBUS_SLAVE_READ |
GMBUS_SW_RDY
);
in gmbus_xfer()
304
GMBUS_SLAVE_WRITE |
GMBUS_SW_RDY
);
in gmbus_xfer()
H
A
D
psb_intel_reg.h
51
#define
GMBUS_SW_RDY
(1<<30)
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
edid.c
203
* so
GMBUS_SW_RDY
should always be cleared
in gmbus1_mmio_write()
205
if (wvalue &
GMBUS_SW_RDY
)
in gmbus1_mmio_write()
206
wvalue &= ~
GMBUS_SW_RDY
;
in gmbus1_mmio_write()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
intel_gmbus.c
274
GMBUS_SLAVE_READ |
GMBUS_SW_RDY
);
in gmbus_xfer()
304
GMBUS_SLAVE_WRITE |
GMBUS_SW_RDY
);
in gmbus_xfer()
H
A
D
psb_intel_reg.h
51
#define
GMBUS_SW_RDY
(1<<30)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
edid.c
206
* so
GMBUS_SW_RDY
should always be cleared
in gmbus1_mmio_write()
208
if (wvalue &
GMBUS_SW_RDY
)
in gmbus1_mmio_write()
209
wvalue &= ~
GMBUS_SW_RDY
;
in gmbus1_mmio_write()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_gmbus.c
412
gmbus1_index | GMBUS_CYCLE_WAIT | (size << GMBUS_BYTE_COUNT_SHIFT) | (addr << GMBUS_SLAVE_ADDR_SHIFT) | GMBUS_SLAVE_READ |
GMBUS_SW_RDY
);
in gmbus_xfer_read_chunk()
491
gmbus1_index | GMBUS_CYCLE_WAIT | (chunk_size << GMBUS_BYTE_COUNT_SHIFT) | (addr << GMBUS_SLAVE_ADDR_SHIFT) | GMBUS_SLAVE_WRITE |
GMBUS_SW_RDY
);
in gmbus_xfer_write_chunk()
626
intel_de_write_fw(dev_priv, GMBUS1, GMBUS_CYCLE_STOP |
GMBUS_SW_RDY
);
in do_gmbus_xfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
3382
#define
GMBUS_SW_RDY
(1 << 30)
macro
Completed in 94 milliseconds