HomeSort by: relevance | last modified time | path
    Searched defs:con1 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/arm/rockchip/
rk3399_pmucru.c 180 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
185 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
186 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1);
187 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
rk3399_pmucru.c 180 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
185 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
186 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1);
187 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
rk_cru_pll.c 63 #define PLL_WRITE_MASK 0xffff0000 /* for CON0 and CON1 */
68 /* RK3288 CON1 */
106 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
117 const u_int nf = __SHIFTOUT(con1, RK3288_CLKF) + 1;
124 const uint64_t p = __SHIFTOUT(con1, RK3588_PLLCON1_P);
125 const uint64_t s = __SHIFTOUT(con1, RK3588_PLLCON1_S);
138 const u_int dsmpd = __SHIFTOUT(con1, PLL_DSMPD);
139 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
140 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
rk_cru_pll.c 63 #define PLL_WRITE_MASK 0xffff0000 /* for CON0 and CON1 */
68 /* RK3288 CON1 */
106 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
117 const u_int nf = __SHIFTOUT(con1, RK3288_CLKF) + 1;
124 const uint64_t p = __SHIFTOUT(con1, RK3588_PLLCON1_P);
125 const uint64_t s = __SHIFTOUT(con1, RK3588_PLLCON1_S);
138 const u_int dsmpd = __SHIFTOUT(con1, PLL_DSMPD);
139 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
140 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
rk3399_cru.c 252 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
257 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
258 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1);
259 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
rk3399_cru.c 252 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
257 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
258 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1);
259 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
  /src/sys/arch/amiga/dev/
grfabs_cc.c 903 u_short ddfstart, ddfwidth, con1; local
947 con1 = ((hstart - 9) - (ddfstart << 1)) |
972 tmp->cp.inst.operand = con1;
1096 u_short ddfstart, ddfwidth, con1; local
1142 con1 = ((hstart - 9) - (ddfstart << 1)) |
1167 tmp->cp.inst.operand = con1;
1325 u_short ddfstart, ddfwidth, con1; local
1372 con1 = ((hstart - 9) - (ddfstart << 1)) |
1398 tmp->cp.inst.operand = con1;
1877 u_short ddfstart, ddfwidth, con1; local
2212 u_short ddfstart, ddfwidth, con1; local
2453 u_short ddfstart, ddfwidth, con1; local
2628 u_short ddfstart, ddfwidth, con1; local
2828 u_short ddfstart, ddfwidth, con1; local
3297 u_short ddfstart, ddfwidth, con1; local
    [all...]
grfabs_cc.c 903 u_short ddfstart, ddfwidth, con1; local
947 con1 = ((hstart - 9) - (ddfstart << 1)) |
972 tmp->cp.inst.operand = con1;
1096 u_short ddfstart, ddfwidth, con1; local
1142 con1 = ((hstart - 9) - (ddfstart << 1)) |
1167 tmp->cp.inst.operand = con1;
1325 u_short ddfstart, ddfwidth, con1; local
1372 con1 = ((hstart - 9) - (ddfstart << 1)) |
1398 tmp->cp.inst.operand = con1;
1877 u_short ddfstart, ddfwidth, con1; local
2212 u_short ddfstart, ddfwidth, con1; local
2453 u_short ddfstart, ddfwidth, con1; local
2628 u_short ddfstart, ddfwidth, con1; local
2828 u_short ddfstart, ddfwidth, con1; local
3297 u_short ddfstart, ddfwidth, con1; local
    [all...]

Completed in 88 milliseconds