Searched refs:n_words (Results 1 – 1 of 1) sorted by relevance
247 const size_t n_words = size / sizeof(uint32_t); in sdmmc_flip_byte_order() local248 for (int i = 0; i < n_words / 2; ++i) { in sdmmc_flip_byte_order()250 uint32_t right = __builtin_bswap32(response[n_words - i - 1]); in sdmmc_flip_byte_order()252 response[n_words - i - 1] = left; in sdmmc_flip_byte_order()