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:bsh
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7770_osm.c
56
ahc->
bsh
.ioport = port;
in aic7770_map_registers()
98
ahc->
bsh
.ioport = 0;
in aic7770_probe()
H
A
D
aic7xxx_osm_pci.c
405
ahc->
bsh
.maddr = maddr;
in ahc_pci_map_registers()
423
ahc->
bsh
.maddr = NULL;
in ahc_pci_map_registers()
444
ahc->
bsh
.ioport = (u_long)base;
in ahc_pci_map_registers()
H
A
D
aic7xxx_osm.c
404
x = readb(ahc->
bsh
.maddr + port);
in ahc_inb()
406
x = inb(ahc->
bsh
.ioport + port);
in ahc_inb()
416
writeb(val, ahc->
bsh
.maddr + port);
in ahc_outb()
418
outb(val, ahc->
bsh
.ioport + port);
in ahc_outb()
1228
&& ahc->
bsh
.ioport != 0)
in ahc_platform_free()
1229
release_region(ahc->
bsh
.ioport, 256);
in ahc_platform_free()
1231
&& ahc->
bsh
.maddr != NULL) {
in ahc_platform_free()
1232
iounmap(ahc->
bsh
.maddr);
in ahc_platform_free()
H
A
D
aic7xxx.h
905
bus_space_handle_t
bsh
;
member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7770_osm.c
56
ahc->
bsh
.ioport = port;
in aic7770_map_registers()
98
ahc->
bsh
.ioport = 0;
in aic7770_probe()
H
A
D
aic7xxx_osm_pci.c
381
ahc->
bsh
.maddr = maddr;
in ahc_pci_map_registers()
399
ahc->
bsh
.maddr = NULL;
in ahc_pci_map_registers()
420
ahc->
bsh
.ioport = (u_long)base;
in ahc_pci_map_registers()
H
A
D
aic7xxx_osm.c
405
x = readb(ahc->
bsh
.maddr + port);
in ahc_inb()
407
x = inb(ahc->
bsh
.ioport + port);
in ahc_inb()
417
writeb(val, ahc->
bsh
.maddr + port);
in ahc_outb()
419
outb(val, ahc->
bsh
.ioport + port);
in ahc_outb()
1227
&& ahc->
bsh
.ioport != 0)
in ahc_platform_free()
1228
release_region(ahc->
bsh
.ioport, 256);
in ahc_platform_free()
1230
&& ahc->
bsh
.maddr != NULL) {
in ahc_platform_free()
1231
iounmap(ahc->
bsh
.maddr);
in ahc_platform_free()
H
A
D
aic7xxx.h
903
bus_space_handle_t
bsh
;
member
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/
H
A
D
Makefile
87
dtb-$(CONFIG_ARCH_MXC) += imx8mn-
bsh
-smm-s2.dtb
88
dtb-$(CONFIG_ARCH_MXC) += imx8mn-
bsh
-smm-s2pro.dtb
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm64/freescale/
H
A
D
Makefile
87
dtb-$(CONFIG_ARCH_MXC) += imx8mn-
bsh
-smm-s2.dtb
88
dtb-$(CONFIG_ARCH_MXC) += imx8mn-
bsh
-smm-s2pro.dtb
Completed in 14 milliseconds