OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newclk
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/imx/
imx23_ssp.c
703
uint32_t
newclk
, found, reg;
local in function:issp_set_sck
710
newclk
= SSP_CLK / (d * (1 + r));
711
if (
newclk
== target) {
712
found =
newclk
;
717
if (
newclk
< target &&
newclk
> found) {
718
found =
newclk
;
imx23_ssp.c
703
uint32_t
newclk
, found, reg;
local in function:issp_set_sck
710
newclk
= SSP_CLK / (d * (1 + r));
711
if (
newclk
== target) {
712
found =
newclk
;
717
if (
newclk
< target &&
newclk
> found) {
718
found =
newclk
;
Completed in 22 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025