OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PLL_DSMPD
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/rockchip/
rk3399_pmucru.c
156
#define
PLL_DSMPD
__BIT(3)
189
const u_int dsmpd = __SHIFTOUT(con3,
PLL_DSMPD
);
243
val = __SHIFTIN(pll_rate->dsmpd,
PLL_DSMPD
) | (
PLL_DSMPD
<< 16);
rk_cru_pll.c
48
#define
PLL_DSMPD
__BIT(12)
138
const u_int dsmpd = __SHIFTOUT(con1,
PLL_DSMPD
);
241
__SHIFTIN(pll_rate->dsmpd,
PLL_DSMPD
) |
rk3399_cru.c
228
#define
PLL_DSMPD
__BIT(3)
261
const u_int dsmpd = __SHIFTOUT(con3,
PLL_DSMPD
);
320
val = __SHIFTIN(pll_rate->dsmpd,
PLL_DSMPD
) | (
PLL_DSMPD
<< 16);
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025