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:FW_REG_WRITE
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gt_mcr.c
236
* @rw_flag: FW_REG_READ for read access or
FW_REG_WRITE
for write access
283
if (rw_flag ==
FW_REG_WRITE
)
in rw_with_mcr_steering_fw()
315
if (GRAPHICS_VER_FULL(uncore->i915) >= IP_VER(12, 70) && rw_flag ==
FW_REG_WRITE
)
in rw_with_mcr_steering_fw()
337
FW_REG_READ |
FW_REG_WRITE
);
in rw_with_mcr_steering()
477
rw_with_mcr_steering(gt, reg,
FW_REG_WRITE
, group, instance, value);
in intel_gt_mcr_unicast_write()
H
A
D
intel_gtt.c
528
FW_REG_WRITE
);
in xehp_setup_private_ppat()
H
A
D
intel_workarounds.c
137
FW_REG_WRITE
);
in wal_get_fw_for_rmw()
H
A
D
intel_execlists_submission.c
3568
FW_REG_WRITE
);
in intel_execlists_submission_setup()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc.c
76
FW_REG_READ |
FW_REG_WRITE
);
in intel_guc_init_send_regs()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_uncore.h
208
#define
FW_REG_WRITE
(2)
macro
H
A
D
intel_uncore.c
2164
* @op: operation bitmask of FW_REG_READ and/or
FW_REG_WRITE
2187
if (op &
FW_REG_WRITE
)
in intel_uncore_forcewake_for_reg()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
intel_uncore.h
263
#define
FW_REG_WRITE
(2)
macro
H
A
D
intel_uncore.c
3007
* @op: operation bitmask of FW_REG_READ and/or
FW_REG_WRITE
3030
if (op &
FW_REG_WRITE
)
in intel_uncore_forcewake_for_reg()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
mmio_context.c
374
FW_REG_READ |
FW_REG_WRITE
);
in handle_tlb_pending_event()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc.c
76
FW_REG_READ |
FW_REG_WRITE
);
in intel_guc_init_send_regs()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
mmio_context.c
380
FW_REG_READ |
FW_REG_WRITE
);
in handle_tlb_pending_event()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_engine_cs.c
1078
FW_REG_READ |
FW_REG_WRITE
);
in read_subslice_reg()
H
A
D
intel_workarounds.c
1326
FW_REG_WRITE
);
in wal_get_fw_for_rmw()
Completed in 27 milliseconds