Searched refs:curbyte (Results 1 – 1 of 1) sorted by relevance
63 u8 curbyte, curbitlen, restbits; in ath79_spi_xfer() local78 curbyte = 0; in ath79_spi_xfer()80 curbyte = *tx++; in ath79_spi_xfer()84 curbyte <<= 8 - restbits; in ath79_spi_xfer()89 for (curbyte <<= (8 - curbitlen); curbitlen; curbitlen--) { in ath79_spi_xfer()90 if (curbyte & 0x80) in ath79_spi_xfer()114 curbyte <<= 1; in ath79_spi_xfer()