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:sInW
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
rocket_int.h
71
static inline unsigned short
sInW
(unsigned short port)
in sInW()
function
453
Word_t w =
sInW
((CTLP)->PCIIO); \
792
#define sGetChanStatus(ChP)
sInW
((ChP)->ChanStat)
848
(
sInW
((CTLP)->PCIIO2) & UPCI_AIOP_INTR_BITS) : \
849
((
sInW
((CTLP)->PCIIO) >> 8) & AIOP_INTR_BITS))
861
#define sGetRxCnt(ChP)
sInW
((ChP)->TxRxCount)
H
A
D
rocket.c
343
CharNStat =
sInW
(sGetTxRxDataIO(cp));
in rp_do_receive()
2088
(
sInW
(ConfigIO + _PCI_9030_GPIO_CTRL) &
in register_PCI()
2640
AiopID =
sInW
(io + _CHN_STAT0) & 0x07;
in sReadAiopID()
2668
x =
sInW
(io + _INDX_DATA);
in sReadAiopNumChan()
2670
if (x !=
sInW
(io + _INDX_DATA)) /* if different must be 8 chan */
in sReadAiopNumChan()
Completed in 6 milliseconds