Searched refs:RCC_AHB5RSTSETR (Results 1 – 2 of 2) sorted by relevance
35 io_setbits32(rcc + RCC_AHB5RSTSETR, RCC_AHB5RSTSETR_RNG1RST); in plat_rng_init()36 while (!(io_read32(rcc + RCC_AHB5RSTSETR) & RCC_AHB5RSTSETR_RNG1RST)) in plat_rng_init()40 while (io_read32(rcc + RCC_AHB5RSTSETR) & RCC_AHB5RSTSETR_RNG1RST) in plat_rng_init()
56 #define RCC_AHB5RSTSETR 0x190 macro
Completed in 5 milliseconds