Searched refs:cfgr (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/gpio/ |
D | atmel_pio4.c | 63 writel(reg, &port_base->cfgr); in atmel_pio4_config_io_func() 140 writel(reg, &port_base->cfgr); in atmel_pio4_set_pio_output() 166 writel(reg, &port_base->cfgr); in atmel_pio4_get_pio_input() 201 clrbits_le32(&port_base->cfgr, in atmel_pio4_direction_input() 217 clrsetbits_le32(&port_base->cfgr, in atmel_pio4_direction_output() 263 return (readl(&port_base->cfgr) & in atmel_pio4_get_function()
|
/external/u-boot/drivers/clk/ |
D | clk_stm32f.c | 153 writel(0, ®s->cfgr); /* Reset CFGR */ in configure_clocks() 165 setbits_le32(®s->cfgr, (( in configure_clocks() 249 clrbits_le32(®s->cfgr, (RCC_CFGR_SW0 | RCC_CFGR_SW1)); in configure_clocks() 250 setbits_le32(®s->cfgr, RCC_CFGR_SW_PLL); in configure_clocks() 252 while ((readl(®s->cfgr) & RCC_CFGR_SWS_MASK) != in configure_clocks() 339 (readl(®s->cfgr) & RCC_CFGR_AHB_PSC_MASK) in stm32_get_hclk_rate() 354 (readl(®s->cfgr) & RCC_CFGR_APB1_PSC_MASK) in stm32_get_apb_shift() 358 (readl(®s->cfgr) & RCC_CFGR_APB2_PSC_MASK) in stm32_get_apb_shift() 403 if ((readl(®s->cfgr) & RCC_CFGR_SWS_MASK) == in stm32_clk_get_rate()
|
D | clk_stm32h7.c | 124 u32 cfgr; /* 0x10 Clock Configuration Register */ member 360 writel(0, ®s->cfgr); in configure_clocks() 417 clrsetbits_le32(®s->cfgr, RCC_CFGR_SW_MASK, RCC_CFGR_SW_PLL1); in configure_clocks() 418 while ((readl(®s->cfgr) & RCC_CFGR_SW_MASK) != RCC_CFGR_SW_PLL1) in configure_clocks() 596 if (readl(®s->cfgr) & RCC_CFGR_TIMPRE) in stm32_get_timer_rate() 644 source = readl(®s->cfgr) & RCC_CFGR_SW_MASK; in stm32_clk_get_rate()
|
/external/u-boot/arch/arm/mach-at91/include/mach/ |
D | at91_mc.h | 20 u32 cfgr; /* 0x04 Configuration Register */ member
|
D | atmel_pio4.h | 14 u32 cfgr; /* 0x04 PIO Configuration Register */ member
|
/external/u-boot/include/ |
D | stm32_rcc.h | 61 u32 cfgr; /* RCC clock configuration */ member
|
/external/u-boot/drivers/pinctrl/ |
D | pinctrl-at91-pio4.c | 144 writel(conf, &bank_base->cfgr); in atmel_pinctrl_set_state()
|