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:Q40_ISA_IO_B
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
q40ide.c
61
hw->io_ports.error_addr =
Q40_ISA_IO_B
(base + 1);
in q40_ide_setup_ports()
62
hw->io_ports.nsect_addr =
Q40_ISA_IO_B
(base + 2);
in q40_ide_setup_ports()
63
hw->io_ports.lbal_addr =
Q40_ISA_IO_B
(base + 3);
in q40_ide_setup_ports()
64
hw->io_ports.lbam_addr =
Q40_ISA_IO_B
(base + 4);
in q40_ide_setup_ports()
65
hw->io_ports.lbah_addr =
Q40_ISA_IO_B
(base + 5);
in q40_ide_setup_ports()
66
hw->io_ports.device_addr =
Q40_ISA_IO_B
(base + 6);
in q40_ide_setup_ports()
67
hw->io_ports.status_addr =
Q40_ISA_IO_B
(base + 7);
in q40_ide_setup_ports()
68
hw->io_ports.ctl_addr =
Q40_ISA_IO_B
(base + 0x206);
in q40_ide_setup_ports()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
io_mm.h
50
#define
Q40_ISA_IO_B
(ioaddr) (q40_isa_io_base+1+4*((unsigned long)(ioaddr)))
macro
132
case ISA_TYPE_Q40: return (u8 __iomem *)
Q40_ISA_IO_B
(addr);
in isa_itb()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
io_mm.h
48
#define
Q40_ISA_IO_B
(ioaddr) (q40_isa_io_base+1+4*((unsigned long)(ioaddr)))
macro
130
case ISA_TYPE_Q40: return (u8 __iomem *)
Q40_ISA_IO_B
(addr);
in isa_itb()
Completed in 2 milliseconds