Searched refs:hw_divider_result_wait (Results 1 – 2 of 2) sorted by relevance
85 static inline divmod_result_t hw_divider_result_wait(void) { in hw_divider_result_wait() function214 return to_quotient_u32(hw_divider_result_wait()); in hw_divider_u32_quotient_wait()225 return to_remainder_u32(hw_divider_result_wait()); in hw_divider_s32_quotient_wait()236 return to_quotient_s32(hw_divider_result_wait()); in hw_divider_u32_remainder_wait()247 return to_remainder_s32(hw_divider_result_wait()); in hw_divider_s32_remainder_wait()
187 static inline divmod_result_t hw_divider_result_wait(void) { in hw_divider_result_wait() function249 return to_quotient_u32(hw_divider_result_wait()); in hw_divider_u32_quotient_wait()265 return to_quotient_s32(hw_divider_result_wait()); in hw_divider_s32_quotient_wait()283 return to_remainder_u32(hw_divider_result_wait()); in hw_divider_u32_remainder_wait()301 return to_remainder_s32(hw_divider_result_wait()); in hw_divider_s32_remainder_wait()