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:SAB82532_ISR1_BRK
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
sunsab.c
153
if ((stat->sreg.isr1 &
SAB82532_ISR1_BRK
) &&
in receive_chars()
158
if (unlikely(stat->sreg.isr1 &
SAB82532_ISR1_BRK
)) {
in receive_chars()
175
unlikely(stat->sreg.isr1 &
SAB82532_ISR1_BRK
)) {
in receive_chars()
179
if (stat->sreg.isr1 &
SAB82532_ISR1_BRK
) {
in receive_chars()
204
if (stat->sreg.isr1 &
SAB82532_ISR1_BRK
) {
in receive_chars()
325
(status.sreg.isr1 &
SAB82532_ISR1_BRK
))
in sunsab_interrupt()
739
up->port.read_status_mask |= (
SAB82532_ISR1_BRK
<< 8);
in sunsab_convert_to_sab()
749
up->port.ignore_status_mask |= (
SAB82532_ISR1_BRK
<< 8);
in sunsab_convert_to_sab()
H
A
D
sunsab.h
281
#define
SAB82532_ISR1_BRK
0x80
macro
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
sunsab.c
154
if ((stat->sreg.isr1 &
SAB82532_ISR1_BRK
) &&
in receive_chars()
159
if (unlikely(stat->sreg.isr1 &
SAB82532_ISR1_BRK
)) {
in receive_chars()
176
unlikely(stat->sreg.isr1 &
SAB82532_ISR1_BRK
)) {
in receive_chars()
180
if (stat->sreg.isr1 &
SAB82532_ISR1_BRK
) {
in receive_chars()
205
if (stat->sreg.isr1 &
SAB82532_ISR1_BRK
) {
in receive_chars()
325
(status.sreg.isr1 &
SAB82532_ISR1_BRK
))
in sunsab_interrupt()
734
up->port.read_status_mask |= (
SAB82532_ISR1_BRK
<< 8);
in sunsab_convert_to_sab()
744
up->port.ignore_status_mask |= (
SAB82532_ISR1_BRK
<< 8);
in sunsab_convert_to_sab()
H
A
D
sunsab.h
281
#define
SAB82532_ISR1_BRK
0x80
macro
Completed in 5 milliseconds