HomeSort by relevance Sort by last modified time
    Searched defs:APB2 (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
stm32_rcc.h 50 APB2,
68 u32 apb2rstr; /* RCC APB2 peripheral reset */
75 u32 apb2enr; /* RCC APB2 peripheral clock enable */
82 u32 apb2lpenr; /* RCC APB2 periph clk enable in low pwr mode */
  /external/u-boot/drivers/clk/
clk_stm32h7.c 160 u32 apb2rstr; /* 0x98 APB2 Clock Register */
176 u32 apb2enr; /* 0xf0 APB2 Clock Register */
342 APB2,
579 } else { /* APB2 */
581 /* get D2 domain APB2 prescaler */
756 return stm32_get_timer_rate(priv, sysclk, APB2);
759 debug("%s system clock: freq after APB2 prescaler = %ld\n",
762 return (sysclk / stm32_get_apb_psc(regs, APB2));

Completed in 411 milliseconds