Searched refs:unreset_block_wait (Results 1 – 8 of 8) sorted by relevance
14 unreset_block_wait(RESETS_RESET_ADC_BITS); in adc_init()
88 static inline void unreset_block_wait(uint32_t bits) { in unreset_block_wait() function
83 unreset_block_wait(RESETS_RESET_BITS & ~( in runtime_init()113 unreset_block_wait(RESETS_RESET_BITS); in runtime_init()
52 unreset_block_wait(pll_reset); in pll_init()
29 unreset_block_wait(RESETS_RESET_RTC_BITS); in rtc_init()
34 unreset_block_wait(uart_get_index(uart) ? RESETS_RESET_UART1_BITS : RESETS_RESET_UART0_BITS); in uart_unreset()
18 unreset_block_wait(spi == spi0 ? RESETS_RESET_SPI0_BITS : RESETS_RESET_SPI1_BITS); in spi_unreset()
25 unreset_block_wait(i2c == i2c0 ? RESETS_RESET_I2C0_BITS : RESETS_RESET_I2C1_BITS); in i2c_unreset()
Completed in 8 milliseconds