Searched refs:most_bit (Results 1 – 3 of 3) sorted by relevance
2808 uint8_t most_bit = (uint8_t)__CLZ(__RBIT(block_size)); in SDIO_Convert_Block_Size() local2810 if (((uint8_t)block_size & ((1U << most_bit) - 1U)) != 0U) in SDIO_Convert_Block_Size()2814 return most_bit << SDMMC_DCTRL_DBLOCKSIZE_Pos; in SDIO_Convert_Block_Size()