Home | History | Annotate | Download | only in sys

Lines Matching defs:hostlen

711 	uint32 hostlen;
758 hostlen = datalen + 8;
759 hostlen += (4 - (hostlen & 0x3));
760 spi_sendrecv(sd, spi_outbuf2, spi_inbuf2, hostlen);
1459 uint32 hostlen;
1553 hostlen = datalen + 8 + resp_delay;
1554 hostlen += dstatus_idx;
1555 hostlen += (4 - (hostlen & 0x3));
1556 spi_sendrecv(sd, spi_outbuf, spi_inbuf, hostlen);