Home
last modified time | relevance | path

Searched refs:con2 (Results 1 – 25 of 33) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/adc/
H A Dexynos-adc.c44 cfg = readl(&regs->con2); in exynos_adc_start_channel()
47 writel(cfg, &regs->con2); in exynos_adc_start_channel()
98 writel(cfg, &regs->con2); in exynos_adc_probe()
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Dadc.h60 unsigned int con2; member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3188.h43 u32 con2; member
H A Dcru_rk3066.h43 u32 con2; member
H A Dcru_rk3128.h36 unsigned int con2; member
H A Dcru_rk3368.h33 unsigned int con2; member
H A Dcru_rk322x.h35 unsigned int con2; member
H A Dcru_rk3036.h42 unsigned int con2; member
H A Dcru_rv1108.h30 unsigned int con2; member
H A Dcru_rk3288.h46 u32 con2; member
H A Dcru_rv1103b.h49 unsigned int con2; member
H A Dcru_rv1106.h58 unsigned int con2; member
H A Dgrf_rv1103b.h49 uint32_t con2; /* address offset: 0x0008 */ member
H A Dcru_rk1808.h51 unsigned int con2; member
H A Dcru_rv1126.h84 unsigned int con2; member
H A Dcru_px30.h60 unsigned int con2; member
H A Dcru_rk3528.h51 unsigned int con2; member
H A Dcru_rv1126b.h55 unsigned int con2; member
H A Dcru_rk3588.h61 unsigned int con2; member
H A Dcru_rk3568.h64 unsigned int con2; member
H A Dcru_rk3576.h62 unsigned int con2; member
/rk3399_rockchip-uboot/drivers/net/
H A Dpic32_eth.h16 struct pic32_reg_atomic con2; /* 0x10 */ member
H A Dpic32_eth.c311 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 Drk628_cru.c63 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 Dsdram_rv1108.c56 while (!(readl(&priv->cru->pll[1].con2) & (1u << LOCK_STA_SHIFT))) in rkdclk_init()

12