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:PORT_SCI
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
sh-sci.h
160
#define SCxSR_TEND(port) (((port)->type ==
PORT_SCI
) ? SCI_TEND : SCIF_TEND)
161
#define SCxSR_RDxF(port) (((port)->type ==
PORT_SCI
) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
162
#define SCxSR_TDxE(port) (((port)->type ==
PORT_SCI
) ? SCI_TDRE : SCIF_TDFE)
163
#define SCxSR_FER(port) (((port)->type ==
PORT_SCI
) ? SCI_FER : SCIF_FER)
164
#define SCxSR_PER(port) (((port)->type ==
PORT_SCI
) ? SCI_PER : SCIF_PER)
165
#define SCxSR_BRK(port) (((port)->type ==
PORT_SCI
) ? 0x00 : SCIF_BRK)
170
(((port)->type ==
PORT_SCI
) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
174
(((port)->type ==
PORT_SCI
) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
176
(((port)->type ==
PORT_SCI
) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
H
A
D
sh-sci.c
652
if (port->type ==
PORT_SCI
) {
in sci_clear_SCxSR()
874
if (port->type ==
PORT_SCI
) {
in sci_receive_chars()
1792
if (port->type ==
PORT_SCI
) {
in sci_er_interrupt()
2678
case
PORT_SCI
:
in sci_type()
2865
case
PORT_SCI
:
in sci_probe_regmap()
2931
if (p->type ==
PORT_SCI
)
in sci_init_single()
2999
if (port->type ==
PORT_SCI
&& !dev->dev.of_node) {
in sci_init_single()
3235
.data = SCI_OF_DATA(
PORT_SCI
, SCIx_SCI_REGTYPE),
3478
return early_console_setup(device,
PORT_SCI
);
in sci_early_console_setup()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
sh-sci.h
164
#define SCxSR_TEND(port) (((port)->type ==
PORT_SCI
) ? SCI_TEND : SCIF_TEND)
165
#define SCxSR_RDxF(port) (((port)->type ==
PORT_SCI
) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
166
#define SCxSR_TDxE(port) (((port)->type ==
PORT_SCI
) ? SCI_TDRE : SCIF_TDFE)
167
#define SCxSR_FER(port) (((port)->type ==
PORT_SCI
) ? SCI_FER : SCIF_FER)
168
#define SCxSR_PER(port) (((port)->type ==
PORT_SCI
) ? SCI_PER : SCIF_PER)
169
#define SCxSR_BRK(port) (((port)->type ==
PORT_SCI
) ? 0x00 : SCIF_BRK)
174
(((port)->type ==
PORT_SCI
) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
178
(((port)->type ==
PORT_SCI
) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
180
(((port)->type ==
PORT_SCI
) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
H
A
D
sh-sci.c
609
if (port->type ==
PORT_SCI
)
in sci_start_tx()
667
if (port->type ==
PORT_SCI
) {
in sci_clear_SCxSR()
849
} else if (port->type ==
PORT_SCI
&& uart_circ_empty(xmit)) {
in sci_transmit_chars()
868
if (port->type ==
PORT_SCI
) {
in sci_transmit_chars()
898
if (port->type ==
PORT_SCI
) {
in sci_receive_chars()
1786
if (port->type !=
PORT_SCI
)
in sci_tx_end_interrupt()
1832
if (port->type ==
PORT_SCI
) {
in sci_er_interrupt()
2646
if (port->type !=
PORT_SCI
)
in sci_set_termios()
2698
case
PORT_SCI
:
in sci_type()
2870
case
PORT_SCI
in sci_probe_regmap()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
serial_core.h
90
#define
PORT_SCI
52
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
serial_core.h
95
#define
PORT_SCI
52
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
serial_core.h
58
#define
PORT_SCI
52
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
serial_core.h
58
#define
PORT_SCI
52
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
serial_core.h
58
#define
PORT_SCI
52
macro
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H
A
D
setup-sh770x.c
110
.type =
PORT_SCI
,
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H
A
D
setup-sh770x.c
110
.type =
PORT_SCI
,
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H
A
D
setup-sh7760.c
208
.type =
PORT_SCI
,
H
A
D
setup-sh7750.c
39
.type =
PORT_SCI
,
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H
A
D
setup-sh7760.c
208
.type =
PORT_SCI
,
H
A
D
setup-sh7750.c
39
.type =
PORT_SCI
,
Completed in 14 milliseconds