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:CTSIE
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
zs.c
354
mmask = ((mask_b &
CTSIE
) ? TIOCM_CTS : 0) |
in zs_raw_xor_mctrl()
472
zport->regs[15] &= ~(DCDIE |
CTSIE
);
in zs_stop_rx()
505
zport->regs[15] |= DCDIE |
CTSIE
;
in zs_enable_ms()
946
zport->regs[15] |=
CTSIE
;
in zs_set_termios()
948
zport->regs[15] &= ~
CTSIE
;
in zs_set_termios()
H
A
D
zs.h
223
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
ip22zilog.h
203
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
sunzilog.h
207
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
pmac_zilog.h
298
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
pmac_zilog.c
682
new_reg = uap->curregs[R15] | (DCDIE | SYNCIE |
CTSIE
);
in pmz_enable_ms()
1262
uap->curregs[R15] |= DCDIE | SYNCIE |
CTSIE
;
in __pmz_set_termios()
1265
uap->curregs[R15] &= ~(DCDIE | SYNCIE |
CTSIE
);
in __pmz_set_termios()
H
A
D
ip22zilog.c
644
new_reg = up->curregs[R15] | (DCDIE | SYNCIE |
CTSIE
);
in ip22zilog_enable_ms()
H
A
D
sunzilog.c
744
new_reg = up->curregs[R15] | (DCDIE | SYNCIE |
CTSIE
);
in sunzilog_enable_ms()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
zs.c
354
mmask = ((mask_b &
CTSIE
) ? TIOCM_CTS : 0) |
in zs_raw_xor_mctrl()
472
zport->regs[15] &= ~(DCDIE |
CTSIE
);
in zs_stop_rx()
505
zport->regs[15] |= DCDIE |
CTSIE
;
in zs_enable_ms()
946
zport->regs[15] |=
CTSIE
;
in zs_set_termios()
948
zport->regs[15] &= ~
CTSIE
;
in zs_set_termios()
H
A
D
zs.h
223
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
ip22zilog.h
203
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
sunzilog.h
207
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
pmac_zilog.h
288
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
pmac_zilog.c
662
new_reg = uap->curregs[R15] | (DCDIE | SYNCIE |
CTSIE
);
in pmz_enable_ms()
1230
uap->curregs[R15] |= DCDIE | SYNCIE |
CTSIE
;
in __pmz_set_termios()
1233
uap->curregs[R15] &= ~(DCDIE | SYNCIE |
CTSIE
);
in __pmz_set_termios()
H
A
D
ip22zilog.c
642
new_reg = up->curregs[R15] | (DCDIE | SYNCIE |
CTSIE
);
in ip22zilog_enable_ms()
H
A
D
sunzilog.c
742
new_reg = up->curregs[R15] | (DCDIE | SYNCIE |
CTSIE
);
in sunzilog_enable_ms()
/kernel/linux/linux-5.10/drivers/net/hamradio/
H
A
D
z8530.h
167
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
dmascc.c
516
write_scc(priv, R15,
CTSIE
);
in setup_adapter()
1074
write_scc(priv, R15, r15 |
CTSIE
);
in start_timer()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H
A
D
z8530.h
167
#define
CTSIE
0x20 /* CTS IE */
macro
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
z85230.h
190
#define
CTSIE
0x20 /* CTS IE */
macro
H
A
D
z85230.c
226
15, DCDIE|SYNCIE|
CTSIE
|TxUIE|BRKIE,
251
15, DCDIE|SYNCIE|
CTSIE
|TxUIE|BRKIE,
Completed in 32 milliseconds