Lines Matching refs:bitshift
249 int bitshift; in mmc_spi_response_get() local
296 bitshift = 0; in mmc_spi_response_get()
310 bitshift++; in mmc_spi_response_get()
363 if (bitshift) { in mmc_spi_response_get()
365 rotator |= *cp << bitshift; in mmc_spi_response_get()
386 if (bitshift) { in mmc_spi_response_get()
387 rotator |= *cp++ << bitshift; in mmc_spi_response_get()
765 unsigned int bitshift; in mmc_spi_readblock() local
786 bitshift = 7; in mmc_spi_readblock()
789 bitshift--; in mmc_spi_readblock()
817 if (bitshift) { in mmc_spi_readblock()
823 unsigned int bitright = 8 - bitshift; in mmc_spi_readblock()
827 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
832 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
835 *cp = leftover | (temp >> bitshift); in mmc_spi_readblock()