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:PIO_MASK
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
H
A
D
io.h
355
#define
PIO_MASK
0x0ffffUL
macro
358
((unsigned long)p <= (
PIO_MASK
+ PIO_OFFSET)))
365
return (unsigned int)inb(port &
PIO_MASK
);
in ioread8()
379
insb(port &
PIO_MASK
, vaddr, count);
in ioread8_rep()
393
return (unsigned int)inw(port &
PIO_MASK
);
in ioread16()
408
insw(port &
PIO_MASK
, vaddr, count);
in ioread16_rep()
422
return (unsigned int)inl(port &
PIO_MASK
);
in ioread32()
438
insl(port &
PIO_MASK
, vaddr, count);
in ioread32_rep()
452
outb(value, port &
PIO_MASK
);
in iowrite8()
467
outsb(port &
PIO_MASK
, vadd
in iowrite8_rep()
[all...]
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
io.h
28
#define
PIO_MASK
0
macro
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H
A
D
io.h
30
#define
PIO_MASK
0
macro
/kernel/linux/linux-5.10/lib/
H
A
D
iomap.c
35
#define
PIO_MASK
0x0ffffUL
macro
56
port &=
PIO_MASK
; \
364
if (port >
PIO_MASK
)
in ioport_map()
/kernel/linux/linux-6.6/lib/
H
A
D
iomap.c
36
#define
PIO_MASK
0x0ffffUL
macro
57
port &=
PIO_MASK
; \
408
if (port >
PIO_MASK
)
in ioport_map()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
io_no.h
128
#define
PIO_MASK
0xffff
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
io_no.h
128
#define
PIO_MASK
0xffff
macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
io.h
69
#define
PIO_MASK
(PIO_OFFSET - 1)
macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
io.h
65
#define
PIO_MASK
(PIO_OFFSET - 1)
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
io.h
77
#define
PIO_MASK
IO_SPACE_LIMIT
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
io.h
74
#define
PIO_MASK
IO_SPACE_LIMIT
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
io.h
759
#define
PIO_MASK
(FULL_IO_SIZE - 1)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
io.h
925
#define
PIO_MASK
(FULL_IO_SIZE - 1)
macro
Completed in 9 milliseconds