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:sio01
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/apollo/
H
A
D
config.c
112
while(!(
sio01
.srb_csrb & 1))
in dn_serial_console_wait_key()
114
return
sio01
.rhrb_thrb;
in dn_serial_console_wait_key()
121
sio01
.rhrb_thrb = (unsigned char)'\r';
in dn_serial_console_write()
122
while (!(
sio01
.srb_csrb & 0x4))
in dn_serial_console_write()
125
sio01
.rhrb_thrb = (unsigned char)*str++;
in dn_serial_console_write()
126
while (!(
sio01
.srb_csrb & 0x4))
in dn_serial_console_write()
135
sio01
.rhrb_thrb = (unsigned char)'\r';
in dn_serial_print()
136
while (!(
sio01
.srb_csrb & 0x4))
in dn_serial_print()
139
sio01
.rhrb_thrb = (unsigned char)*str++;
in dn_serial_print()
140
while (!(
sio01
in dn_serial_print()
[all...]
/kernel/linux/linux-6.6/arch/m68k/apollo/
H
A
D
config.c
113
while(!(
sio01
.srb_csrb & 1))
in dn_serial_console_wait_key()
115
return
sio01
.rhrb_thrb;
in dn_serial_console_wait_key()
122
sio01
.rhrb_thrb = (unsigned char)'\r';
in dn_serial_console_write()
123
while (!(
sio01
.srb_csrb & 0x4))
in dn_serial_console_write()
126
sio01
.rhrb_thrb = (unsigned char)*str++;
in dn_serial_console_write()
127
while (!(
sio01
.srb_csrb & 0x4))
in dn_serial_console_write()
136
sio01
.rhrb_thrb = (unsigned char)'\r';
in dn_serial_print()
137
while (!(
sio01
.srb_csrb & 0x4))
in dn_serial_print()
140
sio01
.rhrb_thrb = (unsigned char)*str++;
in dn_serial_print()
141
while (!(
sio01
in dn_serial_print()
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
apollohw.h
77
#define
sio01
((*(volatile struct SCN2681 *)(IO_BASE + sio01_physaddr)))
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
apollohw.h
77
#define
sio01
((*(volatile struct SCN2681 *)(IO_BASE + sio01_physaddr)))
macro
Completed in 2 milliseconds