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:STAT_FRM_ERR
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
mvebu-uart.c
65
#define
STAT_FRM_ERR
BIT(2)
macro
68
#define STAT_BRK_ERR (STAT_BRK_DET |
STAT_FRM_ERR
\
266
status &= ~(
STAT_FRM_ERR
| STAT_PAR_ERR);
in mvebu_uart_rx_chars()
274
if (status &
STAT_FRM_ERR
)
in mvebu_uart_rx_chars()
296
if (status &
STAT_FRM_ERR
)
in mvebu_uart_rx_chars()
352
if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR |
STAT_FRM_ERR
|
in mvebu_uart_isr()
367
if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR |
STAT_FRM_ERR
|
in mvebu_uart_rx_isr()
503
port->read_status_mask |=
STAT_FRM_ERR
| STAT_PAR_ERR;
in mvebu_uart_set_termios()
508
STAT_FRM_ERR
| STAT_PAR_ERR | STAT_OVR_ERR;
in mvebu_uart_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
mvebu-uart.c
67
#define
STAT_FRM_ERR
BIT(2)
macro
70
#define STAT_BRK_ERR (STAT_BRK_DET |
STAT_FRM_ERR
\
292
status &= ~(
STAT_FRM_ERR
| STAT_PAR_ERR);
in mvebu_uart_rx_chars()
300
if (status &
STAT_FRM_ERR
)
in mvebu_uart_rx_chars()
322
if (status &
STAT_FRM_ERR
)
in mvebu_uart_rx_chars()
350
if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR |
STAT_FRM_ERR
|
in mvebu_uart_isr()
365
if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR |
STAT_FRM_ERR
|
in mvebu_uart_rx_isr()
549
port->read_status_mask |=
STAT_FRM_ERR
| STAT_PAR_ERR;
in mvebu_uart_set_termios()
554
STAT_FRM_ERR
| STAT_PAR_ERR | STAT_OVR_ERR;
in mvebu_uart_set_termios()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-pic32.c
78
#define
STAT_FRM_ERR
BIT(12) /* Multiple Frame Sync pulse */
macro
248
if (status &
STAT_FRM_ERR
) {
in pic32_spi_fault_irq()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pic32.c
78
#define
STAT_FRM_ERR
BIT(12) /* Multiple Frame Sync pulse */
macro
248
if (status &
STAT_FRM_ERR
) {
in pic32_spi_fault_irq()
Completed in 7 milliseconds