HomeSort by: relevance | last modified time | path
    Searched defs:con1 (Results 1 - 4 of 4) 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 in function:rk3399_pmucru_pll_get_rate
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 in function:rk_cru_pll_get_rate
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 in function:rk3399_cru_pll_get_rate
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 in function:display_hires_view
947 con1 = ((hstart - 9) - (ddfstart << 1)) |
972 tmp->cp.inst.operand = con1;
1096 u_short ddfstart, ddfwidth, con1; local in function:display_hires_lace_view
1142 con1 = ((hstart - 9) - (ddfstart << 1)) |
1167 tmp->cp.inst.operand = con1;
1325 u_short ddfstart, ddfwidth, con1; local in function:display_hires_dlace_view
1372 con1 = ((hstart - 9) - (ddfstart << 1)) |
1398 tmp->cp.inst.operand = con1;
1877 u_short ddfstart, ddfwidth, con1; local in function:display_aga_view
2212 u_short ddfstart, ddfwidth, con1; local in function:display_super72_view
2453 u_short ddfstart, ddfwidth, con1; local in function:display_pal_hires_view
2628 u_short ddfstart, ddfwidth, con1; local in function:display_pal_hires_lace_view
2828 u_short ddfstart, ddfwidth, con1; local in function:display_pal_hires_dlace_view
3297 u_short ddfstart, ddfwidth, con1; local in function:display_pal_aga_view
    [all...]

Completed in 74 milliseconds