| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | exynos_adc.c | 386 u32 con1, con2; in exynos_adc_v2_init_hw() local 394 con2 = ADC_V2_CON2_OSEL | ADC_V2_CON2_ESEL | in exynos_adc_v2_init_hw() 396 writel(con2, ADC_V2_CON2(info->regs)); in exynos_adc_v2_init_hw() 422 u32 con1, con2; in exynos_adc_v2_start_conv() local 424 con2 = readl(ADC_V2_CON2(info->regs)); in exynos_adc_v2_start_conv() 425 con2 &= ~ADC_V2_CON2_ACH_MASK; in exynos_adc_v2_start_conv() 426 con2 |= ADC_V2_CON2_ACH_SEL(addr); in exynos_adc_v2_start_conv() 427 writel(con2, ADC_V2_CON2(info->regs)); in exynos_adc_v2_start_conv() 460 u32 con1, con2; in exynos_adc_exynos7_init_hw() local 465 con2 = readl(ADC_V2_CON2(info->regs)); in exynos_adc_exynos7_init_hw() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/adc/ |
| H A D | exynos-adc.c | 44 cfg = readl(®s->con2); in exynos_adc_start_channel() 47 writel(cfg, ®s->con2); in exynos_adc_start_channel() 98 writel(cfg, ®s->con2); in exynos_adc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/ |
| H A D | clk-regmap-pll.c | 70 unsigned int con0, con1, con2; in clk_regmap_pll_recalc_rate() local 75 regmap_read(pll->regmap, pll->reg + PLLCON_OFFSET(2), &con2); in clk_regmap_pll_recalc_rate() 83 frac = (con2 & PLL_FRAC_MASK) >> PLL_FRAC_SHIFT; in clk_regmap_pll_recalc_rate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/ |
| H A D | redistribute_elements.hpp | 200 content_type con2 = (std::numeric_limits<content_type>::max)(); in apply() local 204 som2, ovl2, con2, in apply() 209 if ( ovl1 < ovl2 || (ovl1 == ovl2 && con1 <= con2) ) in apply() 221 smallest_content = con2; in apply()
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_cru.c | 64 u32 con0, con1, con2; in rk628_cru_clk_get_rate_pll() local 87 rk628_i2c_read(rk628, offset + CRU_CPLL_CON2, &con2); in rk628_cru_clk_get_rate_pll() 95 frac = (con2 & PLL_FRAC_MASK) >> PLL_FRAC_SHIFT; in rk628_cru_clk_get_rate_pll()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | adc.h | 60 unsigned int con2; member
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_cru.c | 65 u32 con0, con1, con2; in rk628_cru_clk_get_rate_pll() local 88 rk628_i2c_read(rk628, offset + CRU_CPLL_CON2, &con2); in rk628_cru_clk_get_rate_pll() 96 frac = (con2 & PLL_FRAC_MASK) >> PLL_FRAC_SHIFT; in rk628_cru_clk_get_rate_pll()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | cru_rk3188.h | 43 u32 con2; member
|
| H A D | cru_rk3066.h | 43 u32 con2; member
|
| H A D | cru_rk3368.h | 33 unsigned int con2; member
|
| H A D | cru_rk3128.h | 36 unsigned int con2; member
|
| H A D | cru_rk3036.h | 42 unsigned int con2; member
|
| H A D | cru_rk322x.h | 35 unsigned int con2; member
|
| H A D | cru_rv1108.h | 30 unsigned int con2; member
|
| H A D | cru_rk3288.h | 46 u32 con2; member
|
| H A D | cru_rv1106.h | 58 unsigned int con2; member
|
| H A D | cru_rk1808.h | 51 unsigned int con2; member
|
| H A D | cru_rk3528.h | 51 unsigned int con2; member
|
| H A D | cru_rv1126.h | 84 unsigned int con2; member
|
| H A D | cru_px30.h | 60 unsigned int con2; member
|
| H A D | cru_rk3588.h | 60 unsigned int con2; member
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | pic32_eth.h | 16 struct pic32_reg_atomic con2; /* 0x10 */ member
|
| H A D | pic32_eth.c | 311 bufsz = readl(&ectl_p->con2.raw); in pic32_rx_desc_init() 314 writel(bufsz, &ectl_p->con2.raw); in pic32_rx_desc_init()
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rv1108.c | 56 while (!(readl(&priv->cru->pll[1].con2) & (1u << LOCK_STA_SHIFT))) in rkdclk_init()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rv1108.c | 98 rk_clrsetreg(&pll->con2, FRACDIV_MASK, in rkclk_set_pll() 105 while (readl(&pll->con2) & (1 << LOCK_STA_SHIFT)) in rkclk_set_pll()
|