Lines Matching refs:bitshift
242 int bitshift; in mmc_spi_response_get() local
289 bitshift = 0; in mmc_spi_response_get()
303 bitshift++; in mmc_spi_response_get()
356 if (bitshift) { in mmc_spi_response_get()
358 rotator |= *cp << bitshift; in mmc_spi_response_get()
379 if (bitshift) { in mmc_spi_response_get()
380 rotator |= *cp++ << bitshift; in mmc_spi_response_get()
758 unsigned int bitshift; in mmc_spi_readblock() local
779 bitshift = 7; in mmc_spi_readblock()
782 bitshift--; in mmc_spi_readblock()
810 if (bitshift) { in mmc_spi_readblock()
816 unsigned int bitright = 8 - bitshift; in mmc_spi_readblock()
820 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
825 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
828 *cp = leftover | (temp >> bitshift); in mmc_spi_readblock()