Lines Matching refs:bitshift
266 int bitshift; in mmc_spi_response_get() local
313 bitshift = 0; in mmc_spi_response_get()
327 bitshift++; in mmc_spi_response_get()
377 if (bitshift) { in mmc_spi_response_get()
379 rotator |= *cp << bitshift; in mmc_spi_response_get()
400 if (bitshift) { in mmc_spi_response_get()
401 rotator |= *cp++ << bitshift; in mmc_spi_response_get()
788 unsigned int bitshift; in mmc_spi_readblock() local
809 bitshift = 7; in mmc_spi_readblock()
812 bitshift--; in mmc_spi_readblock()
836 if (bitshift) { in mmc_spi_readblock()
842 unsigned int bitright = 8 - bitshift; in mmc_spi_readblock()
846 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
851 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
854 *cp = leftover | (temp >> bitshift); in mmc_spi_readblock()