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:C218_ConfBase
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
moxa.h
22
#define
C218_ConfBase
0x800
macro
23
#define C218_status (
C218_ConfBase
+ 0) /* BIOS running status */
24
#define C218_diag (
C218_ConfBase
+ 2) /* diagnostic status */
25
#define C218_key (
C218_ConfBase
+ 4) /* WORD (0x218 for C218) */
26
#define C218DLoad_len (
C218_ConfBase
+ 6) /* WORD */
27
#define C218check_sum (
C218_ConfBase
+ 8) /* BYTE */
28
#define C218chksum_ok (
C218_ConfBase
+ 0x0a) /* BYTE (1:ok) */
29
#define C218_TestRx (
C218_ConfBase
+ 0x10) /* 8 bytes for 8 ports */
30
#define C218_TestTx (
C218_ConfBase
+ 0x18) /* 8 bytes for 8 ports */
31
#define C218_RXerr (
C218_ConfBase
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
moxa.c
65
#define
C218_ConfBase
0x800
macro
66
#define C218_status (
C218_ConfBase
+ 0) /* BIOS running status */
67
#define C218_diag (
C218_ConfBase
+ 2) /* diagnostic status */
68
#define C218_key (
C218_ConfBase
+ 4) /* WORD (0x218 for C218) */
69
#define C218DLoad_len (
C218_ConfBase
+ 6) /* WORD */
70
#define C218check_sum (
C218_ConfBase
+ 8) /* BYTE */
71
#define C218chksum_ok (
C218_ConfBase
+ 0x0a) /* BYTE (1:ok) */
72
#define C218_TestRx (
C218_ConfBase
+ 0x10) /* 8 bytes for 8 ports */
73
#define C218_TestTx (
C218_ConfBase
+ 0x18) /* 8 bytes for 8 ports */
74
#define C218_RXerr (
C218_ConfBase
[all...]
Completed in 3 milliseconds