OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pll_ctrl
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/kernel/uapi/linux/
rtc.h
38
int
pll_ctrl
;
member in struct:rtc_pll_info
/external/kernel-headers/original/uapi/linux/
rtc.h
57
int
pll_ctrl
; /* placeholder for fancier control */
member in struct:rtc_pll_info
/external/u-boot/drivers/usb/host/
ehci-vf.c
62
void __iomem *
pll_ctrl
;
local
66
pll_ctrl
= &anadig->pll3_ctrl;
67
clrbits_le32(
pll_ctrl
, ANADIG_PLL3_CTRL_BYPASS);
68
setbits_le32(
pll_ctrl
, ANADIG_PLL3_CTRL_ENABLE
73
pll_ctrl
= &anadig->pll7_ctrl;
74
clrbits_le32(
pll_ctrl
, ANADIG_PLL7_CTRL_BYPASS);
75
setbits_le32(
pll_ctrl
, ANADIG_PLL7_CTRL_ENABLE
/external/u-boot/arch/m68k/include/asm/
immap_5282.h
89
typedef struct
pll_ctrl
{
struct
immap_520x.h
176
typedef struct
pll_ctrl
{
struct
immap_5235.h
206
typedef struct
pll_ctrl
{
struct
immap_5301x.h
296
typedef struct
pll_ctrl
{
struct
immap_5275.h
340
typedef struct
pll_ctrl
{
struct
immap_5329.h
374
typedef struct
pll_ctrl
{
struct
/external/u-boot/arch/arm/include/asm/arch-sunxi/
display.h
178
u32
pll_ctrl
; /* 0x208 */
member in struct:sunxi_hdmi_reg
Completed in 98 milliseconds