Lines Matching refs:bitshift
221 int bitshift; in mmc_spi_response_get() local
264 bitshift = 0; in mmc_spi_response_get()
278 bitshift++; in mmc_spi_response_get()
331 if (bitshift) { in mmc_spi_response_get()
333 rotator |= *cp << bitshift; in mmc_spi_response_get()
354 if (bitshift) { in mmc_spi_response_get()
355 rotator |= *cp++ << bitshift; in mmc_spi_response_get()
690 unsigned int bitshift; in mmc_spi_readblock() local
711 bitshift = 7; in mmc_spi_readblock()
714 bitshift--; in mmc_spi_readblock()
724 if (bitshift) { in mmc_spi_readblock()
730 unsigned int bitright = 8 - bitshift; in mmc_spi_readblock()
734 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
739 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
742 *cp = leftover | (temp >> bitshift); in mmc_spi_readblock()