Searched refs:__WORD_BIT (Results 1 – 5 of 5) sorted by relevance
26 #define __WORD_BIT 32 macro
31 #define OTP_ACCESS_SIZE (round_up(OTP_MAX_SIZE, __WORD_BIT) / __WORD_BIT)85 otp_nsec_access[otp / __WORD_BIT] |= BIT(otp % __WORD_BIT); in enable_non_secure_access()94 return (otp_nsec_access[otp / __WORD_BIT] & in non_secure_can_access()95 BIT(otp % __WORD_BIT)) != 0U; in non_secure_can_access()
202 if ((len / __WORD_BIT) != UID_WORD_NB) { in stm32_get_uid_otp()
1872 if (channel < __WORD_BIT) { in wait_predivsr()1877 channel_bit = BIT(channel - __WORD_BIT); in wait_predivsr()1900 if (channel < __WORD_BIT) { in wait_findivsr()1905 channel_bit = BIT(channel - __WORD_BIT); in wait_findivsr()