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:bshs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_osm_pci.c
327
ahd->
bshs
[0].maddr = maddr;
in ahd_pci_map_registers()
329
ahd->
bshs
[1].maddr = maddr + 0x100;
in ahd_pci_map_registers()
343
ahd->
bshs
[0].maddr = NULL;
in ahd_pci_map_registers()
363
ahd->
bshs
[0].ioport = (u_long)base;
in ahd_pci_map_registers()
364
ahd->
bshs
[1].ioport = (u_long)base2;
in ahd_pci_map_registers()
H
A
D
aic79xx_osm.c
406
x = readb(ahd->
bshs
[0].maddr + port);
in ahd_inb()
408
x = inb(ahd->
bshs
[(port) >> 8].ioport + ((port) & 0xFF));
in ahd_inb()
421
x = readw(ahd->
bshs
[0].maddr + port);
423
x = inw(ahd->
bshs
[(port) >> 8].ioport + ((port) & 0xFF));
434
writeb(val, ahd->
bshs
[0].maddr + port);
in ahd_outb()
436
outb(val, ahd->
bshs
[(port) >> 8].ioport + (port & 0xFF));
in ahd_outb()
445
writew(val, ahd->
bshs
[0].maddr + port);
in ahd_outw_atomic()
447
outw(val, ahd->
bshs
[(port) >> 8].ioport + (port & 0xFF));
in ahd_outw_atomic()
1340
&& ahd->
bshs
[0].ioport != 0)
in ahd_platform_free()
1341
release_region(ahd->
bshs
[
in ahd_platform_free()
[all...]
H
A
D
aic79xx.h
1055
bus_space_handle_t
bshs
[2];
member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_osm_pci.c
308
ahd->
bshs
[0].maddr = maddr;
in ahd_pci_map_registers()
310
ahd->
bshs
[1].maddr = maddr + 0x100;
in ahd_pci_map_registers()
324
ahd->
bshs
[0].maddr = NULL;
in ahd_pci_map_registers()
344
ahd->
bshs
[0].ioport = (u_long)base;
in ahd_pci_map_registers()
345
ahd->
bshs
[1].ioport = (u_long)base2;
in ahd_pci_map_registers()
H
A
D
aic79xx_osm.c
406
x = readb(ahd->
bshs
[0].maddr + port);
in ahd_inb()
408
x = inb(ahd->
bshs
[(port) >> 8].ioport + ((port) & 0xFF));
in ahd_inb()
421
x = readw(ahd->
bshs
[0].maddr + port);
423
x = inw(ahd->
bshs
[(port) >> 8].ioport + ((port) & 0xFF));
434
writeb(val, ahd->
bshs
[0].maddr + port);
in ahd_outb()
436
outb(val, ahd->
bshs
[(port) >> 8].ioport + (port & 0xFF));
in ahd_outb()
445
writew(val, ahd->
bshs
[0].maddr + port);
in ahd_outw_atomic()
447
outw(val, ahd->
bshs
[(port) >> 8].ioport + (port & 0xFF));
in ahd_outw_atomic()
1334
&& ahd->
bshs
[0].ioport != 0)
in ahd_platform_free()
1335
release_region(ahd->
bshs
[
in ahd_platform_free()
[all...]
H
A
D
aic79xx.h
1055
bus_space_handle_t
bshs
[2];
member
Completed in 14 milliseconds