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:PAR_ERR
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
ip22zilog.c
147
if (regval & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in ip22zilog_clear_fifo()
262
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in ip22zilog_receive_chars()
280
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
in ip22zilog_receive_chars()
287
r1 &= ~(
PAR_ERR
| CRC_ERR);
in ip22zilog_receive_chars()
289
else if (r1 &
PAR_ERR
)
in ip22zilog_receive_chars()
298
else if (r1 &
PAR_ERR
)
in ip22zilog_receive_chars()
856
up->port.read_status_mask |= CRC_ERR |
PAR_ERR
;
in ip22zilog_convert_to_zs()
862
up->port.ignore_status_mask |= CRC_ERR |
PAR_ERR
;
in ip22zilog_convert_to_zs()
H
A
D
zs.c
553
status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR |
PAR_ERR
);
in zs_receive_chars()
566
(Rx_OVR | FRM_ERR |
PAR_ERR
| Rx_SYS | Rx_BRK))) {
in zs_receive_chars()
570
if (status & (Rx_OVR | FRM_ERR |
PAR_ERR
)) {
in zs_receive_chars()
583
else if (status &
PAR_ERR
)
in zs_receive_chars()
593
else if (status &
PAR_ERR
)
in zs_receive_chars()
922
uport->read_status_mask |= FRM_ERR |
PAR_ERR
;
in zs_set_termios()
928
uport->ignore_status_mask |= FRM_ERR |
PAR_ERR
;
in zs_set_termios()
H
A
D
sunzilog.c
164
if (regval & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in sunzilog_clear_fifo()
336
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in sunzilog_receive_chars()
367
if (r1 & (BRK_ABRT |
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in sunzilog_receive_chars()
369
r1 &= ~(
PAR_ERR
| CRC_ERR);
in sunzilog_receive_chars()
374
else if (r1 &
PAR_ERR
)
in sunzilog_receive_chars()
383
else if (r1 &
PAR_ERR
)
in sunzilog_receive_chars()
921
up->port.read_status_mask |= CRC_ERR |
PAR_ERR
;
in sunzilog_convert_to_zs()
927
up->port.ignore_status_mask |= CRC_ERR |
PAR_ERR
;
in sunzilog_convert_to_zs()
1011
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in sunzilog_get_poll_char()
H
A
D
zs.h
250
#define
PAR_ERR
0x10 /* Parity Error */
macro
H
A
D
pmac_zilog.c
236
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
271
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR | BRK_ABRT)) {
274
r1 &= ~(
PAR_ERR
| CRC_ERR);
279
else if (r1 &
PAR_ERR
)
288
else if (r1 &
PAR_ERR
)
1079
uap->port.read_status_mask |= CRC_ERR |
PAR_ERR
;
in pmz_convert_to_zs()
1085
uap->port.ignore_status_mask |= CRC_ERR |
PAR_ERR
;
in pmz_convert_to_zs()
H
A
D
ip22zilog.h
230
#define
PAR_ERR
0x10 /* Parity error */
macro
H
A
D
sunzilog.h
234
#define
PAR_ERR
0x10 /* Parity error */
macro
H
A
D
pmac_zilog.h
325
#define
PAR_ERR
0x10 /* Parity error */
macro
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
ip22zilog.c
147
if (regval & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in ip22zilog_clear_fifo()
262
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in ip22zilog_receive_chars()
280
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
in ip22zilog_receive_chars()
287
r1 &= ~(
PAR_ERR
| CRC_ERR);
in ip22zilog_receive_chars()
289
else if (r1 &
PAR_ERR
)
in ip22zilog_receive_chars()
298
else if (r1 &
PAR_ERR
)
in ip22zilog_receive_chars()
854
up->port.read_status_mask |= CRC_ERR |
PAR_ERR
;
in ip22zilog_convert_to_zs()
860
up->port.ignore_status_mask |= CRC_ERR |
PAR_ERR
;
in ip22zilog_convert_to_zs()
H
A
D
zs.c
554
status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR |
PAR_ERR
);
in zs_receive_chars()
567
(Rx_OVR | FRM_ERR |
PAR_ERR
| Rx_SYS | Rx_BRK))) {
in zs_receive_chars()
571
if (status & (Rx_OVR | FRM_ERR |
PAR_ERR
)) {
in zs_receive_chars()
584
else if (status &
PAR_ERR
)
in zs_receive_chars()
594
else if (status &
PAR_ERR
)
in zs_receive_chars()
922
uport->read_status_mask |= FRM_ERR |
PAR_ERR
;
in zs_set_termios()
928
uport->ignore_status_mask |= FRM_ERR |
PAR_ERR
;
in zs_set_termios()
H
A
D
sunzilog.c
164
if (regval & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in sunzilog_clear_fifo()
336
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in sunzilog_receive_chars()
367
if (r1 & (BRK_ABRT |
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in sunzilog_receive_chars()
369
r1 &= ~(
PAR_ERR
| CRC_ERR);
in sunzilog_receive_chars()
374
else if (r1 &
PAR_ERR
)
in sunzilog_receive_chars()
383
else if (r1 &
PAR_ERR
)
in sunzilog_receive_chars()
919
up->port.read_status_mask |= CRC_ERR |
PAR_ERR
;
in sunzilog_convert_to_zs()
925
up->port.ignore_status_mask |= CRC_ERR |
PAR_ERR
;
in sunzilog_convert_to_zs()
1009
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
in sunzilog_get_poll_char()
H
A
D
zs.h
250
#define
PAR_ERR
0x10 /* Parity Error */
macro
H
A
D
pmac_zilog.c
229
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR)) {
264
if (r1 & (
PAR_ERR
| Rx_OVR | CRC_ERR | BRK_ABRT)) {
267
r1 &= ~(
PAR_ERR
| CRC_ERR);
272
else if (r1 &
PAR_ERR
)
281
else if (r1 &
PAR_ERR
)
1051
uap->port.read_status_mask |= CRC_ERR |
PAR_ERR
;
in pmz_convert_to_zs()
1057
uap->port.ignore_status_mask |= CRC_ERR |
PAR_ERR
;
in pmz_convert_to_zs()
H
A
D
ip22zilog.h
230
#define
PAR_ERR
0x10 /* Parity error */
macro
H
A
D
sunzilog.h
234
#define
PAR_ERR
0x10 /* Parity error */
macro
H
A
D
pmac_zilog.h
315
#define
PAR_ERR
0x10 /* Parity error */
macro
/kernel/linux/linux-5.10/drivers/net/hamradio/
H
A
D
z8530.h
194
#define
PAR_ERR
0x10 /* Parity error */
macro
/kernel/linux/linux-6.6/drivers/net/hamradio/
H
A
D
z8530.h
194
#define
PAR_ERR
0x10 /* Parity error */
macro
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
z85230.h
217
#define
PAR_ERR
0x10 /* Parity error */
macro
Completed in 24 milliseconds