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:baud_clk
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_lpc18xx.c
41
unsigned
baud_clk
;
in lpc18xx_rs485_config()
local
64
baud_clk
= port->uartclk / up->dl_read(up);
in lpc18xx_rs485_config()
66
*
baud_clk
, MSEC_PER_SEC);
in lpc18xx_rs485_config()
73
/
baud_clk
;
in lpc18xx_rs485_config()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_lpc18xx.c
41
unsigned
baud_clk
;
in lpc18xx_rs485_config()
local
52
baud_clk
= port->uartclk / up->dl_read(up);
in lpc18xx_rs485_config()
54
*
baud_clk
, MSEC_PER_SEC);
in lpc18xx_rs485_config()
61
/
baud_clk
;
in lpc18xx_rs485_config()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
fsl_lpuart.c
244
struct clk *
baud_clk
;
member
359
ret = clk_prepare_enable(sport->
baud_clk
);
in __lpuart_enable_clks()
365
clk_disable_unprepare(sport->
baud_clk
);
in __lpuart_enable_clks()
375
return clk_get_rate(sport->
baud_clk
);
in lpuart_get_baud_clk_rate()
2661
sport->
baud_clk
= NULL;
in lpuart_probe()
2663
sport->
baud_clk
= devm_clk_get(&pdev->dev, "baud");
in lpuart_probe()
2664
if (IS_ERR(sport->
baud_clk
)) {
in lpuart_probe()
2665
ret = PTR_ERR(sport->
baud_clk
);
in lpuart_probe()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
fsl_lpuart.c
265
struct clk *
baud_clk
;
member
416
ret = clk_prepare_enable(sport->
baud_clk
);
in __lpuart_enable_clks()
422
clk_disable_unprepare(sport->
baud_clk
);
in __lpuart_enable_clks()
432
return clk_get_rate(sport->
baud_clk
);
in lpuart_get_baud_clk_rate()
2888
sport->
baud_clk
= NULL;
in lpuart_probe()
2890
sport->
baud_clk
= devm_clk_get(&pdev->dev, "baud");
in lpuart_probe()
2891
if (IS_ERR(sport->
baud_clk
)) {
in lpuart_probe()
2892
ret = PTR_ERR(sport->
baud_clk
);
in lpuart_probe()
Completed in 10 milliseconds