Searched refs:con2 (Results 1 – 15 of 15) sorted by relevance
| /openbmc/u-boot/drivers/adc/ |
| H A D | exynos-adc.c | 43 cfg = readl(®s->con2); in exynos_adc_start_channel() 46 writel(cfg, ®s->con2); in exynos_adc_start_channel() 97 writel(cfg, ®s->con2); in exynos_adc_probe()
|
| /openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | adc.h | 59 unsigned int con2; member
|
| /openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | cru_rk3188.h | 37 u32 con2; member
|
| H A D | cru_rk3368.h | 27 unsigned int con2; member
|
| H A D | cru_rk3036.h | 36 unsigned int con2; member
|
| H A D | cru_rk322x.h | 37 unsigned int con2; member
|
| H A D | cru_rk3128.h | 37 unsigned int con2; member
|
| H A D | cru_rk3288.h | 38 u32 con2; member
|
| H A D | cru_rv1108.h | 29 unsigned int con2; member
|
| /openbmc/u-boot/drivers/net/ |
| H A D | pic32_eth.h | 15 struct pic32_reg_atomic con2; /* 0x10 */ member
|
| H A D | pic32_eth.c | 310 bufsz = readl(&ectl_p->con2.raw); in pic32_rx_desc_init() 313 writel(bufsz, &ectl_p->con2.raw); in pic32_rx_desc_init()
|
| /openbmc/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()
|
| H A D | clk_rk3188.c | 109 rk_clrsetreg(&pll->con2, PLL_BWADJ_MASK, (div->nf >> 1) - 1); in rkclk_set_pll()
|
| H A D | clk_rk3368.c | 111 clrsetbits_le32(&pll->con2, PLL_BWADJ_MASK, (div->nf >> 1) - 1); in rkclk_set_pll()
|
| H A D | clk_rk3288.c | 165 rk_clrsetreg(&pll->con2, PLL_BWADJ_MASK, (div->nf >> 1) - 1); in rkclk_set_pll()
|