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:baseport
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
atp870u.h
27
unsigned long
baseport
;
member
H
A
D
atp870u.c
49
outb(val, atp->
baseport
+ reg);
in atp_writeb_base()
54
outw(val, atp->
baseport
+ reg);
in atp_writew_base()
79
return inb(atp->
baseport
+ reg);
in atp_readb_base()
84
return inw(atp->
baseport
+ reg);
in atp_readw_base()
89
return inl(atp->
baseport
+ reg);
in atp_readl_base()
1537
atpdev->
baseport
= shpnt->io_port;
in atp870u_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
atp870u.h
27
unsigned long
baseport
;
member
H
A
D
atp870u.c
50
outb(val, atp->
baseport
+ reg);
in atp_writeb_base()
55
outw(val, atp->
baseport
+ reg);
in atp_writew_base()
80
return inb(atp->
baseport
+ reg);
in atp_readb_base()
85
return inw(atp->
baseport
+ reg);
in atp_readw_base()
90
return inl(atp->
baseport
+ reg);
in atp_readl_base()
1595
atpdev->
baseport
= shpnt->io_port;
in atp870u_probe()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_mbox.h
152
* @
baseport
: base port of hba memory
191
unsigned long
baseport
;
member
H
A
D
megaraid_ioctl.h
166
* @
baseport
: base port of hba memory
184
uint64_t
baseport
;
member
H
A
D
megaraid_mbox.c
723
// our
baseport
in megaraid_init_mbox()
724
raid_dev->
baseport
= pci_resource_start(pdev, 0);
in megaraid_init_mbox()
734
raid_dev->baseaddr = ioremap(raid_dev->
baseport
, 128);
in megaraid_init_mbox()
3740
hinfo->
baseport
= ADAP2RAIDDEV(adapter)->
baseport
;
in gather_hbainfo()
H
A
D
megaraid_mm.c
886
cinfo->base = hinfo->
baseport
;
in hinfo_to_cinfo()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_mbox.h
152
* @
baseport
: base port of hba memory
191
unsigned long
baseport
;
member
H
A
D
megaraid_ioctl.h
166
* @
baseport
: base port of hba memory
184
uint64_t
baseport
;
member
H
A
D
megaraid_mbox.c
725
// our
baseport
in megaraid_init_mbox()
726
raid_dev->
baseport
= pci_resource_start(pdev, 0);
in megaraid_init_mbox()
736
raid_dev->baseaddr = ioremap(raid_dev->
baseport
, 128);
in megaraid_init_mbox()
3731
hinfo->
baseport
= ADAP2RAIDDEV(adapter)->
baseport
;
in gather_hbainfo()
H
A
D
megaraid_mm.c
886
cinfo->base = hinfo->
baseport
;
in hinfo_to_cinfo()
Completed in 17 milliseconds