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:bm_status
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
longhaul.c
253
u16
bm_status
= 0;
in longhaul_setstate()
local
288
bm_status
= inw(acpi_regs_addr);
in longhaul_setstate()
289
bm_status
&= 1 << 4;
in longhaul_setstate()
290
while (
bm_status
&& bm_timeout) {
in longhaul_setstate()
293
bm_status
= inw(acpi_regs_addr);
in longhaul_setstate()
294
bm_status
&= 1 << 4;
in longhaul_setstate()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
longhaul.c
253
u16
bm_status
= 0;
in longhaul_setstate()
local
288
bm_status
= inw(acpi_regs_addr);
in longhaul_setstate()
289
bm_status
&= 1 << 4;
in longhaul_setstate()
290
while (
bm_status
&& bm_timeout) {
in longhaul_setstate()
293
bm_status
= inw(acpi_regs_addr);
in longhaul_setstate()
294
bm_status
&= 1 << 4;
in longhaul_setstate()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
processor_idle.c
512
u32
bm_status
= 0;
in acpi_idle_bm_check()
local
517
acpi_read_bit_register(ACPI_BITREG_BUS_MASTER_STATUS, &
bm_status
);
in acpi_idle_bm_check()
518
if (
bm_status
)
in acpi_idle_bm_check()
528
bm_status
= 1;
in acpi_idle_bm_check()
530
return
bm_status
;
in acpi_idle_bm_check()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
processor_idle.c
505
u32
bm_status
= 0;
in acpi_idle_bm_check()
local
510
acpi_read_bit_register(ACPI_BITREG_BUS_MASTER_STATUS, &
bm_status
);
in acpi_idle_bm_check()
511
if (
bm_status
)
in acpi_idle_bm_check()
521
bm_status
= 1;
in acpi_idle_bm_check()
523
return
bm_status
;
in acpi_idle_bm_check()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
FlashPoint.c
1747
unsigned char thisCard, result,
bm_status
, bm_int_st;
in FlashPoint_HandleInterrupt()
local
1759
bm_status
= RD_HARPOON(ioport + hp_ext_status) &
in FlashPoint_HandleInterrupt()
1762
bm_status
= 0;
in FlashPoint_HandleInterrupt()
1767
FPT_default_intena) |
bm_status
) {
in FlashPoint_HandleInterrupt()
1771
if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) ||
bm_status
) {
in FlashPoint_HandleInterrupt()
1777
bm_status
= 0;
in FlashPoint_HandleInterrupt()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
FlashPoint.c
1715
unsigned char thisCard, result,
bm_status
;
in FlashPoint_HandleInterrupt()
local
1727
bm_status
= RD_HARPOON(ioport + hp_ext_status) &
in FlashPoint_HandleInterrupt()
1730
bm_status
= 0;
in FlashPoint_HandleInterrupt()
1735
FPT_default_intena) |
bm_status
) {
in FlashPoint_HandleInterrupt()
1739
if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) ||
bm_status
) {
in FlashPoint_HandleInterrupt()
1745
bm_status
= 0;
in FlashPoint_HandleInterrupt()
Completed in 31 milliseconds