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_boot_status
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/
H
A
D
dmub_dcn31.c
472
uint32_t
fw_boot_status
= REG_READ(DMCUB_SCRATCH0);
in dmub_dcn31_should_detect()
local
473
bool should_detect = (
fw_boot_status
& DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0;
in dmub_dcn31_should_detect()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
615
u32
fw_boot_status
, val;
in goya_early_init()
local
653
&
fw_boot_status
);
in goya_early_init()
658
if ((
fw_boot_status
& CPU_BOOT_DEV_STS0_ENABLED) &&
in goya_early_init()
659
(
fw_boot_status
& CPU_BOOT_DEV_STS0_FW_IATU_CONF_EN))
in goya_early_init()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
804
u32
fw_boot_status
;
in gaudi_early_init()
local
848
&
fw_boot_status
);
in gaudi_early_init()
853
if ((
fw_boot_status
& CPU_BOOT_DEV_STS0_ENABLED) &&
in gaudi_early_init()
854
(
fw_boot_status
& CPU_BOOT_DEV_STS0_FW_IATU_CONF_EN))
in gaudi_early_init()
Completed in 18 milliseconds