Home
last modified time | relevance | path

Searched refs:__WORD_BIT (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c1626 #define __WORD_BIT 32 macro
1635 if (channel < __WORD_BIT) { in wait_predivsr()
1640 channel_bit = BIT(channel - __WORD_BIT); in wait_predivsr()
1659 if (channel < __WORD_BIT) { in wait_findivsr()
1664 channel_bit = BIT(channel - __WORD_BIT); in wait_findivsr()
H A Dclk-stm32mp25.c1630 #define __WORD_BIT 32 macro
1639 if (channel < __WORD_BIT) { in wait_predivsr()
1644 channel_bit = BIT(channel - __WORD_BIT); in wait_predivsr()
1663 if (channel < __WORD_BIT) { in wait_findivsr()
1668 channel_bit = BIT(channel - __WORD_BIT); in wait_findivsr()