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:bootstage
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
smpro-misc.c
29
u32
bootstage
;
in boot_progress_show()
local
43
ret = regmap_read(misc->regmap, BOOTSTAGE, &
bootstage
);
in boot_progress_show()
47
boot_stage = (
bootstage
>> 8) & 0xff;
in boot_progress_show()
60
ret = regmap_write(misc->regmap, BOOTSTAGE, ((
bootstage
& 0xff00) | 0x1));
in boot_progress_show()
65
boot_progress[0] =
bootstage
;
in boot_progress_show()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_bcm4377.c
532
*
bootstage
: Current value of the
bootstage
543
* event: Event for changed
bootstage
or rti_status; used for booting firmware
562
u32
bootstage
;
member
831
u32
bootstage
, rti_status;
in bcm4377_irq()
local
833
bootstage
= ioread32(bcm4377->bar2 + BCM4377_BAR2_BOOTSTAGE);
in bcm4377_irq()
836
if (
bootstage
!= bcm4377->
bootstage
||
in bcm4377_irq()
839
"
bootstage
= %d -> %d, rti state = %d -> %d\n",
in bcm4377_irq()
840
bcm4377->
bootstage
, bootstag
in bcm4377_irq()
1815
u32
bootstage
, rti_status;
bcm4377_boot()
local
[all...]
Completed in 4 milliseconds