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:PROG_HLT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
FlashPoint.c
518
#define
PROG_HLT
BIT(6)
macro
1865
(
PROG_HLT
| RSEL | PHASE | BUS_FREE));
in FlashPoint_HandleInterrupt()
1899
else if ((hp_int & IUNKWN) || (hp_int &
PROG_HLT
)) {
in FlashPoint_HandleInterrupt()
1901
(PHASE | IUNKWN |
PROG_HLT
));
in FlashPoint_HandleInterrupt()
2089
(
PROG_HLT
| TIMEOUT | SEL | BUS_FREE | PHASE |
in FPT_SccbMgr_bad_isr()
2577
WRW_HARPOON((port + hp_intstat), (
PROG_HLT
| TIMEOUT | SEL | BUS_FREE));
in FPT_ssel()
6137
(RESET |
PROG_HLT
| TIMEOUT | AUTO_INT))) {
in FPT_scsell()
6458
FPT_default_intena = RESET | RSEL |
PROG_HLT
| TIMEOUT |
in FPT_XbowInit()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
FlashPoint.c
490
#define
PROG_HLT
BIT(6)
macro
1833
(
PROG_HLT
| RSEL | PHASE | BUS_FREE));
in FlashPoint_HandleInterrupt()
1867
else if ((hp_int & IUNKWN) || (hp_int &
PROG_HLT
)) {
in FlashPoint_HandleInterrupt()
1869
(PHASE | IUNKWN |
PROG_HLT
));
in FlashPoint_HandleInterrupt()
2057
(
PROG_HLT
| TIMEOUT | SEL | BUS_FREE | PHASE |
in FPT_SccbMgr_bad_isr()
2545
WRW_HARPOON((port + hp_intstat), (
PROG_HLT
| TIMEOUT | SEL | BUS_FREE));
in FPT_ssel()
6106
(RESET |
PROG_HLT
| TIMEOUT | AUTO_INT))) {
in FPT_scsell()
6427
FPT_default_intena = RESET | RSEL |
PROG_HLT
| TIMEOUT |
in FPT_XbowInit()
Completed in 18 milliseconds