Lines Matching defs:word_cnt
1015 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
1019 word_cnt);
1031 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
1035 word_cnt);
1707 ssize_t word_cnt;
1719 word_cnt = sizeof(struct ssp_frame_hdr) / sizeof(u32);
1720 sci_swab32_cpy(&ssp_hdr, frame_header, word_cnt);
1724 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
1730 sci_swab32_cpy(&ireq->ssp.rsp, resp_iu, word_cnt);
1785 word_cnt = (sg->length/4)-1;
1786 if (word_cnt > 0)
1787 word_cnt = min_t(unsigned int, word_cnt,
1789 sci_swab32_cpy(rsp + 4, smp_resp, word_cnt);