Lines Matching refs:bitshift
254 int bitshift; in mmc_spi_response_get() local
301 bitshift = 0; in mmc_spi_response_get()
315 bitshift++; in mmc_spi_response_get()
365 if (bitshift) { in mmc_spi_response_get()
367 rotator |= *cp << bitshift; in mmc_spi_response_get()
388 if (bitshift) { in mmc_spi_response_get()
389 rotator |= *cp++ << bitshift; in mmc_spi_response_get()
767 unsigned int bitshift; in mmc_spi_readblock() local
788 bitshift = 7; in mmc_spi_readblock()
791 bitshift--; in mmc_spi_readblock()
819 if (bitshift) { in mmc_spi_readblock()
825 unsigned int bitright = 8 - bitshift; in mmc_spi_readblock()
829 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
834 *cp++ = leftover | (temp >> bitshift); in mmc_spi_readblock()
837 *cp = leftover | (temp >> bitshift); in mmc_spi_readblock()