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:maxidl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
cpm-serial.c
56
u16
maxidl
;
member
141
out_be16(¶m->
maxidl
, 0);
in cpm_serial_open()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
cpm-serial.c
56
u16
maxidl
;
member
141
out_be16(¶m->
maxidl
, 0);
in cpm_serial_open()
/kernel/linux/linux-5.10/drivers/tty/serial/cpm_uart/
H
A
D
cpm_uart_core.c
497
int
maxidl
;
in cpm_uart_set_termios()
local
513
maxidl
= baud / 2400;
in cpm_uart_set_termios()
514
if (
maxidl
< 1)
in cpm_uart_set_termios()
515
maxidl
= 1;
in cpm_uart_set_termios()
516
if (
maxidl
> 0x10)
in cpm_uart_set_termios()
517
maxidl
= 0x10;
in cpm_uart_set_termios()
617
out_be16(&pinfo->smcup->smc_maxidl,
maxidl
);
in cpm_uart_set_termios()
630
out_be16(&pinfo->sccup->scc_maxidl,
maxidl
);
in cpm_uart_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
cpm_uart.c
499
int
maxidl
;
in cpm_uart_set_termios()
local
514
maxidl
= baud / 2400;
in cpm_uart_set_termios()
515
if (
maxidl
< 1)
in cpm_uart_set_termios()
516
maxidl
= 1;
in cpm_uart_set_termios()
517
if (
maxidl
> 0x10)
in cpm_uart_set_termios()
518
maxidl
= 0x10;
in cpm_uart_set_termios()
587
out_be16(&pinfo->smcup->smc_maxidl,
maxidl
);
in cpm_uart_set_termios()
604
out_be16(&pinfo->sccup->scc_maxidl,
maxidl
);
in cpm_uart_set_termios()
H
A
D
ucc_uart.c
95
__be16
maxidl
; /* Maximum idle chars */
member
662
iowrite16be(0x10, &uccup->
maxidl
);
in qe_uart_init_ucc()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
ucc_uart.c
95
__be16
maxidl
; /* Maximum idle chars */
member
664
qe_iowrite16be(0x10, &uccup->
maxidl
);
in qe_uart_init_ucc()
Completed in 9 milliseconds