OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oscc
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/power/
ftpmu010.c
15
/*
OSCC
: OSC Control Register */
19
unsigned int
oscc
;
local
22
oscc
= readl(&pmu->
OSCC
);
23
oscc
&= ~(FTPMU010_OSCC_OSCL_OFF | FTPMU010_OSCC_OSCL_TRI);
24
writel(
oscc
, &pmu->
OSCC
);
27
while (!(readl(&pmu->
OSCC
) & FTPMU010_OSCC_OSCL_STABLE))
31
oscc
= readl(&pmu->
OSCC
);
[
all
...]
/external/u-boot/include/andestech/
andes_pcu.h
42
unsigned int
oscc
; /* 0x40 - OSC Control */
member in struct:andes_pcu
Completed in 2630 milliseconds