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:MDM_UL2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
nozomi.c
116
#define
MDM_UL2
0x0008
macro
129
#define MDM_UL (MDM_UL1 |
MDM_UL2
)
848
if (interrupt &
MDM_UL2
)
in interrupt2str()
849
p += scnprintf(p, TMP_BUF_MAX - (p - buf), "
MDM_UL2
");
in interrupt2str()
1083
if (read_iir &
MDM_UL2
) {
in handle_data_ul()
1087
writew(
MDM_UL2
, dc->reg_fcr);
in handle_data_ul()
1094
} else if (*toggle == 1 && read_iir &
MDM_UL2
) {
in handle_data_ul()
1098
writew(
MDM_UL2
, dc->reg_fcr);
in handle_data_ul()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
nozomi.c
112
#define
MDM_UL2
0x0008
macro
125
#define MDM_UL (MDM_UL1 |
MDM_UL2
)
834
if (interrupt &
MDM_UL2
)
in interrupt2str()
835
p += scnprintf(p, TMP_BUF_MAX - (p - buf), "
MDM_UL2
");
in interrupt2str()
1069
if (read_iir &
MDM_UL2
) {
in handle_data_ul()
1073
writew(
MDM_UL2
, dc->reg_fcr);
in handle_data_ul()
1080
} else if (*toggle == 1 && read_iir &
MDM_UL2
) {
in handle_data_ul()
1084
writew(
MDM_UL2
, dc->reg_fcr);
in handle_data_ul()
Completed in 7 milliseconds