| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | adc.h | 60 unsigned int con2; member
|
| /rk3399_rockchip-uboot/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_rk3128.h | 36 unsigned int con2; member
|
| H A D | cru_rk3368.h | 33 unsigned int con2; member
|
| H A D | cru_rk322x.h | 35 unsigned int con2; member
|
| H A D | cru_rk3036.h | 42 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_rv1103b.h | 49 unsigned int con2; member
|
| H A D | cru_rv1106.h | 58 unsigned int con2; member
|
| H A D | grf_rv1103b.h | 49 uint32_t con2; /* address offset: 0x0008 */ member
|
| H A D | cru_rk1808.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_rk3528.h | 51 unsigned int con2; member
|
| H A D | cru_rv1126b.h | 55 unsigned int con2; member
|
| H A D | cru_rk3588.h | 61 unsigned int con2; member
|
| H A D | cru_rk3568.h | 64 unsigned int con2; member
|
| H A D | cru_rk3576.h | 62 unsigned int con2; member
|
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_cru.c | 63 u32 con0 = 0, con1 = 0, con2 = 0; in rk628_cru_clk_get_rate_pll() local 96 rk628_i2c_read(rk628, offset + CRU_CPLL_CON2, &con2); in rk628_cru_clk_get_rate_pll() 104 frac = (con2 & PLL_FRAC_MASK) >> PLL_FRAC_SHIFT; in rk628_cru_clk_get_rate_pll()
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram_rv1108.c | 56 while (!(readl(&priv->cru->pll[1].con2) & (1u << LOCK_STA_SHIFT))) in rkdclk_init()
|