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:HOSTIOPORT0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
aha152x.h
16
#define SCSISEQ (
HOSTIOPORT0
+0x00) /* SCSI sequence control */
17
#define SXFRCTL0 (
HOSTIOPORT0
+0x01) /* SCSI transfer control 0 */
18
#define SXFRCTL1 (
HOSTIOPORT0
+0x02) /* SCSI transfer control 1 */
19
#define SCSISIG (
HOSTIOPORT0
+0x03) /* SCSI signal in/out */
20
#define SCSIRATE (
HOSTIOPORT0
+0x04) /* SCSI rate control */
21
#define SELID (
HOSTIOPORT0
+0x05) /* selection/reselection ID */
23
#define SCSIDAT (
HOSTIOPORT0
+0x06) /* SCSI latched data */
24
#define SCSIBUS (
HOSTIOPORT0
+0x07) /* SCSI data bus */
25
#define STCNT0 (
HOSTIOPORT0
+0x08) /* SCSI transfer count 0 */
26
#define STCNT1 (
HOSTIOPORT0
[all...]
H
A
D
aha152x.c
550
#define
HOSTIOPORT0
(HOSTDATA(shpnt)->io_port0)
macro
735
HOSTIOPORT0
= setup->io_port;
in aha152x_probe_one()
738
HOSTIOPORT0
= setup->io_port+0x10;
in aha152x_probe_one()
777
shpnt->io_port,
HOSTIOPORT0
, HOSTIOPORT1,
in aha152x_probe_one()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
aha152x.h
16
#define SCSISEQ (
HOSTIOPORT0
+0x00) /* SCSI sequence control */
17
#define SXFRCTL0 (
HOSTIOPORT0
+0x01) /* SCSI transfer control 0 */
18
#define SXFRCTL1 (
HOSTIOPORT0
+0x02) /* SCSI transfer control 1 */
19
#define SCSISIG (
HOSTIOPORT0
+0x03) /* SCSI signal in/out */
20
#define SCSIRATE (
HOSTIOPORT0
+0x04) /* SCSI rate control */
21
#define SELID (
HOSTIOPORT0
+0x05) /* selection/reselection ID */
23
#define SCSIDAT (
HOSTIOPORT0
+0x06) /* SCSI latched data */
24
#define SCSIBUS (
HOSTIOPORT0
+0x07) /* SCSI data bus */
25
#define STCNT0 (
HOSTIOPORT0
+0x08) /* SCSI transfer count 0 */
26
#define STCNT1 (
HOSTIOPORT0
[all...]
H
A
D
aha152x.c
568
#define
HOSTIOPORT0
(HOSTDATA(shpnt)->io_port0)
macro
754
HOSTIOPORT0
= setup->io_port;
in aha152x_probe_one()
757
HOSTIOPORT0
= setup->io_port+0x10;
in aha152x_probe_one()
796
shpnt->io_port,
HOSTIOPORT0
, HOSTIOPORT1,
in aha152x_probe_one()
Completed in 8 milliseconds