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:RxINT_MASK
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
zs.h
99
#define
RxINT_MASK
0x18
macro
H
A
D
ip22zilog.h
79
#define
RxINT_MASK
0x18
macro
H
A
D
sunzilog.h
71
#define
RxINT_MASK
0x18
macro
H
A
D
pmac_zilog.h
168
#define
RxINT_MASK
0x18
macro
H
A
D
ip22zilog.c
178
regs[R1] & ~(
RxINT_MASK
| TxINT_ENAB | EXT_INT_ENAB));
in __load_zsregs()
632
up->curregs[R1] &= ~
RxINT_MASK
;
in ip22zilog_stop_rx()
789
up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB |
RxINT_MASK
);
in ip22zilog_shutdown()
H
A
D
zs.c
459
zport->regs[1] &= ~(
RxINT_MASK
| TxINT_ENAB);
in zs_stop_rx()
785
zport->regs[1] &= ~
RxINT_MASK
;
in zs_startup()
H
A
D
pmac_zilog.c
132
regs[R1] & ~(
RxINT_MASK
| TxINT_ENAB | EXT_INT_ENAB));
in pmz_load_zsregs()
210
uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB |
RxINT_MASK
);
in pmz_interrupt_control()
665
uap->curregs[R1] &= ~
RxINT_MASK
;
in pmz_stop_rx()
H
A
D
sunzilog.c
197
regs[R1] & ~(
RxINT_MASK
| TxINT_ENAB | EXT_INT_ENAB));
in __load_zsregs()
732
up->curregs[R1] &= ~
RxINT_MASK
;
in sunzilog_stop_rx()
854
up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB |
RxINT_MASK
);
in sunzilog_shutdown()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
zs.h
99
#define
RxINT_MASK
0x18
macro
H
A
D
ip22zilog.h
79
#define
RxINT_MASK
0x18
macro
H
A
D
sunzilog.h
71
#define
RxINT_MASK
0x18
macro
H
A
D
pmac_zilog.h
158
#define
RxINT_MASK
0x18
macro
H
A
D
ip22zilog.c
178
regs[R1] & ~(
RxINT_MASK
| TxINT_ENAB | EXT_INT_ENAB));
in __load_zsregs()
630
up->curregs[R1] &= ~
RxINT_MASK
;
in ip22zilog_stop_rx()
787
up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB |
RxINT_MASK
);
in ip22zilog_shutdown()
H
A
D
zs.c
459
zport->regs[1] &= ~(
RxINT_MASK
| TxINT_ENAB);
in zs_stop_rx()
785
zport->regs[1] &= ~
RxINT_MASK
;
in zs_startup()
H
A
D
sunzilog.c
197
regs[R1] & ~(
RxINT_MASK
| TxINT_ENAB | EXT_INT_ENAB));
in __load_zsregs()
730
up->curregs[R1] &= ~
RxINT_MASK
;
in sunzilog_stop_rx()
852
up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB |
RxINT_MASK
);
in sunzilog_shutdown()
H
A
D
pmac_zilog.c
125
regs[R1] & ~(
RxINT_MASK
| TxINT_ENAB | EXT_INT_ENAB));
in pmz_load_zsregs()
203
uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB |
RxINT_MASK
);
in pmz_interrupt_control()
647
uap->curregs[R1] &= ~
RxINT_MASK
;
in pmz_stop_rx()
Completed in 21 milliseconds