Searched refs:resets_hw (Results 1 – 2 of 2) sorted by relevance
67 hw_set_bits(&resets_hw->reset, bits); in reset_block()76 hw_clear_bits(&resets_hw->reset, bits); in unreset_block()85 hw_clear_bits(&resets_hw->reset, bits); in unreset_block_wait()86 while (~resets_hw->reset_done & bits) in unreset_block_wait()
19 #define resets_hw ((resets_hw_t *const)RESETS_BASE) macro
Completed in 2 milliseconds