Lines Matching refs:hostlen
809 uint32 hostlen; in bcmspi_card_byterewrite() local
858 hostlen = datalen + 8; in bcmspi_card_byterewrite()
859 hostlen += (4 - (hostlen & 0x3)); in bcmspi_card_byterewrite()
860 spi_sendrecv(sd, spi_outbuf2, spi_inbuf2, hostlen); in bcmspi_card_byterewrite()
1644 uint32 hostlen; in bcmspi_cmd_issue() local
1723 hostlen = datalen + 8 + resp_delay; in bcmspi_cmd_issue()
1724 hostlen += dstatus_idx; in bcmspi_cmd_issue()
1726 if (hostlen%4) { in bcmspi_cmd_issue()
1728 datalen, hostlen)); in bcmspi_cmd_issue()
1730 hostlen += (4 - (hostlen & 0x3)); in bcmspi_cmd_issue()
1739 *ptr, ~*(ptr+1), spilen, hostlen)); in bcmspi_cmd_issue()
1742 spi_sendrecv(sd, spi_outbuf, spi_inbuf, hostlen); in bcmspi_cmd_issue()